Shades of Havelock Blue #6182CC
Tints of Havelock Blue #6182CC
RGB
CMYK
RGB Variations
Color information
#6182CC (or 0x6182CC) is known color: Havelock Blue. HEX triplet: 61, 82 and CC. RGB value is (97,130,204). Sum of RGB (Red+Green+Blue) = 97+130+204=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #6182CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182CC is #9E7D33. Grayscale: #808080. Windows color (decimal): -10386740 or 13402721. OLE color: 13402721.
HSL color Cylindrical-coordinate representation of color #6182CC: hue angle of 221.5º 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 #6182CC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 130 | 204 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.2 |
| HSL | 221.5º | 0.51% | 0.59% | - |
| HSV(B) | 221.5º | 0.52% | 0.8% | - |
| XYZ | 23.81 | 22.87 | 60.29 | - |
| YUV | 128.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 204 | 0.52 | 0.36 | 0 | 0.2 | 221.5 | 0.51 | 0.59 |
| Hex | 61 | 82 | CC | 34 | 24 | 0 | 14 | DD | 33 | 3B |
| Octal | 141 | 202 | 314 | 64 | 44 | 0 | 24 | 335 | 63 | 73 |
| Binary | 1100001 | 10000010 | 11001100 | 110100 | 100100 | 0 | 10100 | 11011101 | 110011 | 111011 |
Color Harmonies of #6182CC
Complementary color
Monochromatic Colors of #6182CC
Black with #6182CC
Text Example
Text Example
White with #6182CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182CC; }
p { color: rgb(97,130,204); }
H1.HeaderClassName
{
color: #6182CC;
}
.AnyTagClassName
{
color: #6182CC;
}
</style>
background-color css
<style>
a { background-color: #6182CC; }
a { background-color: rgb(97,130,204); }
div.DivClassName
{
background-color: #6182CC;
}
.BgClassName
{
background-color: #6182CC;
}
</style>
border-color css
<style>
span { border-color: #6182CC; }
span { border-color: rgb(97,130,204); }
td.TdClassName
{
border-color: #6182CC;
}
.TagClassName
{
border-color: #6182CC;
}
</style>