Shades of Picton Blue #62A5E0
Tints of Picton Blue #62A5E0
RGB
CMYK
RGB Variations
Color information
#62A5E0 (or 0x62A5E0) is known color: Picton Blue. HEX triplet: 62, A5 and E0. RGB value is (98,165,224). Sum of RGB (Red+Green+Blue) = 98+165+224=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #62A5E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5E0 is #9D5A1F. Grayscale: #979797. Windows color (decimal): -10312224 or 14722402. OLE color: 14722402.
HSL color Cylindrical-coordinate representation of color #62A5E0: hue angle of 208.1º 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 #62A5E0 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 165 | 224 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.12 |
| HSL | 208.1º | 0.67% | 0.63% | - |
| HSV(B) | 208.1º | 0.56% | 0.88% | - |
| XYZ | 31.95 | 34.89 | 75.57 | - |
| YUV | 151.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 165 | 224 | 0.56 | 0.26 | 0 | 0.12 | 208.1 | 0.67 | 0.63 |
| Hex | 62 | A5 | E0 | 38 | 1A | 0 | C | D0 | 43 | 3F |
| Octal | 142 | 245 | 340 | 70 | 32 | 0 | 14 | 320 | 103 | 77 |
| Binary | 1100010 | 10100101 | 11100000 | 111000 | 11010 | 0 | 1100 | 11010000 | 1000011 | 111111 |
Color Harmonies of #62A5E0
Complementary color
Monochromatic Colors of #62A5E0
Black with #62A5E0
Text Example
Text Example
White with #62A5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A5E0; }
p { color: rgb(98,165,224); }
H1.HeaderClassName
{
color: #62A5E0;
}
.AnyTagClassName
{
color: #62A5E0;
}
</style>
background-color css
<style>
a { background-color: #62A5E0; }
a { background-color: rgb(98,165,224); }
div.DivClassName
{
background-color: #62A5E0;
}
.BgClassName
{
background-color: #62A5E0;
}
</style>
border-color css
<style>
span { border-color: #62A5E0; }
span { border-color: rgb(98,165,224); }
td.TdClassName
{
border-color: #62A5E0;
}
.TagClassName
{
border-color: #62A5E0;
}
</style>