Shades of Picton Blue #62A1DB
Tints of Picton Blue #62A1DB
RGB
CMYK
RGB Variations
Color information
#62A1DB (or 0x62A1DB) is known color: Picton Blue. HEX triplet: 62, A1 and DB. RGB value is (98,161,219). Sum of RGB (Red+Green+Blue) = 98+161+219=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #62A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1DB is #9D5E24. Grayscale: #949494. Windows color (decimal): -10313253 or 14393698. OLE color: 14393698.
HSL color Cylindrical-coordinate representation of color #62A1DB: hue angle of 208.76º 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 #62A1DB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 161 | 219 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.14 |
| HSL | 208.76º | 0.63% | 0.62% | - |
| HSV(B) | 208.76º | 0.55% | 0.86% | - |
| XYZ | 30.57 | 33.2 | 71.82 | - |
| YUV | 148.78 | 167.63 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 219 | 0.55 | 0.26 | 0 | 0.14 | 208.76 | 0.63 | 0.62 |
| Hex | 62 | A1 | DB | 37 | 1A | 0 | E | D1 | 3F | 3E |
| Octal | 142 | 241 | 333 | 67 | 32 | 0 | 16 | 321 | 77 | 76 |
| Binary | 1100010 | 10100001 | 11011011 | 110111 | 11010 | 0 | 1110 | 11010001 | 111111 | 111110 |
Color Harmonies of #62A1DB
Complementary color
Monochromatic Colors of #62A1DB
Black with #62A1DB
Text Example
Text Example
White with #62A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A1DB; }
p { color: rgb(98,161,219); }
H1.HeaderClassName
{
color: #62A1DB;
}
.AnyTagClassName
{
color: #62A1DB;
}
</style>
background-color css
<style>
a { background-color: #62A1DB; }
a { background-color: rgb(98,161,219); }
div.DivClassName
{
background-color: #62A1DB;
}
.BgClassName
{
background-color: #62A1DB;
}
</style>
border-color css
<style>
span { border-color: #62A1DB; }
span { border-color: rgb(98,161,219); }
td.TdClassName
{
border-color: #62A1DB;
}
.TagClassName
{
border-color: #62A1DB;
}
</style>