Shades of Picton Blue #62A8CE
Tints of Picton Blue #62A8CE
RGB
CMYK
RGB Variations
Color information
#62A8CE (or 0x62A8CE) is known color: Picton Blue. HEX triplet: 62, A8 and CE. RGB value is (98,168,206). Sum of RGB (Red+Green+Blue) = 98+168+206=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #62A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8CE is #9D5731. Grayscale: #979797. Windows color (decimal): -10311474 or 13543522. OLE color: 13543522.
HSL color Cylindrical-coordinate representation of color #62A8CE: hue angle of 201.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62A8CE is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 168 | 206 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.19 |
| HSL | 201.11º | 0.52% | 0.6% | - |
| HSV(B) | 201.11º | 0.52% | 0.81% | - |
| XYZ | 30.18 | 35.06 | 63.57 | - |
| YUV | 151.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 206 | 0.52 | 0.18 | 0 | 0.19 | 201.11 | 0.52 | 0.6 |
| Hex | 62 | A8 | CE | 34 | 12 | 0 | 13 | C9 | 34 | 3C |
| Octal | 142 | 250 | 316 | 64 | 22 | 0 | 23 | 311 | 64 | 74 |
| Binary | 1100010 | 10101000 | 11001110 | 110100 | 10010 | 0 | 10011 | 11001001 | 110100 | 111100 |
Color Harmonies of #62A8CE
Complementary color
Monochromatic Colors of #62A8CE
Black with #62A8CE
Text Example
Text Example
White with #62A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8CE; }
p { color: rgb(98,168,206); }
H1.HeaderClassName
{
color: #62A8CE;
}
.AnyTagClassName
{
color: #62A8CE;
}
</style>
background-color css
<style>
a { background-color: #62A8CE; }
a { background-color: rgb(98,168,206); }
div.DivClassName
{
background-color: #62A8CE;
}
.BgClassName
{
background-color: #62A8CE;
}
</style>
border-color css
<style>
span { border-color: #62A8CE; }
span { border-color: rgb(98,168,206); }
td.TdClassName
{
border-color: #62A8CE;
}
.TagClassName
{
border-color: #62A8CE;
}
</style>