Shades of Picton Blue #66A2DB
Tints of Picton Blue #66A2DB
RGB
CMYK
RGB Variations
Color information
#66A2DB (or 0x66A2DB) is known color: Picton Blue. HEX triplet: 66, A2 and DB. RGB value is (102,162,219). Sum of RGB (Red+Green+Blue) = 102+162+219=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #66A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2DB is #995D24. Grayscale: #969696. Windows color (decimal): -10050853 or 14393958. OLE color: 14393958.
HSL color Cylindrical-coordinate representation of color #66A2DB: hue angle of 209.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A2DB is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 162 | 219 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.14 |
| HSL | 209.23º | 0.62% | 0.63% | - |
| HSV(B) | 209.23º | 0.53% | 0.86% | - |
| XYZ | 31.19 | 33.78 | 71.89 | - |
| YUV | 150.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 219 | 0.53 | 0.26 | 0 | 0.14 | 209.23 | 0.62 | 0.63 |
| Hex | 66 | A2 | DB | 35 | 1A | 0 | E | D1 | 3E | 3F |
| Octal | 146 | 242 | 333 | 65 | 32 | 0 | 16 | 321 | 76 | 77 |
| Binary | 1100110 | 10100010 | 11011011 | 110101 | 11010 | 0 | 1110 | 11010001 | 111110 | 111111 |
Color Harmonies of #66A2DB
Complementary color
Monochromatic Colors of #66A2DB
Black with #66A2DB
Text Example
Text Example
White with #66A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A2DB; }
p { color: rgb(102,162,219); }
H1.HeaderClassName
{
color: #66A2DB;
}
.AnyTagClassName
{
color: #66A2DB;
}
</style>
background-color css
<style>
a { background-color: #66A2DB; }
a { background-color: rgb(102,162,219); }
div.DivClassName
{
background-color: #66A2DB;
}
.BgClassName
{
background-color: #66A2DB;
}
</style>
border-color css
<style>
span { border-color: #66A2DB; }
span { border-color: rgb(102,162,219); }
td.TdClassName
{
border-color: #66A2DB;
}
.TagClassName
{
border-color: #66A2DB;
}
</style>