Shades of Picton Blue #66A8CE
Tints of Picton Blue #66A8CE
RGB
CMYK
RGB Variations
Color information
#66A8CE (or 0x66A8CE) is known color: Picton Blue. HEX triplet: 66, A8 and CE. RGB value is (102,168,206). Sum of RGB (Red+Green+Blue) = 102+168+206=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #66A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8CE is #995731. Grayscale: #989898. Windows color (decimal): -10049330 or 13543526. OLE color: 13543526.
HSL color Cylindrical-coordinate representation of color #66A8CE: hue angle of 201.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A8CE is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 168 | 206 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.19 |
| HSL | 201.92º | 0.51% | 0.6% | - |
| HSV(B) | 201.92º | 0.5% | 0.81% | - |
| XYZ | 30.62 | 35.29 | 63.59 | - |
| YUV | 152.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 206 | 0.50 | 0.18 | 0 | 0.19 | 201.92 | 0.51 | 0.6 |
| Hex | 66 | A8 | CE | 32 | 12 | 0 | 13 | CA | 33 | 3C |
| Octal | 146 | 250 | 316 | 62 | 22 | 0 | 23 | 312 | 63 | 74 |
| Binary | 1100110 | 10101000 | 11001110 | 110010 | 10010 | 0 | 10011 | 11001010 | 110011 | 111100 |
Color Harmonies of #66A8CE
Complementary color
Monochromatic Colors of #66A8CE
Black with #66A8CE
Text Example
Text Example
White with #66A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8CE; }
p { color: rgb(102,168,206); }
H1.HeaderClassName
{
color: #66A8CE;
}
.AnyTagClassName
{
color: #66A8CE;
}
</style>
background-color css
<style>
a { background-color: #66A8CE; }
a { background-color: rgb(102,168,206); }
div.DivClassName
{
background-color: #66A8CE;
}
.BgClassName
{
background-color: #66A8CE;
}
</style>
border-color css
<style>
span { border-color: #66A8CE; }
span { border-color: rgb(102,168,206); }
td.TdClassName
{
border-color: #66A8CE;
}
.TagClassName
{
border-color: #66A8CE;
}
</style>