Activity - RGB Colour Model
Activity - RGB Colour Model
R: 255 R: 0 R: 0 R: 100
G: 0 G: 255 G: 0 G: 150
B: 0 B: 0 B: 255 B: 200
The RGB Colour Model
Computer display systems use a 6-digit hexadecimal code to
represent a specific colour, and it is usually expressed in this
format: # _ _ _ _ _ _. Here, the first two hex digits of the code
represent the intensity of red, the next two hex digits of the
code represent the intensity of green and the last two hex digits
of the code represent the intensity of blue.
R: 10010 R: 6416
6-digit hex code:
G: 15010 G: 9616 #6496C8
B: 20010 B: C816
Practice Time (1)
What is the 6-digit hexadecimal code for the following colours?
• #FFFFFF ____________
• #000000 ____________
• #FFFF00 ____________
• #7F00FF ____________
Practice Time (3)
See the pixelated image below. Can you estimate the 6-digit
hexadecimal code for the colour in each of the following pixels?