Shades of Picton Blue #62A8D7
Tints of Picton Blue #62A8D7
RGB
CMYK
RGB Variations
Color information
#62A8D7 (or 0x62A8D7) is known color: Picton Blue. HEX triplet: 62, A8 and D7. RGB value is (98,168,215). Sum of RGB (Red+Green+Blue) = 98+168+215=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #62A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8D7 is #9D5728. Grayscale: #989898. Windows color (decimal): -10311465 or 14133346. OLE color: 14133346.
HSL color Cylindrical-coordinate representation of color #62A8D7: hue angle of 204.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62A8D7 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 168 | 215 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.16 |
| HSL | 204.1º | 0.59% | 0.61% | - |
| HSV(B) | 204.1º | 0.54% | 0.84% | - |
| XYZ | 31.31 | 35.51 | 69.49 | - |
| YUV | 152.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 215 | 0.54 | 0.22 | 0 | 0.16 | 204.1 | 0.59 | 0.61 |
| Hex | 62 | A8 | D7 | 36 | 16 | 0 | 10 | CC | 3B | 3D |
| Octal | 142 | 250 | 327 | 66 | 26 | 0 | 20 | 314 | 73 | 75 |
| Binary | 1100010 | 10101000 | 11010111 | 110110 | 10110 | 0 | 10000 | 11001100 | 111011 | 111101 |
Color Harmonies of #62A8D7
Complementary color
Monochromatic Colors of #62A8D7
Black with #62A8D7
Text Example
Text Example
White with #62A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8D7; }
p { color: rgb(98,168,215); }
H1.HeaderClassName
{
color: #62A8D7;
}
.AnyTagClassName
{
color: #62A8D7;
}
</style>
background-color css
<style>
a { background-color: #62A8D7; }
a { background-color: rgb(98,168,215); }
div.DivClassName
{
background-color: #62A8D7;
}
.BgClassName
{
background-color: #62A8D7;
}
</style>
border-color css
<style>
span { border-color: #62A8D7; }
span { border-color: rgb(98,168,215); }
td.TdClassName
{
border-color: #62A8D7;
}
.TagClassName
{
border-color: #62A8D7;
}
</style>