Shades of Havelock Blue #6284C9
Tints of Havelock Blue #6284C9
RGB
CMYK
RGB Variations
Color information
#6284C9 (or 0x6284C9) is known color: Havelock Blue. HEX triplet: 62, 84 and C9. RGB value is (98,132,201). Sum of RGB (Red+Green+Blue) = 98+132+201=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #6284C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6284C9 is #9D7B36. Grayscale: #818181. Windows color (decimal): -10320695 or 13206626. OLE color: 13206626.
HSL color Cylindrical-coordinate representation of color #6284C9: hue angle of 220.19º degrees, saturation: 0.49, 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 #6284C9 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 132 | 201 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.21 |
| HSL | 220.19º | 0.49% | 0.59% | - |
| HSV(B) | 220.19º | 0.51% | 0.79% | - |
| XYZ | 23.83 | 23.32 | 58.5 | - |
| YUV | 129.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 201 | 0.51 | 0.34 | 0 | 0.21 | 220.19 | 0.49 | 0.59 |
| Hex | 62 | 84 | C9 | 33 | 22 | 0 | 15 | DC | 31 | 3B |
| Octal | 142 | 204 | 311 | 63 | 42 | 0 | 25 | 334 | 61 | 73 |
| Binary | 1100010 | 10000100 | 11001001 | 110011 | 100010 | 0 | 10101 | 11011100 | 110001 | 111011 |
Color Harmonies of #6284C9
Complementary color
Monochromatic Colors of #6284C9
Black with #6284C9
Text Example
Text Example
White with #6284C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6284C9; }
p { color: rgb(98,132,201); }
H1.HeaderClassName
{
color: #6284C9;
}
.AnyTagClassName
{
color: #6284C9;
}
</style>
background-color css
<style>
a { background-color: #6284C9; }
a { background-color: rgb(98,132,201); }
div.DivClassName
{
background-color: #6284C9;
}
.BgClassName
{
background-color: #6284C9;
}
</style>
border-color css
<style>
span { border-color: #6284C9; }
span { border-color: rgb(98,132,201); }
td.TdClassName
{
border-color: #6284C9;
}
.TagClassName
{
border-color: #6284C9;
}
</style>