Shades of Havelock Blue #6586D5
Tints of Havelock Blue #6586D5
RGB
CMYK
RGB Variations
Color information
#6586D5 (or 0x6586D5) is known color: Havelock Blue. HEX triplet: 65, 86 and D5. RGB value is (101,134,213). Sum of RGB (Red+Green+Blue) = 101+134+213=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #6586D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586D5 is #9A792A. Grayscale: #848484. Windows color (decimal): -10123563 or 13993573. OLE color: 13993573.
HSL color Cylindrical-coordinate representation of color #6586D5: hue angle of 222.32º degrees, saturation: 0.57, 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 #6586D5 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 134 | 213 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.16 |
| HSL | 222.32º | 0.57% | 0.62% | - |
| HSV(B) | 222.32º | 0.53% | 0.84% | - |
| XYZ | 25.9 | 24.62 | 66.34 | - |
| YUV | 133.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 213 | 0.53 | 0.37 | 0 | 0.16 | 222.32 | 0.57 | 0.62 |
| Hex | 65 | 86 | D5 | 35 | 25 | 0 | 10 | DE | 39 | 3E |
| Octal | 145 | 206 | 325 | 65 | 45 | 0 | 20 | 336 | 71 | 76 |
| Binary | 1100101 | 10000110 | 11010101 | 110101 | 100101 | 0 | 10000 | 11011110 | 111001 | 111110 |
Color Harmonies of #6586D5
Complementary color
Monochromatic Colors of #6586D5
Black with #6586D5
Text Example
Text Example
White with #6586D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586D5; }
p { color: rgb(101,134,213); }
H1.HeaderClassName
{
color: #6586D5;
}
.AnyTagClassName
{
color: #6586D5;
}
</style>
background-color css
<style>
a { background-color: #6586D5; }
a { background-color: rgb(101,134,213); }
div.DivClassName
{
background-color: #6586D5;
}
.BgClassName
{
background-color: #6586D5;
}
</style>
border-color css
<style>
span { border-color: #6586D5; }
span { border-color: rgb(101,134,213); }
td.TdClassName
{
border-color: #6586D5;
}
.TagClassName
{
border-color: #6586D5;
}
</style>