Shades of Havelock Blue #6180CC
Tints of Havelock Blue #6180CC
RGB
CMYK
RGB Variations
Color information
#6180CC (or 0x6180CC) is known color: Havelock Blue. HEX triplet: 61, 80 and CC. RGB value is (97,128,204). Sum of RGB (Red+Green+Blue) = 97+128+204=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #6180CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180CC is #9E7F33. Grayscale: #7F7F7F. Windows color (decimal): -10387252 or 13402209. OLE color: 13402209.
HSL color Cylindrical-coordinate representation of color #6180CC: hue angle of 222.62º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6180CC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 128 | 204 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.2 |
| HSL | 222.62º | 0.51% | 0.59% | - |
| HSV(B) | 222.62º | 0.52% | 0.8% | - |
| XYZ | 23.55 | 22.34 | 60.2 | - |
| YUV | 127.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 204 | 0.52 | 0.37 | 0 | 0.2 | 222.62 | 0.51 | 0.59 |
| Hex | 61 | 80 | CC | 34 | 25 | 0 | 14 | DF | 33 | 3B |
| Octal | 141 | 200 | 314 | 64 | 45 | 0 | 24 | 337 | 63 | 73 |
| Binary | 1100001 | 10000000 | 11001100 | 110100 | 100101 | 0 | 10100 | 11011111 | 110011 | 111011 |
Color Harmonies of #6180CC
Complementary color
Monochromatic Colors of #6180CC
Black with #6180CC
Text Example
Text Example
White with #6180CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6180CC; }
p { color: rgb(97,128,204); }
H1.HeaderClassName
{
color: #6180CC;
}
.AnyTagClassName
{
color: #6180CC;
}
</style>
background-color css
<style>
a { background-color: #6180CC; }
a { background-color: rgb(97,128,204); }
div.DivClassName
{
background-color: #6180CC;
}
.BgClassName
{
background-color: #6180CC;
}
</style>
border-color css
<style>
span { border-color: #6180CC; }
span { border-color: rgb(97,128,204); }
td.TdClassName
{
border-color: #6180CC;
}
.TagClassName
{
border-color: #6180CC;
}
</style>