Shades of Picton Blue #62A8DC
Tints of Picton Blue #62A8DC
RGB
CMYK
RGB Variations
Color information
#62A8DC (or 0x62A8DC) is known color: Picton Blue. HEX triplet: 62, A8 and DC. RGB value is (98,168,220). Sum of RGB (Red+Green+Blue) = 98+168+220=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #62A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8DC is #9D5723. Grayscale: #989898. Windows color (decimal): -10311460 or 14461026. OLE color: 14461026.
HSL color Cylindrical-coordinate representation of color #62A8DC: hue angle of 205.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62A8DC is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 168 | 220 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.14 |
| HSL | 205.57º | 0.64% | 0.62% | - |
| HSV(B) | 205.57º | 0.55% | 0.86% | - |
| XYZ | 31.96 | 35.77 | 72.93 | - |
| YUV | 153 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 220 | 0.55 | 0.24 | 0 | 0.14 | 205.57 | 0.64 | 0.62 |
| Hex | 62 | A8 | DC | 37 | 18 | 0 | E | CE | 40 | 3E |
| Octal | 142 | 250 | 334 | 67 | 30 | 0 | 16 | 316 | 100 | 76 |
| Binary | 1100010 | 10101000 | 11011100 | 110111 | 11000 | 0 | 1110 | 11001110 | 1000000 | 111110 |
Color Harmonies of #62A8DC
Complementary color
Monochromatic Colors of #62A8DC
Black with #62A8DC
Text Example
Text Example
White with #62A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8DC; }
p { color: rgb(98,168,220); }
H1.HeaderClassName
{
color: #62A8DC;
}
.AnyTagClassName
{
color: #62A8DC;
}
</style>
background-color css
<style>
a { background-color: #62A8DC; }
a { background-color: rgb(98,168,220); }
div.DivClassName
{
background-color: #62A8DC;
}
.BgClassName
{
background-color: #62A8DC;
}
</style>
border-color css
<style>
span { border-color: #62A8DC; }
span { border-color: rgb(98,168,220); }
td.TdClassName
{
border-color: #62A8DC;
}
.TagClassName
{
border-color: #62A8DC;
}
</style>