Shades of Havelock Blue #6584CC
Tints of Havelock Blue #6584CC
RGB
CMYK
RGB Variations
Color information
#6584CC (or 0x6584CC) is known color: Havelock Blue. HEX triplet: 65, 84 and CC. RGB value is (101,132,204). Sum of RGB (Red+Green+Blue) = 101+132+204=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #6584CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584CC is #9A7B33. Grayscale: #828282. Windows color (decimal): -10124084 or 13403237. OLE color: 13403237.
HSL color Cylindrical-coordinate representation of color #6584CC: hue angle of 221.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6584CC is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 132 | 204 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.2 |
| HSL | 221.94º | 0.5% | 0.6% | - |
| HSV(B) | 221.94º | 0.5% | 0.8% | - |
| XYZ | 24.52 | 23.63 | 60.4 | - |
| YUV | 130.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 204 | 0.50 | 0.35 | 0 | 0.2 | 221.94 | 0.5 | 0.6 |
| Hex | 65 | 84 | CC | 32 | 23 | 0 | 14 | DE | 32 | 3C |
| Octal | 145 | 204 | 314 | 62 | 43 | 0 | 24 | 336 | 62 | 74 |
| Binary | 1100101 | 10000100 | 11001100 | 110010 | 100011 | 0 | 10100 | 11011110 | 110010 | 111100 |
Color Harmonies of #6584CC
Complementary color
Monochromatic Colors of #6584CC
Black with #6584CC
Text Example
Text Example
White with #6584CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6584CC; }
p { color: rgb(101,132,204); }
H1.HeaderClassName
{
color: #6584CC;
}
.AnyTagClassName
{
color: #6584CC;
}
</style>
background-color css
<style>
a { background-color: #6584CC; }
a { background-color: rgb(101,132,204); }
div.DivClassName
{
background-color: #6584CC;
}
.BgClassName
{
background-color: #6584CC;
}
</style>
border-color css
<style>
span { border-color: #6584CC; }
span { border-color: rgb(101,132,204); }
td.TdClassName
{
border-color: #6584CC;
}
.TagClassName
{
border-color: #6584CC;
}
</style>