Shades of Havelock Blue #6580BF
Tints of Havelock Blue #6580BF
RGB
CMYK
RGB Variations
Color information
#6580BF (or 0x6580BF) is known color: Havelock Blue. HEX triplet: 65, 80 and BF. RGB value is (101,128,191). Sum of RGB (Red+Green+Blue) = 101+128+191=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #6580BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580BF is #9A7F40. Grayscale: #7E7E7E. Windows color (decimal): -10125121 or 12550245. OLE color: 12550245.
HSL color Cylindrical-coordinate representation of color #6580BF: hue angle of 222º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6580BF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 128 | 191 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.25 |
| HSL | 222º | 0.41% | 0.57% | - |
| HSV(B) | 222º | 0.47% | 0.75% | - |
| XYZ | 22.49 | 21.97 | 52.34 | - |
| YUV | 127.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 191 | 0.47 | 0.33 | 0 | 0.25 | 222 | 0.41 | 0.57 |
| Hex | 65 | 80 | BF | 2F | 21 | 0 | 19 | DE | 29 | 39 |
| Octal | 145 | 200 | 277 | 57 | 41 | 0 | 31 | 336 | 51 | 71 |
| Binary | 1100101 | 10000000 | 10111111 | 101111 | 100001 | 0 | 11001 | 11011110 | 101001 | 111001 |
Color Harmonies of #6580BF
Complementary color
Monochromatic Colors of #6580BF
Black with #6580BF
Text Example
Text Example
White with #6580BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580BF; }
p { color: rgb(101,128,191); }
H1.HeaderClassName
{
color: #6580BF;
}
.AnyTagClassName
{
color: #6580BF;
}
</style>
background-color css
<style>
a { background-color: #6580BF; }
a { background-color: rgb(101,128,191); }
div.DivClassName
{
background-color: #6580BF;
}
.BgClassName
{
background-color: #6580BF;
}
</style>
border-color css
<style>
span { border-color: #6580BF; }
span { border-color: rgb(101,128,191); }
td.TdClassName
{
border-color: #6580BF;
}
.TagClassName
{
border-color: #6580BF;
}
</style>