Shades of Havelock Blue #6284CA
Tints of Havelock Blue #6284CA
RGB
CMYK
RGB Variations
Color information
#6284CA (or 0x6284CA) is known color: Havelock Blue. HEX triplet: 62, 84 and CA. RGB value is (98,132,202). Sum of RGB (Red+Green+Blue) = 98+132+202=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #6284CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6284CA is #9D7B35. Grayscale: #818181. Windows color (decimal): -10320694 or 13272162. OLE color: 13272162.
HSL color Cylindrical-coordinate representation of color #6284CA: hue angle of 220.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6284CA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 132 | 202 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.21 |
| HSL | 220.38º | 0.5% | 0.59% | - |
| HSV(B) | 220.38º | 0.51% | 0.79% | - |
| XYZ | 23.95 | 23.36 | 59.12 | - |
| YUV | 129.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 202 | 0.51 | 0.35 | 0 | 0.21 | 220.38 | 0.5 | 0.59 |
| Hex | 62 | 84 | CA | 33 | 23 | 0 | 15 | DC | 32 | 3B |
| Octal | 142 | 204 | 312 | 63 | 43 | 0 | 25 | 334 | 62 | 73 |
| Binary | 1100010 | 10000100 | 11001010 | 110011 | 100011 | 0 | 10101 | 11011100 | 110010 | 111011 |
Color Harmonies of #6284CA
Complementary color
Monochromatic Colors of #6284CA
Black with #6284CA
Text Example
Text Example
White with #6284CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6284CA; }
p { color: rgb(98,132,202); }
H1.HeaderClassName
{
color: #6284CA;
}
.AnyTagClassName
{
color: #6284CA;
}
</style>
background-color css
<style>
a { background-color: #6284CA; }
a { background-color: rgb(98,132,202); }
div.DivClassName
{
background-color: #6284CA;
}
.BgClassName
{
background-color: #6284CA;
}
</style>
border-color css
<style>
span { border-color: #6284CA; }
span { border-color: rgb(98,132,202); }
td.TdClassName
{
border-color: #6284CA;
}
.TagClassName
{
border-color: #6284CA;
}
</style>