Shades of Havelock Blue #6180D0
Tints of Havelock Blue #6180D0
RGB
CMYK
RGB Variations
Color information
#6180D0 (or 0x6180D0) is known color: Havelock Blue. HEX triplet: 61, 80 and D0. RGB value is (97,128,208). Sum of RGB (Red+Green+Blue) = 97+128+208=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #6180D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180D0 is #9E7F2F. Grayscale: #7F7F7F. Windows color (decimal): -10387248 or 13664353. OLE color: 13664353.
HSL color Cylindrical-coordinate representation of color #6180D0: hue angle of 223.24º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6180D0 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 128 | 208 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.18 |
| HSL | 223.24º | 0.54% | 0.6% | - |
| HSV(B) | 223.24º | 0.53% | 0.82% | - |
| XYZ | 24.03 | 22.53 | 62.76 | - |
| YUV | 127.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 208 | 0.53 | 0.38 | 0 | 0.18 | 223.24 | 0.54 | 0.6 |
| Hex | 61 | 80 | D0 | 35 | 26 | 0 | 12 | DF | 36 | 3C |
| Octal | 141 | 200 | 320 | 65 | 46 | 0 | 22 | 337 | 66 | 74 |
| Binary | 1100001 | 10000000 | 11010000 | 110101 | 100110 | 0 | 10010 | 11011111 | 110110 | 111100 |
Color Harmonies of #6180D0
Complementary color
Monochromatic Colors of #6180D0
Black with #6180D0
Text Example
Text Example
White with #6180D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6180D0; }
p { color: rgb(97,128,208); }
H1.HeaderClassName
{
color: #6180D0;
}
.AnyTagClassName
{
color: #6180D0;
}
</style>
background-color css
<style>
a { background-color: #6180D0; }
a { background-color: rgb(97,128,208); }
div.DivClassName
{
background-color: #6180D0;
}
.BgClassName
{
background-color: #6180D0;
}
</style>
border-color css
<style>
span { border-color: #6180D0; }
span { border-color: rgb(97,128,208); }
td.TdClassName
{
border-color: #6180D0;
}
.TagClassName
{
border-color: #6180D0;
}
</style>