Shades of Picton Blue #62A8D8
Tints of Picton Blue #62A8D8
RGB
CMYK
RGB Variations
Color information
#62A8D8 (or 0x62A8D8) is known color: Picton Blue. HEX triplet: 62, A8 and D8. RGB value is (98,168,216). Sum of RGB (Red+Green+Blue) = 98+168+216=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #62A8D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8D8 is #9D5727. Grayscale: #989898. Windows color (decimal): -10311464 or 14198882. OLE color: 14198882.
HSL color Cylindrical-coordinate representation of color #62A8D8: hue angle of 204.41º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62A8D8 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 168 | 216 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.15 |
| HSL | 204.41º | 0.6% | 0.62% | - |
| HSV(B) | 204.41º | 0.55% | 0.85% | - |
| XYZ | 31.43 | 35.56 | 70.17 | - |
| YUV | 152.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 216 | 0.55 | 0.22 | 0 | 0.15 | 204.41 | 0.6 | 0.62 |
| Hex | 62 | A8 | D8 | 37 | 16 | 0 | F | CC | 3C | 3E |
| Octal | 142 | 250 | 330 | 67 | 26 | 0 | 17 | 314 | 74 | 76 |
| Binary | 1100010 | 10101000 | 11011000 | 110111 | 10110 | 0 | 1111 | 11001100 | 111100 | 111110 |
Color Harmonies of #62A8D8
Complementary color
Monochromatic Colors of #62A8D8
Black with #62A8D8
Text Example
Text Example
White with #62A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8D8; }
p { color: rgb(98,168,216); }
H1.HeaderClassName
{
color: #62A8D8;
}
.AnyTagClassName
{
color: #62A8D8;
}
</style>
background-color css
<style>
a { background-color: #62A8D8; }
a { background-color: rgb(98,168,216); }
div.DivClassName
{
background-color: #62A8D8;
}
.BgClassName
{
background-color: #62A8D8;
}
</style>
border-color css
<style>
span { border-color: #62A8D8; }
span { border-color: rgb(98,168,216); }
td.TdClassName
{
border-color: #62A8D8;
}
.TagClassName
{
border-color: #62A8D8;
}
</style>