Shades of Picton Blue #62A5DB
Tints of Picton Blue #62A5DB
RGB
CMYK
RGB Variations
Color information
#62A5DB (or 0x62A5DB) is known color: Picton Blue. HEX triplet: 62, A5 and DB. RGB value is (98,165,219). Sum of RGB (Red+Green+Blue) = 98+165+219=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #62A5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5DB is #9D5A24. Grayscale: #969696. Windows color (decimal): -10312229 or 14394722. OLE color: 14394722.
HSL color Cylindrical-coordinate representation of color #62A5DB: hue angle of 206.78º 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 #62A5DB is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 165 | 219 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.14 |
| HSL | 206.78º | 0.63% | 0.62% | - |
| HSV(B) | 206.78º | 0.55% | 0.86% | - |
| XYZ | 31.28 | 34.62 | 72.05 | - |
| YUV | 151.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 165 | 219 | 0.55 | 0.25 | 0 | 0.14 | 206.78 | 0.63 | 0.62 |
| Hex | 62 | A5 | DB | 37 | 19 | 0 | E | CF | 3F | 3E |
| Octal | 142 | 245 | 333 | 67 | 31 | 0 | 16 | 317 | 77 | 76 |
| Binary | 1100010 | 10100101 | 11011011 | 110111 | 11001 | 0 | 1110 | 11001111 | 111111 | 111110 |
Color Harmonies of #62A5DB
Complementary color
Monochromatic Colors of #62A5DB
Black with #62A5DB
Text Example
Text Example
White with #62A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A5DB; }
p { color: rgb(98,165,219); }
H1.HeaderClassName
{
color: #62A5DB;
}
.AnyTagClassName
{
color: #62A5DB;
}
</style>
background-color css
<style>
a { background-color: #62A5DB; }
a { background-color: rgb(98,165,219); }
div.DivClassName
{
background-color: #62A5DB;
}
.BgClassName
{
background-color: #62A5DB;
}
</style>
border-color css
<style>
span { border-color: #62A5DB; }
span { border-color: rgb(98,165,219); }
td.TdClassName
{
border-color: #62A5DB;
}
.TagClassName
{
border-color: #62A5DB;
}
</style>