Shades of Havelock Blue #6286D6
Tints of Havelock Blue #6286D6
RGB
CMYK
RGB Variations
Color information
#6286D6 (or 0x6286D6) is known color: Havelock Blue. HEX triplet: 62, 86 and D6. RGB value is (98,134,214). Sum of RGB (Red+Green+Blue) = 98+134+214=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #6286D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286D6 is #9D7929. Grayscale: #848484. Windows color (decimal): -10320170 or 14059106. OLE color: 14059106.
HSL color Cylindrical-coordinate representation of color #6286D6: hue angle of 221.38º 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 #6286D6 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 134 | 214 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.16 |
| HSL | 221.38º | 0.59% | 0.61% | - |
| HSV(B) | 221.38º | 0.54% | 0.84% | - |
| XYZ | 25.7 | 24.5 | 66.99 | - |
| YUV | 132.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 214 | 0.54 | 0.37 | 0 | 0.16 | 221.38 | 0.59 | 0.61 |
| Hex | 62 | 86 | D6 | 36 | 25 | 0 | 10 | DD | 3B | 3D |
| Octal | 142 | 206 | 326 | 66 | 45 | 0 | 20 | 335 | 73 | 75 |
| Binary | 1100010 | 10000110 | 11010110 | 110110 | 100101 | 0 | 10000 | 11011101 | 111011 | 111101 |
Color Harmonies of #6286D6
Complementary color
Monochromatic Colors of #6286D6
Black with #6286D6
Text Example
Text Example
White with #6286D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286D6; }
p { color: rgb(98,134,214); }
H1.HeaderClassName
{
color: #6286D6;
}
.AnyTagClassName
{
color: #6286D6;
}
</style>
background-color css
<style>
a { background-color: #6286D6; }
a { background-color: rgb(98,134,214); }
div.DivClassName
{
background-color: #6286D6;
}
.BgClassName
{
background-color: #6286D6;
}
</style>
border-color css
<style>
span { border-color: #6286D6; }
span { border-color: rgb(98,134,214); }
td.TdClassName
{
border-color: #6286D6;
}
.TagClassName
{
border-color: #6286D6;
}
</style>