Shades of Picton Blue #62A9DB
Tints of Picton Blue #62A9DB
RGB
CMYK
RGB Variations
Color information
#62A9DB (or 0x62A9DB) is known color: Picton Blue. HEX triplet: 62, A9 and DB. RGB value is (98,169,219). Sum of RGB (Red+Green+Blue) = 98+169+219=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #62A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A9DB is #9D5624. Grayscale: #999999. Windows color (decimal): -10311205 or 14395746. OLE color: 14395746.
HSL color Cylindrical-coordinate representation of color #62A9DB: hue angle of 204.79º 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 #62A9DB is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 169 | 219 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.14 |
| HSL | 204.79º | 0.63% | 0.62% | - |
| HSV(B) | 204.79º | 0.55% | 0.86% | - |
| XYZ | 32.01 | 36.09 | 72.3 | - |
| YUV | 153.47 | 164.98 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 169 | 219 | 0.55 | 0.23 | 0 | 0.14 | 204.79 | 0.63 | 0.62 |
| Hex | 62 | A9 | DB | 37 | 17 | 0 | E | CD | 3F | 3E |
| Octal | 142 | 251 | 333 | 67 | 27 | 0 | 16 | 315 | 77 | 76 |
| Binary | 1100010 | 10101001 | 11011011 | 110111 | 10111 | 0 | 1110 | 11001101 | 111111 | 111110 |
Color Harmonies of #62A9DB
Complementary color
Monochromatic Colors of #62A9DB
Black with #62A9DB
Text Example
Text Example
White with #62A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A9DB; }
p { color: rgb(98,169,219); }
H1.HeaderClassName
{
color: #62A9DB;
}
.AnyTagClassName
{
color: #62A9DB;
}
</style>
background-color css
<style>
a { background-color: #62A9DB; }
a { background-color: rgb(98,169,219); }
div.DivClassName
{
background-color: #62A9DB;
}
.BgClassName
{
background-color: #62A9DB;
}
</style>
border-color css
<style>
span { border-color: #62A9DB; }
span { border-color: rgb(98,169,219); }
td.TdClassName
{
border-color: #62A9DB;
}
.TagClassName
{
border-color: #62A9DB;
}
</style>