Shades of Havelock Blue #6580CB
Tints of Havelock Blue #6580CB
RGB
CMYK
RGB Variations
Color information
#6580CB (or 0x6580CB) is known color: Havelock Blue. HEX triplet: 65, 80 and CB. RGB value is (101,128,203). Sum of RGB (Red+Green+Blue) = 101+128+203=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #6580CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580CB is #9A7F34. Grayscale: #808080. Windows color (decimal): -10125109 or 13336677. OLE color: 13336677.
HSL color Cylindrical-coordinate representation of color #6580CB: hue angle of 224.12º 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 #6580CB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 128 | 203 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.20 |
| HSL | 224.12º | 0.5% | 0.6% | - |
| HSV(B) | 224.12º | 0.5% | 0.8% | - |
| XYZ | 23.87 | 22.52 | 59.59 | - |
| YUV | 128.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 203 | 0.50 | 0.37 | 0 | 0.20 | 224.12 | 0.5 | 0.6 |
| Hex | 65 | 80 | CB | 32 | 25 | 0 | 14 | E0 | 32 | 3C |
| Octal | 145 | 200 | 313 | 62 | 45 | 0 | 24 | 340 | 62 | 74 |
| Binary | 1100101 | 10000000 | 11001011 | 110010 | 100101 | 0 | 10100 | 11100000 | 110010 | 111100 |
Color Harmonies of #6580CB
Complementary color
Monochromatic Colors of #6580CB
Black with #6580CB
Text Example
Text Example
White with #6580CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580CB; }
p { color: rgb(101,128,203); }
H1.HeaderClassName
{
color: #6580CB;
}
.AnyTagClassName
{
color: #6580CB;
}
</style>
background-color css
<style>
a { background-color: #6580CB; }
a { background-color: rgb(101,128,203); }
div.DivClassName
{
background-color: #6580CB;
}
.BgClassName
{
background-color: #6580CB;
}
</style>
border-color css
<style>
span { border-color: #6580CB; }
span { border-color: rgb(101,128,203); }
td.TdClassName
{
border-color: #6580CB;
}
.TagClassName
{
border-color: #6580CB;
}
</style>