Shades of Havelock Blue #6580CC
Tints of Havelock Blue #6580CC
RGB
CMYK
RGB Variations
Color information
#6580CC (or 0x6580CC) is known color: Havelock Blue. HEX triplet: 65, 80 and CC. RGB value is (101,128,204). Sum of RGB (Red+Green+Blue) = 101+128+204=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #6580CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580CC is #9A7F33. Grayscale: #808080. Windows color (decimal): -10125108 or 13402213. OLE color: 13402213.
HSL color Cylindrical-coordinate representation of color #6580CC: hue angle of 224.27º 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 #6580CC is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 128 | 204 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.2 |
| HSL | 224.27º | 0.5% | 0.6% | - |
| HSV(B) | 224.27º | 0.5% | 0.8% | - |
| XYZ | 23.99 | 22.56 | 60.22 | - |
| YUV | 128.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 204 | 0.50 | 0.37 | 0 | 0.2 | 224.27 | 0.5 | 0.6 |
| Hex | 65 | 80 | CC | 32 | 25 | 0 | 14 | E0 | 32 | 3C |
| Octal | 145 | 200 | 314 | 62 | 45 | 0 | 24 | 340 | 62 | 74 |
| Binary | 1100101 | 10000000 | 11001100 | 110010 | 100101 | 0 | 10100 | 11100000 | 110010 | 111100 |
Color Harmonies of #6580CC
Complementary color
Monochromatic Colors of #6580CC
Black with #6580CC
Text Example
Text Example
White with #6580CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580CC; }
p { color: rgb(101,128,204); }
H1.HeaderClassName
{
color: #6580CC;
}
.AnyTagClassName
{
color: #6580CC;
}
</style>
background-color css
<style>
a { background-color: #6580CC; }
a { background-color: rgb(101,128,204); }
div.DivClassName
{
background-color: #6580CC;
}
.BgClassName
{
background-color: #6580CC;
}
</style>
border-color css
<style>
span { border-color: #6580CC; }
span { border-color: rgb(101,128,204); }
td.TdClassName
{
border-color: #6580CC;
}
.TagClassName
{
border-color: #6580CC;
}
</style>