Shades of Picton Blue #66A6D9
Tints of Picton Blue #66A6D9
RGB
CMYK
RGB Variations
Color information
#66A6D9 (or 0x66A6D9) is known color: Picton Blue. HEX triplet: 66, A6 and D9. RGB value is (102,166,217). Sum of RGB (Red+Green+Blue) = 102+166+217=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #66A6D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A6D9 is #995926. Grayscale: #989898. Windows color (decimal): -10049831 or 14263910. OLE color: 14263910.
HSL color Cylindrical-coordinate representation of color #66A6D9: hue angle of 206.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A6D9 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 166 | 217 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.15 |
| HSL | 206.61º | 0.6% | 0.63% | - |
| HSV(B) | 206.61º | 0.53% | 0.85% | - |
| XYZ | 31.64 | 35.11 | 70.75 | - |
| YUV | 152.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 217 | 0.53 | 0.24 | 0 | 0.15 | 206.61 | 0.6 | 0.63 |
| Hex | 66 | A6 | D9 | 35 | 18 | 0 | F | CF | 3C | 3F |
| Octal | 146 | 246 | 331 | 65 | 30 | 0 | 17 | 317 | 74 | 77 |
| Binary | 1100110 | 10100110 | 11011001 | 110101 | 11000 | 0 | 1111 | 11001111 | 111100 | 111111 |
Color Harmonies of #66A6D9
Complementary color
Monochromatic Colors of #66A6D9
Black with #66A6D9
Text Example
Text Example
White with #66A6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6D9; }
p { color: rgb(102,166,217); }
H1.HeaderClassName
{
color: #66A6D9;
}
.AnyTagClassName
{
color: #66A6D9;
}
</style>
background-color css
<style>
a { background-color: #66A6D9; }
a { background-color: rgb(102,166,217); }
div.DivClassName
{
background-color: #66A6D9;
}
.BgClassName
{
background-color: #66A6D9;
}
</style>
border-color css
<style>
span { border-color: #66A6D9; }
span { border-color: rgb(102,166,217); }
td.TdClassName
{
border-color: #66A6D9;
}
.TagClassName
{
border-color: #66A6D9;
}
</style>