Shades of Picton Blue #66A8CB
Tints of Picton Blue #66A8CB
RGB
CMYK
RGB Variations
Color information
#66A8CB (or 0x66A8CB) is known color: Picton Blue. HEX triplet: 66, A8 and CB. RGB value is (102,168,203). Sum of RGB (Red+Green+Blue) = 102+168+203=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #66A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8CB is #995734. Grayscale: #989898. Windows color (decimal): -10049333 or 13346918. OLE color: 13346918.
HSL color Cylindrical-coordinate representation of color #66A8CB: hue angle of 200.79º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A8CB is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 168 | 203 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.20 |
| HSL | 200.79º | 0.49% | 0.6% | - |
| HSV(B) | 200.79º | 0.5% | 0.8% | - |
| XYZ | 30.26 | 35.14 | 61.69 | - |
| YUV | 152.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 203 | 0.50 | 0.17 | 0 | 0.20 | 200.79 | 0.49 | 0.6 |
| Hex | 66 | A8 | CB | 32 | 11 | 0 | 14 | C9 | 31 | 3C |
| Octal | 146 | 250 | 313 | 62 | 21 | 0 | 24 | 311 | 61 | 74 |
| Binary | 1100110 | 10101000 | 11001011 | 110010 | 10001 | 0 | 10100 | 11001001 | 110001 | 111100 |
Color Harmonies of #66A8CB
Complementary color
Monochromatic Colors of #66A8CB
Black with #66A8CB
Text Example
Text Example
White with #66A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8CB; }
p { color: rgb(102,168,203); }
H1.HeaderClassName
{
color: #66A8CB;
}
.AnyTagClassName
{
color: #66A8CB;
}
</style>
background-color css
<style>
a { background-color: #66A8CB; }
a { background-color: rgb(102,168,203); }
div.DivClassName
{
background-color: #66A8CB;
}
.BgClassName
{
background-color: #66A8CB;
}
</style>
border-color css
<style>
span { border-color: #66A8CB; }
span { border-color: rgb(102,168,203); }
td.TdClassName
{
border-color: #66A8CB;
}
.TagClassName
{
border-color: #66A8CB;
}
</style>