Shades of Picton Blue #66A5D8
Tints of Picton Blue #66A5D8
RGB
CMYK
RGB Variations
Color information
#66A5D8 (or 0x66A5D8) is known color: Picton Blue. HEX triplet: 66, A5 and D8. RGB value is (102,165,216). Sum of RGB (Red+Green+Blue) = 102+165+216=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #66A5D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A5D8 is #995A27. Grayscale: #979797. Windows color (decimal): -10050088 or 14198118. OLE color: 14198118.
HSL color Cylindrical-coordinate representation of color #66A5D8: hue angle of 206.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A5D8 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 165 | 216 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.15 |
| HSL | 206.84º | 0.59% | 0.62% | - |
| HSV(B) | 206.84º | 0.53% | 0.85% | - |
| XYZ | 31.33 | 34.69 | 70.01 | - |
| YUV | 151.98 | 164.13 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 216 | 0.53 | 0.24 | 0 | 0.15 | 206.84 | 0.59 | 0.62 |
| Hex | 66 | A5 | D8 | 35 | 18 | 0 | F | CF | 3B | 3E |
| Octal | 146 | 245 | 330 | 65 | 30 | 0 | 17 | 317 | 73 | 76 |
| Binary | 1100110 | 10100101 | 11011000 | 110101 | 11000 | 0 | 1111 | 11001111 | 111011 | 111110 |
Color Harmonies of #66A5D8
Complementary color
Monochromatic Colors of #66A5D8
Black with #66A5D8
Text Example
Text Example
White with #66A5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A5D8; }
p { color: rgb(102,165,216); }
H1.HeaderClassName
{
color: #66A5D8;
}
.AnyTagClassName
{
color: #66A5D8;
}
</style>
background-color css
<style>
a { background-color: #66A5D8; }
a { background-color: rgb(102,165,216); }
div.DivClassName
{
background-color: #66A5D8;
}
.BgClassName
{
background-color: #66A5D8;
}
</style>
border-color css
<style>
span { border-color: #66A5D8; }
span { border-color: rgb(102,165,216); }
td.TdClassName
{
border-color: #66A5D8;
}
.TagClassName
{
border-color: #66A5D8;
}
</style>