Shades of Havelock Blue #6581CB
Tints of Havelock Blue #6581CB
RGB
CMYK
RGB Variations
Color information
#6581CB (or 0x6581CB) is known color: Havelock Blue. HEX triplet: 65, 81 and CB. RGB value is (101,129,203). Sum of RGB (Red+Green+Blue) = 101+129+203=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #6581CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581CB is #9A7E34. Grayscale: #808080. Windows color (decimal): -10124853 or 13336933. OLE color: 13336933.
HSL color Cylindrical-coordinate representation of color #6581CB: hue angle of 223.53º 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 #6581CB is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 129 | 203 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.20 |
| HSL | 223.53º | 0.5% | 0.6% | - |
| HSV(B) | 223.53º | 0.5% | 0.8% | - |
| XYZ | 24 | 22.78 | 59.63 | - |
| YUV | 129.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 203 | 0.50 | 0.36 | 0 | 0.20 | 223.53 | 0.5 | 0.6 |
| Hex | 65 | 81 | CB | 32 | 24 | 0 | 14 | E0 | 32 | 3C |
| Octal | 145 | 201 | 313 | 62 | 44 | 0 | 24 | 340 | 62 | 74 |
| Binary | 1100101 | 10000001 | 11001011 | 110010 | 100100 | 0 | 10100 | 11100000 | 110010 | 111100 |
Color Harmonies of #6581CB
Complementary color
Monochromatic Colors of #6581CB
Black with #6581CB
Text Example
Text Example
White with #6581CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6581CB; }
p { color: rgb(101,129,203); }
H1.HeaderClassName
{
color: #6581CB;
}
.AnyTagClassName
{
color: #6581CB;
}
</style>
background-color css
<style>
a { background-color: #6581CB; }
a { background-color: rgb(101,129,203); }
div.DivClassName
{
background-color: #6581CB;
}
.BgClassName
{
background-color: #6581CB;
}
</style>
border-color css
<style>
span { border-color: #6581CB; }
span { border-color: rgb(101,129,203); }
td.TdClassName
{
border-color: #6581CB;
}
.TagClassName
{
border-color: #6581CB;
}
</style>