Shades of Picton Blue #62A6DE
Tints of Picton Blue #62A6DE
RGB
CMYK
RGB Variations
Color information
#62A6DE (or 0x62A6DE) is known color: Picton Blue. HEX triplet: 62, A6 and DE. RGB value is (98,166,222). Sum of RGB (Red+Green+Blue) = 98+166+222=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #62A6DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A6DE is #9D5921. Grayscale: #979797. Windows color (decimal): -10311970 or 14591586. OLE color: 14591586.
HSL color Cylindrical-coordinate representation of color #62A6DE: hue angle of 207.1º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62A6DE is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 166 | 222 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.13 |
| HSL | 207.1º | 0.65% | 0.63% | - |
| HSV(B) | 207.1º | 0.56% | 0.87% | - |
| XYZ | 31.86 | 35.14 | 74.21 | - |
| YUV | 152.05 | 167.47 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 222 | 0.56 | 0.25 | 0 | 0.13 | 207.1 | 0.65 | 0.63 |
| Hex | 62 | A6 | DE | 38 | 19 | 0 | D | CF | 41 | 3F |
| Octal | 142 | 246 | 336 | 70 | 31 | 0 | 15 | 317 | 101 | 77 |
| Binary | 1100010 | 10100110 | 11011110 | 111000 | 11001 | 0 | 1101 | 11001111 | 1000001 | 111111 |
Color Harmonies of #62A6DE
Complementary color
Monochromatic Colors of #62A6DE
Black with #62A6DE
Text Example
Text Example
White with #62A6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A6DE; }
p { color: rgb(98,166,222); }
H1.HeaderClassName
{
color: #62A6DE;
}
.AnyTagClassName
{
color: #62A6DE;
}
</style>
background-color css
<style>
a { background-color: #62A6DE; }
a { background-color: rgb(98,166,222); }
div.DivClassName
{
background-color: #62A6DE;
}
.BgClassName
{
background-color: #62A6DE;
}
</style>
border-color css
<style>
span { border-color: #62A6DE; }
span { border-color: rgb(98,166,222); }
td.TdClassName
{
border-color: #62A6DE;
}
.TagClassName
{
border-color: #62A6DE;
}
</style>