Colours

    The first place you'll see colour/color mentioned is in BODY  here it's telling you that
 
Text is black
(TEXT="#000000")
Back Ground Color is Yellow
(BGCOLOR="#FFFFCC")
Links are Blue - unvisited
(LINK="#0000EE")
Purple - visited
(VLINK="#551A8B")
Red for selected link
(ALINK="#FF0000")

<BODY TEXT="#000000" BGCOLOR="#FFFFCC" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">

in the following list the colours are should in the colour specified so you may notice difference of different gadget i.e. the Kindle will only see shades of grey.

                                R G B
<FONT COLOR="#000000"> - Colour Black
<FONT COLOR="#808080"> - Colour Grey
<FONT COLOR="#C0C0C0"> - Colour Silver
<FONT COLOR="#FFFFFF"> - Colour White
<FONT COLOR="#000080"> - Colour Navy Blue
<FONT COLOR="#0000FF"> - Colour Blue
<FONT COLOR="#008000"> - Colour Green
<FONT COLOR="#00FF00"> - Colour Lime
<FONT COLOR="#800000"> - Colour Maroon
<FONT COLOR="#FF0000"> - Colour Red
<FONT COLOR="#008080"> - Colour Turquoise
<FONT COLOR="#800080"> - Colour Purple
<FONT COLOR="#808000"> - Colour Olive
<FONT COLOR="#00FFFF"> - Colour Aqua
<FONT COLOR="#FF00FF"> - Colour Fuchia
<FONT COLOR="#FFFF00"> - ColourYellow
                                R G B
    Color is based on Red, Green and Blue thus the 6 fig hexadecimal number is actually 3 pairs of numbers giving a value for the amount of each colour, where 00 is 0, 80 is 50% and FF is 100%.
 
Decimal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Hex
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F

    Hence if we change the blue value only we get variations like these of course thats just the start theres all the numbers in between too. You may also find variations from browser to browser which makes no sense but it does happen

                               R G B
<FONT COLOR="#0000FF"> - Colour Blue
<FONT COLOR="#0000EC"> - Colour
<FONT COLOR="#0000D9"> - Colour
<FONT COLOR="#0000C6"> - Colour
<FONT COLOR="#0000B3"> - Colour
<FONT COLOR="#0000A0"> - Colour
<FONT COLOR="#00008D"> - Colour
<FONT COLOR="#00007A"> - Colour
<FONT COLOR="#000067"> - Colour
<FONT COLOR="#000054"> - Colour
                               R G B

Of course we could add other colours to get different blues such as these examples

                                R G B
<FONT COLOR="#00EBFF"> - Colour Aqua
<FONT COLOR="#7FFFD4"> - Colour Aquamarine
<FONT COLOR="#00FFFF"> - Colour Cyan
<FONT COLOR="#008B8B"> - Colour Dark Cyan
<FONT COLOR="#ADD8E6"> - Colour Light Blue
<FONT COLOR="#E0FFFF"> - Colour Light Cyan
<FONT COLOR="#87CEFA"> - Colour Light Sky Blue
                                R G B

Home

Source Code

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="nik">
   <meta name="GENERATOR" content="Mozilla/4.8 [en] (Windows NT 5.0; U) [Netscape]">
   <meta name="Description" content="Color Commands for htm or html">
   <meta name="KeyWords" content="color,colour, htm,html,web,www,internet,edit">
   <title>Colour or is it Color</title>
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body text="#000000" bgcolor="#FFFF99" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<center>
<h1>
Colours</h1></center>

<blockquote><font size=+1>&nbsp;&nbsp;&nbsp; The first place you'll see
colour/color mentioned is in BODY&nbsp; here it's telling you that</font>
<br>&nbsp;
<table CELLSPACING=5 CELLPADDING=5 COLS=2 WIDTH="100%" >
<tr>
<td>
<div align=right><font size=+1>Text is black</font></div>
</td>

<td><font size=+1>(TEXT="#000000")</font></td>
</tr>

<tr>
<td>
<div align=right><font size=+1>Back Ground Color is Yellow</font></div>
</td>

<td><font size=+1>(BGCOLOR="#FFFFCC")</font></td>
</tr>

