0% found this document useful (0 votes)
3 views7 pages

Activity - RGB Colour Model

The RGB Colour Model utilizes red, green, and blue as primary colors to create a wide range of colors by varying their intensities, represented by decimal numbers from 0 to 255. In digital displays, colors are often represented using a 6-digit hexadecimal code, where each pair of digits corresponds to the intensity of red, green, and blue. The document includes practice exercises for converting colors to hexadecimal codes and vice versa.

Uploaded by

payeh32258
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views7 pages

Activity - RGB Colour Model

The RGB Colour Model utilizes red, green, and blue as primary colors to create a wide range of colors by varying their intensities, represented by decimal numbers from 0 to 255. In digital displays, colors are often represented using a 6-digit hexadecimal code, where each pair of digits corresponds to the intensity of red, green, and blue. The document includes practice exercises for converting colors to hexadecimal codes and vice versa.

Uploaded by

payeh32258
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Activity

RGB Colour Model


The RGB Colour Model
Red, green and blue (RGB) are the RGB Colour
primary colours of visible light. The Model
RGB colour model uses the three
primary colours and adds them
together in various ways to
reproduce a broad array of custom
colours. In computer display
systems, digital images are made up
of pixels, where each pixel displays Pixels of a
digital image
a custom colour that is represented
by varying intensities of each of the
three primary colours.
The RGB Colour Model
In the RGB colour model, the intensity of each of the three
primary colours (red, green and blue) is represented by a
decimal number between 0 and 255 inclusive. Note that 0
represents no intensity while 255 represents full intensity.

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?

#______ #______ #______ #______


Practice Time (2)
What is the colour that corresponds to the each of the following
6-digit hexadecimal codes?

• #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?

6-digit hex code:


#______

6-digit hex code:


#______

You might also like