Shades of Picton Blue #66A0D0
Tints of Picton Blue #66A0D0
RGB
CMYK
RGB Variations
Color information
#66A0D0 (or 0x66A0D0) is known color: Picton Blue. HEX triplet: 66, A0 and D0. RGB value is (102,160,208). Sum of RGB (Red+Green+Blue) = 102+160+208=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #66A0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A0D0 is #995F2F. Grayscale: #939393. Windows color (decimal): -10051376 or 13672550. OLE color: 13672550.
HSL color Cylindrical-coordinate representation of color #66A0D0: hue angle of 207.17º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66A0D0 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 160 | 208 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.18 |
| HSL | 207.17º | 0.53% | 0.61% | - |
| HSV(B) | 207.17º | 0.51% | 0.82% | - |
| XYZ | 29.44 | 32.52 | 64.4 | - |
| YUV | 148.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 208 | 0.51 | 0.23 | 0 | 0.18 | 207.17 | 0.53 | 0.61 |
| Hex | 66 | A0 | D0 | 33 | 17 | 0 | 12 | CF | 35 | 3D |
| Octal | 146 | 240 | 320 | 63 | 27 | 0 | 22 | 317 | 65 | 75 |
| Binary | 1100110 | 10100000 | 11010000 | 110011 | 10111 | 0 | 10010 | 11001111 | 110101 | 111101 |
Color Harmonies of #66A0D0
Complementary color
Monochromatic Colors of #66A0D0
Black with #66A0D0
Text Example
Text Example
White with #66A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A0D0; }
p { color: rgb(102,160,208); }
H1.HeaderClassName
{
color: #66A0D0;
}
.AnyTagClassName
{
color: #66A0D0;
}
</style>
background-color css
<style>
a { background-color: #66A0D0; }
a { background-color: rgb(102,160,208); }
div.DivClassName
{
background-color: #66A0D0;
}
.BgClassName
{
background-color: #66A0D0;
}
</style>
border-color css
<style>
span { border-color: #66A0D0; }
span { border-color: rgb(102,160,208); }
td.TdClassName
{
border-color: #66A0D0;
}
.TagClassName
{
border-color: #66A0D0;
}
</style>