Shades of Havelock Blue #6384CE
Tints of Havelock Blue #6384CE
RGB
CMYK
RGB Variations
Color information
#6384CE (or 0x6384CE) is known color: Havelock Blue. HEX triplet: 63, 84 and CE. RGB value is (99,132,206). Sum of RGB (Red+Green+Blue) = 99+132+206=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6384CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384CE is #9C7B31. Grayscale: #828282. Windows color (decimal): -10255154 or 13534307. OLE color: 13534307.
HSL color Cylindrical-coordinate representation of color #6384CE: hue angle of 221.5º 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 #6384CE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 132 | 206 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.19 |
| HSL | 221.5º | 0.52% | 0.6% | - |
| HSV(B) | 221.5º | 0.52% | 0.81% | - |
| XYZ | 24.54 | 23.61 | 61.66 | - |
| YUV | 130.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 206 | 0.52 | 0.36 | 0 | 0.19 | 221.5 | 0.52 | 0.6 |
| Hex | 63 | 84 | CE | 34 | 24 | 0 | 13 | DD | 34 | 3C |
| Octal | 143 | 204 | 316 | 64 | 44 | 0 | 23 | 335 | 64 | 74 |
| Binary | 1100011 | 10000100 | 11001110 | 110100 | 100100 | 0 | 10011 | 11011101 | 110100 | 111100 |
Color Harmonies of #6384CE
Complementary color
Monochromatic Colors of #6384CE
Black with #6384CE
Text Example
Text Example
White with #6384CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6384CE; }
p { color: rgb(99,132,206); }
H1.HeaderClassName
{
color: #6384CE;
}
.AnyTagClassName
{
color: #6384CE;
}
</style>
background-color css
<style>
a { background-color: #6384CE; }
a { background-color: rgb(99,132,206); }
div.DivClassName
{
background-color: #6384CE;
}
.BgClassName
{
background-color: #6384CE;
}
</style>
border-color css
<style>
span { border-color: #6384CE; }
span { border-color: rgb(99,132,206); }
td.TdClassName
{
border-color: #6384CE;
}
.TagClassName
{
border-color: #6384CE;
}
</style>