<tr>
<td>
<div align=right><font size=+1>Links are Blue - unvisited</font></div>
</td>

<td><font size=+1>(LINK="#0000EE")</font></td>
</tr>

<tr>
<td>
<div align=right><font size=+1>Purple - visited</font></div>
</td>

<td><font size=+1>(VLINK="#551A8B")</font></td>
</tr>

<tr>
<td>
<div align=right><font size=+1>Red for selected link</font></div>
</td>

<td><font size=+1>(ALINK="#FF0000")</font></td>
</tr>
</table>

<p><font size=+1>&lt;BODY TEXT="#000000" BGCOLOR="#FFFFCC" LINK="#0000EE"
VLINK="#551A8B" ALINK="#FF0000"></font>
<p><font size=+1>in the following list the colours are should in the colour
specified so you may notice difference of different gadget i.e. the Kindle
will only see shades of grey.</font>
<blockquote>
<blockquote><font size=+1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
R G B</font>
<br><font size=+1>&lt;FONT COLOR="#000000"> <font color="#000000">- Colour
Black</font></font>
<br><font size=+1>&lt;FONT COLOR="#808080"> <font color="#808080">- Colour
Grey</font></font>
<br><font size=+1>&lt;FONT COLOR="#C0C0C0"> <font color="#C0C0C0">- Colour
Silver</font></font>
<br><font size=+1>&lt;FONT COLOR="#FFFFFF"> <font color="#FFFFFF">- Colour
White</font></font>
<br><font size=+1>&lt;FONT COLOR="#000080"> <font color="#000080">- Colour
Navy Blue</font></font>
<br><font size=+1>&lt;FONT COLOR="#0000FF"> <font color="#0000FF">- Colour
Blue</font></font>
<br><font size=+1>&lt;FONT COLOR="#008000"> <font color="#008000">- Colour
Green</font></font>
<br><font size=+1>&lt;FONT COLOR="#00FF00"> <font color="#00FF00">- Colour
Lime</font></font>
<br><font size=+1>&lt;FONT COLOR="#800000"><font color="#800000"> - Colour
Maroon</font></font>
<br><font size=+1>&lt;FONT COLOR="#FF0000"><font color="#FF0000"> - Colour
Red</font></font>
<br><font size=+1>&lt;FONT COLOR="#008080"> <font color="#CC8080">- Colour
Turquoise</font></font>
<br><font size=+1>&lt;FONT COLOR="#800080"> <font color="#800080">- Colour
Purple</font></font>
<br><font size=+1>&lt;FONT COLOR="#808000"> <font color="#808000">- Colour
Olive</font></font>
<br><font size=+1>&lt;FONT COLOR="#00FFFF"> <font color="#00FFFF">- Colour
Aqua</font></font>
<br><font size=+1>&lt;FONT COLOR="#FF00FF"> <font color="#FF00FF">- Colour
Fuchia</font></font>
<br><font size=+1>&lt;FONT COLOR="#FFFF00"> <font color="#FFFF00">- ColourYellow</font></font>
<br><font color="#000000"><font size=+1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
R G B</font></font></blockquote>
</blockquote>
<font size=+1>&nbsp;&nbsp;&nbsp; Color is based on Red, Green and Blue
thus the 6 fig hexadecimal number is actually 3 pairs of numbers giving
a value for the amount of each colour, <font color="#000000">where 00 is
0, 80 is 50% and FF is 100%.</font></font>
<br>&nbsp;
<table BORDER=0 COLS=16 WIDTH="96%" >
<tr>
<td>
<center><font size=+1>Decimal</font></center>
</td>

<td>
<center><font size=+1>1</font></center>
</td>

<td>
<center><font size=+1>2</font></center>
</td>

<td>
<center><font size=+1>3</font></center>
</td>

<td>
<center><font size=+1>4</font></center>
</td>

<td>
<center><font size=+1>5</font></center>
</td>

<td>
<center><font size=+1>6</font></center>
</td>

<td>
<center><font size=+1>7</font></center>
</td>

<td>
<center><font size=+1>8</font></center>
</td>

<td>
<center><font size=+1>9</font></center>
</td>

<td>
<center><font size=+1>10</font></center>
</td>

<td>
<center><font size=+1>11</font></center>
</td>

