Shades of Havelock Blue #6581CD
Tints of Havelock Blue #6581CD
RGB
CMYK
RGB Variations
Color information
#6581CD (or 0x6581CD) is known color: Havelock Blue. HEX triplet: 65, 81 and CD. RGB value is (101,129,205). Sum of RGB (Red+Green+Blue) = 101+129+205=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #6581CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581CD is #9A7E32. Grayscale: #808080. Windows color (decimal): -10124851 or 13468005. OLE color: 13468005.
HSL color Cylindrical-coordinate representation of color #6581CD: hue angle of 223.85º degrees, saturation: 0.51, 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 #6581CD is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 129 | 205 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.20 |
| HSL | 223.85º | 0.51% | 0.6% | - |
| HSV(B) | 223.85º | 0.51% | 0.8% | - |
| XYZ | 24.24 | 22.88 | 60.9 | - |
| YUV | 129.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 205 | 0.51 | 0.37 | 0 | 0.20 | 223.85 | 0.51 | 0.6 |
| Hex | 65 | 81 | CD | 33 | 25 | 0 | 14 | E0 | 33 | 3C |
| Octal | 145 | 201 | 315 | 63 | 45 | 0 | 24 | 340 | 63 | 74 |
| Binary | 1100101 | 10000001 | 11001101 | 110011 | 100101 | 0 | 10100 | 11100000 | 110011 | 111100 |
Color Harmonies of #6581CD
Complementary color
Monochromatic Colors of #6581CD
Black with #6581CD
Text Example
Text Example
White with #6581CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6581CD; }
p { color: rgb(101,129,205); }
H1.HeaderClassName
{
color: #6581CD;
}
.AnyTagClassName
{
color: #6581CD;
}
</style>
background-color css
<style>
a { background-color: #6581CD; }
a { background-color: rgb(101,129,205); }
div.DivClassName
{
background-color: #6581CD;
}
.BgClassName
{
background-color: #6581CD;
}
</style>
border-color css
<style>
span { border-color: #6581CD; }
span { border-color: rgb(101,129,205); }
td.TdClassName
{
border-color: #6581CD;
}
.TagClassName
{
border-color: #6581CD;
}
</style>