Shades of Havelock Blue #6284CE
Tints of Havelock Blue #6284CE
RGB
CMYK
RGB Variations
Color information
#6284CE (or 0x6284CE) is known color: Havelock Blue. HEX triplet: 62, 84 and CE. RGB value is (98,132,206). Sum of RGB (Red+Green+Blue) = 98+132+206=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6284CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6284CE is #9D7B31. Grayscale: #818181. Windows color (decimal): -10320690 or 13534306. OLE color: 13534306.
HSL color Cylindrical-coordinate representation of color #6284CE: hue angle of 221.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6284CE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 132 | 206 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.19 |
| HSL | 221.11º | 0.52% | 0.6% | - |
| HSV(B) | 221.11º | 0.52% | 0.81% | - |
| XYZ | 24.43 | 23.56 | 61.65 | - |
| YUV | 130.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 206 | 0.52 | 0.36 | 0 | 0.19 | 221.11 | 0.52 | 0.6 |
| Hex | 62 | 84 | CE | 34 | 24 | 0 | 13 | DD | 34 | 3C |
| Octal | 142 | 204 | 316 | 64 | 44 | 0 | 23 | 335 | 64 | 74 |
| Binary | 1100010 | 10000100 | 11001110 | 110100 | 100100 | 0 | 10011 | 11011101 | 110100 | 111100 |
Color Harmonies of #6284CE
Complementary color
Monochromatic Colors of #6284CE
Black with #6284CE
Text Example
Text Example
White with #6284CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6284CE; }
p { color: rgb(98,132,206); }
H1.HeaderClassName
{
color: #6284CE;
}
.AnyTagClassName
{
color: #6284CE;
}
</style>
background-color css
<style>
a { background-color: #6284CE; }
a { background-color: rgb(98,132,206); }
div.DivClassName
{
background-color: #6284CE;
}
.BgClassName
{
background-color: #6284CE;
}
</style>
border-color css
<style>
span { border-color: #6284CE; }
span { border-color: rgb(98,132,206); }
td.TdClassName
{
border-color: #6284CE;
}
.TagClassName
{
border-color: #6284CE;
}
</style>