Shades of Havelock Blue #6584D6
Tints of Havelock Blue #6584D6
RGB
CMYK
RGB Variations
Color information
#6584D6 (or 0x6584D6) is known color: Havelock Blue. HEX triplet: 65, 84 and D6. RGB value is (101,132,214). Sum of RGB (Red+Green+Blue) = 101+132+214=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #6584D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584D6 is #9A7B29. Grayscale: #838383. Windows color (decimal): -10124074 or 14058597. OLE color: 14058597.
HSL color Cylindrical-coordinate representation of color #6584D6: hue angle of 223.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6584D6 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 132 | 214 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.16 |
| HSL | 223.54º | 0.58% | 0.62% | - |
| HSV(B) | 223.54º | 0.53% | 0.84% | - |
| XYZ | 25.76 | 24.12 | 66.92 | - |
| YUV | 132.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 214 | 0.53 | 0.38 | 0 | 0.16 | 223.54 | 0.58 | 0.62 |
| Hex | 65 | 84 | D6 | 35 | 26 | 0 | 10 | E0 | 3A | 3E |
| Octal | 145 | 204 | 326 | 65 | 46 | 0 | 20 | 340 | 72 | 76 |
| Binary | 1100101 | 10000100 | 11010110 | 110101 | 100110 | 0 | 10000 | 11100000 | 111010 | 111110 |
Color Harmonies of #6584D6
Complementary color
Monochromatic Colors of #6584D6
Black with #6584D6
Text Example
Text Example
White with #6584D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6584D6; }
p { color: rgb(101,132,214); }
H1.HeaderClassName
{
color: #6584D6;
}
.AnyTagClassName
{
color: #6584D6;
}
</style>
background-color css
<style>
a { background-color: #6584D6; }
a { background-color: rgb(101,132,214); }
div.DivClassName
{
background-color: #6584D6;
}
.BgClassName
{
background-color: #6584D6;
}
</style>
border-color css
<style>
span { border-color: #6584D6; }
span { border-color: rgb(101,132,214); }
td.TdClassName
{
border-color: #6584D6;
}
.TagClassName
{
border-color: #6584D6;
}
</style>