Shades of Havelock Blue #6484CC
Tints of Havelock Blue #6484CC
RGB
CMYK
RGB Variations
Color information
#6484CC (or 0x6484CC) is known color: Havelock Blue. HEX triplet: 64, 84 and CC. RGB value is (100,132,204). Sum of RGB (Red+Green+Blue) = 100+132+204=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6484CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484CC is #9B7B33. Grayscale: #828282. Windows color (decimal): -10189620 or 13403236. OLE color: 13403236.
HSL color Cylindrical-coordinate representation of color #6484CC: hue angle of 221.54º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6484CC is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 132 | 204 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.2 |
| HSL | 221.54º | 0.5% | 0.6% | - |
| HSV(B) | 221.54º | 0.51% | 0.8% | - |
| XYZ | 24.41 | 23.57 | 60.39 | - |
| YUV | 130.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 204 | 0.51 | 0.35 | 0 | 0.2 | 221.54 | 0.5 | 0.6 |
| Hex | 64 | 84 | CC | 33 | 23 | 0 | 14 | DE | 32 | 3C |
| Octal | 144 | 204 | 314 | 63 | 43 | 0 | 24 | 336 | 62 | 74 |
| Binary | 1100100 | 10000100 | 11001100 | 110011 | 100011 | 0 | 10100 | 11011110 | 110010 | 111100 |
Color Harmonies of #6484CC
Complementary color
Monochromatic Colors of #6484CC
Black with #6484CC
Text Example
Text Example
White with #6484CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484CC; }
p { color: rgb(100,132,204); }
H1.HeaderClassName
{
color: #6484CC;
}
.AnyTagClassName
{
color: #6484CC;
}
</style>
background-color css
<style>
a { background-color: #6484CC; }
a { background-color: rgb(100,132,204); }
div.DivClassName
{
background-color: #6484CC;
}
.BgClassName
{
background-color: #6484CC;
}
</style>
border-color css
<style>
span { border-color: #6484CC; }
span { border-color: rgb(100,132,204); }
td.TdClassName
{
border-color: #6484CC;
}
.TagClassName
{
border-color: #6484CC;
}
</style>