Shades of Picton Blue #62A6DB
Tints of Picton Blue #62A6DB
RGB
CMYK
RGB Variations
Color information
#62A6DB (or 0x62A6DB) is known color: Picton Blue. HEX triplet: 62, A6 and DB. RGB value is (98,166,219). Sum of RGB (Red+Green+Blue) = 98+166+219=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 166 (65.23% from 255 or 34.37% 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 #62A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A6DB is #9D5924. Grayscale: #979797. Windows color (decimal): -10311973 or 14394978. OLE color: 14394978.
HSL color Cylindrical-coordinate representation of color #62A6DB: hue angle of 206.28º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62A6DB is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 166 | 219 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.14 |
| HSL | 206.28º | 0.63% | 0.62% | - |
| HSV(B) | 206.28º | 0.55% | 0.86% | - |
| XYZ | 31.46 | 34.98 | 72.11 | - |
| YUV | 151.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 219 | 0.55 | 0.24 | 0 | 0.14 | 206.28 | 0.63 | 0.62 |
| Hex | 62 | A6 | DB | 37 | 18 | 0 | E | CE | 3F | 3E |
| Octal | 142 | 246 | 333 | 67 | 30 | 0 | 16 | 316 | 77 | 76 |
| Binary | 1100010 | 10100110 | 11011011 | 110111 | 11000 | 0 | 1110 | 11001110 | 111111 | 111110 |
Color Harmonies of #62A6DB
Complementary color
Monochromatic Colors of #62A6DB
Black with #62A6DB
Text Example
Text Example
White with #62A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A6DB; }
p { color: rgb(98,166,219); }
H1.HeaderClassName
{
color: #62A6DB;
}
.AnyTagClassName
{
color: #62A6DB;
}
</style>
background-color css
<style>
a { background-color: #62A6DB; }
a { background-color: rgb(98,166,219); }
div.DivClassName
{
background-color: #62A6DB;
}
.BgClassName
{
background-color: #62A6DB;
}
</style>
border-color css
<style>
span { border-color: #62A6DB; }
span { border-color: rgb(98,166,219); }
td.TdClassName
{
border-color: #62A6DB;
}
.TagClassName
{
border-color: #62A6DB;
}
</style>