Shades of Picton Blue #66A8CC
Tints of Picton Blue #66A8CC
RGB
CMYK
RGB Variations
Color information
#66A8CC (or 0x66A8CC) is known color: Picton Blue. HEX triplet: 66, A8 and CC. RGB value is (102,168,204). Sum of RGB (Red+Green+Blue) = 102+168+204=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #66A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8CC is #995733. Grayscale: #989898. Windows color (decimal): -10049332 or 13412454. OLE color: 13412454.
HSL color Cylindrical-coordinate representation of color #66A8CC: hue angle of 201.18º degrees, saturation: 0.5, 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 #66A8CC is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 168 | 204 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.2 |
| HSL | 201.18º | 0.5% | 0.6% | - |
| HSV(B) | 201.18º | 0.5% | 0.8% | - |
| XYZ | 30.38 | 35.19 | 62.32 | - |
| YUV | 152.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 204 | 0.5 | 0.18 | 0 | 0.2 | 201.18 | 0.5 | 0.6 |
| Hex | 66 | A8 | CC | 32 | 12 | 0 | 14 | C9 | 32 | 3C |
| Octal | 146 | 250 | 314 | 62 | 22 | 0 | 24 | 311 | 62 | 74 |
| Binary | 1100110 | 10101000 | 11001100 | 110010 | 10010 | 0 | 10100 | 11001001 | 110010 | 111100 |
Color Harmonies of #66A8CC
Complementary color
Monochromatic Colors of #66A8CC
Black with #66A8CC
Text Example
Text Example
White with #66A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8CC; }
p { color: rgb(102,168,204); }
H1.HeaderClassName
{
color: #66A8CC;
}
.AnyTagClassName
{
color: #66A8CC;
}
</style>
background-color css
<style>
a { background-color: #66A8CC; }
a { background-color: rgb(102,168,204); }
div.DivClassName
{
background-color: #66A8CC;
}
.BgClassName
{
background-color: #66A8CC;
}
</style>
border-color css
<style>
span { border-color: #66A8CC; }
span { border-color: rgb(102,168,204); }
td.TdClassName
{
border-color: #66A8CC;
}
.TagClassName
{
border-color: #66A8CC;
}
</style>