Shades of Picton Blue #62A0D0
Tints of Picton Blue #62A0D0
RGB
CMYK
RGB Variations
Color information
#62A0D0 (or 0x62A0D0) is known color: Picton Blue. HEX triplet: 62, A0 and D0. RGB value is (98,160,208). Sum of RGB (Red+Green+Blue) = 98+160+208=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #62A0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A0D0 is #9D5F2F. Grayscale: #929292. Windows color (decimal): -10313520 or 13672546. OLE color: 13672546.
HSL color Cylindrical-coordinate representation of color #62A0D0: hue angle of 206.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62A0D0 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 160 | 208 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.18 |
| HSL | 206.18º | 0.54% | 0.6% | - |
| HSV(B) | 206.18º | 0.53% | 0.82% | - |
| XYZ | 28.99 | 32.29 | 64.38 | - |
| YUV | 146.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 208 | 0.53 | 0.23 | 0 | 0.18 | 206.18 | 0.54 | 0.6 |
| Hex | 62 | A0 | D0 | 35 | 17 | 0 | 12 | CE | 36 | 3C |
| Octal | 142 | 240 | 320 | 65 | 27 | 0 | 22 | 316 | 66 | 74 |
| Binary | 1100010 | 10100000 | 11010000 | 110101 | 10111 | 0 | 10010 | 11001110 | 110110 | 111100 |
Color Harmonies of #62A0D0
Complementary color
Monochromatic Colors of #62A0D0
Black with #62A0D0
Text Example
Text Example
White with #62A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A0D0; }
p { color: rgb(98,160,208); }
H1.HeaderClassName
{
color: #62A0D0;
}
.AnyTagClassName
{
color: #62A0D0;
}
</style>
background-color css
<style>
a { background-color: #62A0D0; }
a { background-color: rgb(98,160,208); }
div.DivClassName
{
background-color: #62A0D0;
}
.BgClassName
{
background-color: #62A0D0;
}
</style>
border-color css
<style>
span { border-color: #62A0D0; }
span { border-color: rgb(98,160,208); }
td.TdClassName
{
border-color: #62A0D0;
}
.TagClassName
{
border-color: #62A0D0;
}
</style>