Shades of Picton Blue #62AAD2
Tints of Picton Blue #62AAD2
RGB
CMYK
RGB Variations
Color information
#62AAD2 (or 0x62AAD2) is known color: Picton Blue. HEX triplet: 62, AA and D2. RGB value is (98,170,210). Sum of RGB (Red+Green+Blue) = 98+170+210=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #62AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AAD2 is #9D552D. Grayscale: #989898. Windows color (decimal): -10310958 or 13806178. OLE color: 13806178.
HSL color Cylindrical-coordinate representation of color #62AAD2: hue angle of 201.43º degrees, saturation: 0.55, 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 #62AAD2 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 170 | 210 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.18 |
| HSL | 201.43º | 0.55% | 0.6% | - |
| HSV(B) | 201.43º | 0.53% | 0.82% | - |
| XYZ | 31.04 | 36 | 66.29 | - |
| YUV | 153.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 210 | 0.53 | 0.19 | 0 | 0.18 | 201.43 | 0.55 | 0.6 |
| Hex | 62 | AA | D2 | 35 | 13 | 0 | 12 | C9 | 37 | 3C |
| Octal | 142 | 252 | 322 | 65 | 23 | 0 | 22 | 311 | 67 | 74 |
| Binary | 1100010 | 10101010 | 11010010 | 110101 | 10011 | 0 | 10010 | 11001001 | 110111 | 111100 |
Color Harmonies of #62AAD2
Complementary color
Monochromatic Colors of #62AAD2
Black with #62AAD2
Text Example
Text Example
White with #62AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AAD2; }
p { color: rgb(98,170,210); }
H1.HeaderClassName
{
color: #62AAD2;
}
.AnyTagClassName
{
color: #62AAD2;
}
</style>
background-color css
<style>
a { background-color: #62AAD2; }
a { background-color: rgb(98,170,210); }
div.DivClassName
{
background-color: #62AAD2;
}
.BgClassName
{
background-color: #62AAD2;
}
</style>
border-color css
<style>
span { border-color: #62AAD2; }
span { border-color: rgb(98,170,210); }
td.TdClassName
{
border-color: #62AAD2;
}
.TagClassName
{
border-color: #62AAD2;
}
</style>