Shades of Picton Blue #66A6DD
Tints of Picton Blue #66A6DD
RGB
CMYK
RGB Variations
Color information
#66A6DD (or 0x66A6DD) is known color: Picton Blue. HEX triplet: 66, A6 and DD. RGB value is (102,166,221). Sum of RGB (Red+Green+Blue) = 102+166+221=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #66A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A6DD is #995922. Grayscale: #989898. Windows color (decimal): -10049827 or 14526054. OLE color: 14526054.
HSL color Cylindrical-coordinate representation of color #66A6DD: hue angle of 207.73º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A6DD is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 166 | 221 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.13 |
| HSL | 207.73º | 0.64% | 0.63% | - |
| HSV(B) | 207.73º | 0.54% | 0.87% | - |
| XYZ | 32.17 | 35.32 | 73.53 | - |
| YUV | 153.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 221 | 0.54 | 0.25 | 0 | 0.13 | 207.73 | 0.64 | 0.63 |
| Hex | 66 | A6 | DD | 36 | 19 | 0 | D | D0 | 40 | 3F |
| Octal | 146 | 246 | 335 | 66 | 31 | 0 | 15 | 320 | 100 | 77 |
| Binary | 1100110 | 10100110 | 11011101 | 110110 | 11001 | 0 | 1101 | 11010000 | 1000000 | 111111 |
Color Harmonies of #66A6DD
Complementary color
Monochromatic Colors of #66A6DD
Black with #66A6DD
Text Example
Text Example
White with #66A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6DD; }
p { color: rgb(102,166,221); }
H1.HeaderClassName
{
color: #66A6DD;
}
.AnyTagClassName
{
color: #66A6DD;
}
</style>
background-color css
<style>
a { background-color: #66A6DD; }
a { background-color: rgb(102,166,221); }
div.DivClassName
{
background-color: #66A6DD;
}
.BgClassName
{
background-color: #66A6DD;
}
</style>
border-color css
<style>
span { border-color: #66A6DD; }
span { border-color: rgb(102,166,221); }
td.TdClassName
{
border-color: #66A6DD;
}
.TagClassName
{
border-color: #66A6DD;
}
</style>