Shades of Picton Blue #62A8DE
Tints of Picton Blue #62A8DE
RGB
CMYK
RGB Variations
Color information
#62A8DE (or 0x62A8DE) is known color: Picton Blue. HEX triplet: 62, A8 and DE. RGB value is (98,168,222). Sum of RGB (Red+Green+Blue) = 98+168+222=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #62A8DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8DE is #9D5721. Grayscale: #989898. Windows color (decimal): -10311458 or 14592098. OLE color: 14592098.
HSL color Cylindrical-coordinate representation of color #62A8DE: hue angle of 206.13º 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 #62A8DE is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 168 | 222 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.13 |
| HSL | 206.13º | 0.65% | 0.63% | - |
| HSV(B) | 206.13º | 0.56% | 0.87% | - |
| XYZ | 32.22 | 35.88 | 74.33 | - |
| YUV | 153.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 222 | 0.56 | 0.24 | 0 | 0.13 | 206.13 | 0.65 | 0.63 |
| Hex | 62 | A8 | DE | 38 | 18 | 0 | D | CE | 41 | 3F |
| Octal | 142 | 250 | 336 | 70 | 30 | 0 | 15 | 316 | 101 | 77 |
| Binary | 1100010 | 10101000 | 11011110 | 111000 | 11000 | 0 | 1101 | 11001110 | 1000001 | 111111 |
Color Harmonies of #62A8DE
Complementary color
Monochromatic Colors of #62A8DE
Black with #62A8DE
Text Example
Text Example
White with #62A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8DE; }
p { color: rgb(98,168,222); }
H1.HeaderClassName
{
color: #62A8DE;
}
.AnyTagClassName
{
color: #62A8DE;
}
</style>
background-color css
<style>
a { background-color: #62A8DE; }
a { background-color: rgb(98,168,222); }
div.DivClassName
{
background-color: #62A8DE;
}
.BgClassName
{
background-color: #62A8DE;
}
</style>
border-color css
<style>
span { border-color: #62A8DE; }
span { border-color: rgb(98,168,222); }
td.TdClassName
{
border-color: #62A8DE;
}
.TagClassName
{
border-color: #62A8DE;
}
</style>