Moerae


There are a range of pre-defined colours (colors) which can be refered to by name, hexadecimal value, or RGB (Red Green and Blue) values and can be used to determine the colours on a web page.

The hexadecimal name for a colour starts with a '#' and is followed by a six numbers and characters. The first two characters after the hash refer to the red component of the colour, the second two characters refer to the green component and the third set of two characters refers to the red component.

The predefined colours can be refered to by name or hexadecimal value.

Refer to the hues chart for a wider range of colours.

Pre-defined colours

black

silver

gray

white

maroon

red

purple

fuchsia

#000000

#C0C0C0

#808080

#FFFFFF

#800000

#FF0000

#800080

#FF00FF

green

lime

olive

yellow

navy

blue

teal

aqua

#008000

#00FF00

#808000

#FFFF00

#000080

#0000FF

#008080

#00FFFF


Moerae Web Site Version 7.0, Copyright © 2009 Simon Withers, Revised April 2009