Shades of Havelock Blue #6182CE
Tints of Havelock Blue #6182CE
RGB
CMYK
RGB Variations
Color information
#6182CE (or 0x6182CE) is known color: Havelock Blue. HEX triplet: 61, 82 and CE. RGB value is (97,130,206). Sum of RGB (Red+Green+Blue) = 97+130+206=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #6182CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182CE is #9E7D31. Grayscale: #808080. Windows color (decimal): -10386738 or 13533793. OLE color: 13533793.
HSL color Cylindrical-coordinate representation of color #6182CE: hue angle of 221.83º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6182CE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 130 | 206 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.19 |
| HSL | 221.83º | 0.53% | 0.59% | - |
| HSV(B) | 221.83º | 0.53% | 0.81% | - |
| XYZ | 24.05 | 22.96 | 61.56 | - |
| YUV | 128.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 206 | 0.53 | 0.37 | 0 | 0.19 | 221.83 | 0.53 | 0.59 |
| Hex | 61 | 82 | CE | 35 | 25 | 0 | 13 | DE | 35 | 3B |
| Octal | 141 | 202 | 316 | 65 | 45 | 0 | 23 | 336 | 65 | 73 |
| Binary | 1100001 | 10000010 | 11001110 | 110101 | 100101 | 0 | 10011 | 11011110 | 110101 | 111011 |
Color Harmonies of #6182CE
Complementary color
Monochromatic Colors of #6182CE
Black with #6182CE
Text Example
Text Example
White with #6182CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182CE; }
p { color: rgb(97,130,206); }
H1.HeaderClassName
{
color: #6182CE;
}
.AnyTagClassName
{
color: #6182CE;
}
</style>
background-color css
<style>
a { background-color: #6182CE; }
a { background-color: rgb(97,130,206); }
div.DivClassName
{
background-color: #6182CE;
}
.BgClassName
{
background-color: #6182CE;
}
</style>
border-color css
<style>
span { border-color: #6182CE; }
span { border-color: rgb(97,130,206); }
td.TdClassName
{
border-color: #6182CE;
}
.TagClassName
{
border-color: #6182CE;
}
</style>