Shades of Picton Blue #66A7CE
Tints of Picton Blue #66A7CE
RGB
CMYK
RGB Variations
Color information
#66A7CE (or 0x66A7CE) is known color: Picton Blue. HEX triplet: 66, A7 and CE. RGB value is (102,167,206). Sum of RGB (Red+Green+Blue) = 102+167+206=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #66A7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A7CE is #995831. Grayscale: #979797. Windows color (decimal): -10049586 or 13543270. OLE color: 13543270.
HSL color Cylindrical-coordinate representation of color #66A7CE: hue angle of 202.5º 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 #66A7CE is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 167 | 206 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.19 |
| HSL | 202.5º | 0.51% | 0.6% | - |
| HSV(B) | 202.5º | 0.5% | 0.81% | - |
| XYZ | 30.44 | 34.92 | 63.53 | - |
| YUV | 152.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 206 | 0.50 | 0.19 | 0 | 0.19 | 202.5 | 0.51 | 0.6 |
| Hex | 66 | A7 | CE | 32 | 13 | 0 | 13 | CA | 33 | 3C |
| Octal | 146 | 247 | 316 | 62 | 23 | 0 | 23 | 312 | 63 | 74 |
| Binary | 1100110 | 10100111 | 11001110 | 110010 | 10011 | 0 | 10011 | 11001010 | 110011 | 111100 |
Color Harmonies of #66A7CE
Complementary color
Monochromatic Colors of #66A7CE
Black with #66A7CE
Text Example
Text Example
White with #66A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A7CE; }
p { color: rgb(102,167,206); }
H1.HeaderClassName
{
color: #66A7CE;
}
.AnyTagClassName
{
color: #66A7CE;
}
</style>
background-color css
<style>
a { background-color: #66A7CE; }
a { background-color: rgb(102,167,206); }
div.DivClassName
{
background-color: #66A7CE;
}
.BgClassName
{
background-color: #66A7CE;
}
</style>
border-color css
<style>
span { border-color: #66A7CE; }
span { border-color: rgb(102,167,206); }
td.TdClassName
{
border-color: #66A7CE;
}
.TagClassName
{
border-color: #66A7CE;
}
</style>