Shades of Picton Blue #62A0CE
Tints of Picton Blue #62A0CE
RGB
CMYK
RGB Variations
Color information
#62A0CE (or 0x62A0CE) is known color: Picton Blue. HEX triplet: 62, A0 and CE. RGB value is (98,160,206). Sum of RGB (Red+Green+Blue) = 98+160+206=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #62A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A0CE is #9D5F31. Grayscale: #929292. Windows color (decimal): -10313522 or 13541474. OLE color: 13541474.
HSL color Cylindrical-coordinate representation of color #62A0CE: hue angle of 205.56º 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 #62A0CE is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 160 | 206 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.19 |
| HSL | 205.56º | 0.52% | 0.6% | - |
| HSV(B) | 205.56º | 0.52% | 0.81% | - |
| XYZ | 28.75 | 32.19 | 63.09 | - |
| YUV | 146.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 206 | 0.52 | 0.22 | 0 | 0.19 | 205.56 | 0.52 | 0.6 |
| Hex | 62 | A0 | CE | 34 | 16 | 0 | 13 | CE | 34 | 3C |
| Octal | 142 | 240 | 316 | 64 | 26 | 0 | 23 | 316 | 64 | 74 |
| Binary | 1100010 | 10100000 | 11001110 | 110100 | 10110 | 0 | 10011 | 11001110 | 110100 | 111100 |
Color Harmonies of #62A0CE
Complementary color
Monochromatic Colors of #62A0CE
Black with #62A0CE
Text Example
Text Example
White with #62A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A0CE; }
p { color: rgb(98,160,206); }
H1.HeaderClassName
{
color: #62A0CE;
}
.AnyTagClassName
{
color: #62A0CE;
}
</style>
background-color css
<style>
a { background-color: #62A0CE; }
a { background-color: rgb(98,160,206); }
div.DivClassName
{
background-color: #62A0CE;
}
.BgClassName
{
background-color: #62A0CE;
}
</style>
border-color css
<style>
span { border-color: #62A0CE; }
span { border-color: rgb(98,160,206); }
td.TdClassName
{
border-color: #62A0CE;
}
.TagClassName
{
border-color: #62A0CE;
}
</style>