Shades of Picton Blue #62A0E0
Tints of Picton Blue #62A0E0
RGB
CMYK
RGB Variations
Color information
#62A0E0 (or 0x62A0E0) is known color: Picton Blue. HEX triplet: 62, A0 and E0. RGB value is (98,160,224). Sum of RGB (Red+Green+Blue) = 98+160+224=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #62A0E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A0E0 is #9D5F1F. Grayscale: #949494. Windows color (decimal): -10313504 or 14721122. OLE color: 14721122.
HSL color Cylindrical-coordinate representation of color #62A0E0: hue angle of 210.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62A0E0 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 160 | 224 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.12 |
| HSL | 210.48º | 0.67% | 0.63% | - |
| HSV(B) | 210.48º | 0.56% | 0.88% | - |
| XYZ | 31.06 | 33.12 | 75.28 | - |
| YUV | 148.76 | 170.46 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 224 | 0.56 | 0.29 | 0 | 0.12 | 210.48 | 0.67 | 0.63 |
| Hex | 62 | A0 | E0 | 38 | 1D | 0 | C | D2 | 43 | 3F |
| Octal | 142 | 240 | 340 | 70 | 35 | 0 | 14 | 322 | 103 | 77 |
| Binary | 1100010 | 10100000 | 11100000 | 111000 | 11101 | 0 | 1100 | 11010010 | 1000011 | 111111 |
Color Harmonies of #62A0E0
Complementary color
Monochromatic Colors of #62A0E0
Black with #62A0E0
Text Example
Text Example
White with #62A0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A0E0; }
p { color: rgb(98,160,224); }
H1.HeaderClassName
{
color: #62A0E0;
}
.AnyTagClassName
{
color: #62A0E0;
}
</style>
background-color css
<style>
a { background-color: #62A0E0; }
a { background-color: rgb(98,160,224); }
div.DivClassName
{
background-color: #62A0E0;
}
.BgClassName
{
background-color: #62A0E0;
}
</style>
border-color css
<style>
span { border-color: #62A0E0; }
span { border-color: rgb(98,160,224); }
td.TdClassName
{
border-color: #62A0E0;
}
.TagClassName
{
border-color: #62A0E0;
}
</style>