Shades of Havelock Blue #6180CA
Tints of Havelock Blue #6180CA
RGB
CMYK
RGB Variations
Color information
#6180CA (or 0x6180CA) is known color: Havelock Blue. HEX triplet: 61, 80 and CA. RGB value is (97,128,202). Sum of RGB (Red+Green+Blue) = 97+128+202=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #6180CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180CA is #9E7F35. Grayscale: #7E7E7E. Windows color (decimal): -10387254 or 13271137. OLE color: 13271137.
HSL color Cylindrical-coordinate representation of color #6180CA: hue angle of 222.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6180CA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 128 | 202 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.21 |
| HSL | 222.29º | 0.5% | 0.59% | - |
| HSV(B) | 222.29º | 0.52% | 0.79% | - |
| XYZ | 23.31 | 22.24 | 58.94 | - |
| YUV | 127.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 202 | 0.52 | 0.37 | 0 | 0.21 | 222.29 | 0.5 | 0.59 |
| Hex | 61 | 80 | CA | 34 | 25 | 0 | 15 | DE | 32 | 3B |
| Octal | 141 | 200 | 312 | 64 | 45 | 0 | 25 | 336 | 62 | 73 |
| Binary | 1100001 | 10000000 | 11001010 | 110100 | 100101 | 0 | 10101 | 11011110 | 110010 | 111011 |
Color Harmonies of #6180CA
Complementary color
Monochromatic Colors of #6180CA
Black with #6180CA
Text Example
Text Example
White with #6180CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6180CA; }
p { color: rgb(97,128,202); }
H1.HeaderClassName
{
color: #6180CA;
}
.AnyTagClassName
{
color: #6180CA;
}
</style>
background-color css
<style>
a { background-color: #6180CA; }
a { background-color: rgb(97,128,202); }
div.DivClassName
{
background-color: #6180CA;
}
.BgClassName
{
background-color: #6180CA;
}
</style>
border-color css
<style>
span { border-color: #6180CA; }
span { border-color: rgb(97,128,202); }
td.TdClassName
{
border-color: #6180CA;
}
.TagClassName
{
border-color: #6180CA;
}
</style>