<td>
<center><font size=+1>12</font></center>
</td>

<td>
<center><font size=+1>13</font></center>
</td>

<td>
<center><font size=+1>14</font></center>
</td>

<td>
<center><font size=+1>15</font></center>
</td>
</tr>

<tr>
<td>
<center><font size=+1>Hex</font></center>
</td>

<td>
<center><font size=+1>1</font></center>
</td>

<td>
<center><font size=+1>2</font></center>
</td>

<td>
<center><font size=+1>3</font></center>
</td>

<td>
<center><font size=+1>4</font></center>
</td>

<td>
<center><font size=+1>5</font></center>
</td>

<td>
<center><font size=+1>6</font></center>
</td>

<td>
<center><font size=+1>7</font></center>
</td>

<td>
<center><font size=+1>8</font></center>
</td>

<td>
<center><font size=+1>9</font></center>
</td>

<td>
<center><font size=+1>A</font></center>
</td>

<td>
<center><font size=+1>B</font></center>
</td>

<td>
<center><font size=+1>C</font></center>
</td>

<td>
<center><font size=+1>D</font></center>
</td>

<td>
<center><font size=+1>E</font></center>
</td>

<td>
<center><font size=+1>F</font></center>
</td>
</tr>
</table>

<p><font color="#000000"><font size=+1>&nbsp;&nbsp;&nbsp; Hence if we change
the blue value only we get variations like these of course thats just the
start theres all the numbers in between too. You may also find variations
from browser to browser which makes no sense but it does happen</font></font>
<p><font color="#000000"><font size=+1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
R G B</font></font>
<br><font size=+1>&lt;FONT COLOR="#0000FF"> <font color="#0000FF">- Colour
Blue</font></font>
<br><font size=+1>&lt;FONT COLOR="#0000EC"> <font color="#0000EC">- Colour</font></font>
<br><font size=+1>&lt;FONT COLOR="#0000D9"> <font color="#0000D9">- Colour</font></font>
<br><font size=+1>&lt;FONT COLOR="#0000C6"> <font color="#0000C6">- Colour</font></font>
<br><font size=+1>&lt;FONT COLOR="#0000B3"> <font color="#0000B3">- Colour</font></font>
<br><font size=+1>&lt;FONT COLOR="#0000A0"> <font color="#0000A0">- Colour</font></font>
<br><font size=+1>&lt;FONT COLOR="#00008D"> <font color="#00008D">- Colour</font></font>
<br><font size=+1>&lt;FONT COLOR="#00007A"> <font color="#00007A">- Colour</font></font>
<br><font size=+1>&lt;FONT COLOR="#000067"><font color="#000067"> - Colour</font></font>
<br><font size=+1>&lt;FONT COLOR="#000054"><font color="#000054"> </font><font color="#000066">-
Colour</font></font>
<br><font size=+1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
R G B</font>
<p><font size=+1>Of course we could add other colours to get different
blues such as these examples</font>
<p><font size=+1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
R G B</font>
<br><font size=+1>&lt;FONT COLOR="#00EBFF"> <font color="#00EBFF">- Colour
Aqua</font></font>
<br><font size=+1>&lt;FONT COLOR="#7FFFD4"> <font color="#7FFFD4">- Colour
Aquamarine</font></font>
<br><font size=+1>&lt;FONT COLOR="#00FFFF"> <font color="#00FFFF">- Colour
Cyan</font></font>
<br><font size=+1>&lt;FONT COLOR="#008B8B"> <font color="#008B8B">- Colour
Dark Cyan</font></font>
<br><font size=+1>&lt;FONT COLOR="#ADD8E6"> <font color="#ADD8E6">- Colour
Light Blue</font></font>
<br><font size=+1>&lt;FONT COLOR="#E0FFFF"> <font color="#E0FFFF">- Colour
Light Cyan</font></font>
<br><font size=+1>&lt;FONT COLOR="#87CEFA"><font color="#87CEFA"> - Colour
Light Sky Blue</font></font>
<br><font color="#000000"><font size=+1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
R G B</font></font></blockquote>

<center><a href="index.htm"><img SRC="but_home.gif" ALT="Home" BORDER=0 title="Home" height=32 width=128></a></center>

</body>
</html>

Home