Shades of Picton Blue #66A2D7
Tints of Picton Blue #66A2D7
RGB
CMYK
RGB Variations
Color information
#66A2D7 (or 0x66A2D7) is known color: Picton Blue. HEX triplet: 66, A2 and D7. RGB value is (102,162,215). Sum of RGB (Red+Green+Blue) = 102+162+215=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #66A2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2D7 is #995D28. Grayscale: #959595. Windows color (decimal): -10050857 or 14131814. OLE color: 14131814.
HSL color Cylindrical-coordinate representation of color #66A2D7: hue angle of 208.14º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A2D7 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 162 | 215 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.16 |
| HSL | 208.14º | 0.59% | 0.62% | - |
| HSV(B) | 208.14º | 0.53% | 0.84% | - |
| XYZ | 30.67 | 33.57 | 69.15 | - |
| YUV | 150.1 | 164.62 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 215 | 0.53 | 0.25 | 0 | 0.16 | 208.14 | 0.59 | 0.62 |
| Hex | 66 | A2 | D7 | 35 | 19 | 0 | 10 | D0 | 3B | 3E |
| Octal | 146 | 242 | 327 | 65 | 31 | 0 | 20 | 320 | 73 | 76 |
| Binary | 1100110 | 10100010 | 11010111 | 110101 | 11001 | 0 | 10000 | 11010000 | 111011 | 111110 |
Color Harmonies of #66A2D7
Complementary color
Monochromatic Colors of #66A2D7
Black with #66A2D7
Text Example
Text Example
White with #66A2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A2D7; }
p { color: rgb(102,162,215); }
H1.HeaderClassName
{
color: #66A2D7;
}
.AnyTagClassName
{
color: #66A2D7;
}
</style>
background-color css
<style>
a { background-color: #66A2D7; }
a { background-color: rgb(102,162,215); }
div.DivClassName
{
background-color: #66A2D7;
}
.BgClassName
{
background-color: #66A2D7;
}
</style>
border-color css
<style>
span { border-color: #66A2D7; }
span { border-color: rgb(102,162,215); }
td.TdClassName
{
border-color: #66A2D7;
}
.TagClassName
{
border-color: #66A2D7;
}
</style>