Shades of Havelock Blue #6182CF
Tints of Havelock Blue #6182CF
RGB
CMYK
RGB Variations
Color information
#6182CF (or 0x6182CF) is known color: Havelock Blue. HEX triplet: 61, 82 and CF. RGB value is (97,130,207). Sum of RGB (Red+Green+Blue) = 97+130+207=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #6182CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182CF is #9E7D30. Grayscale: #808080. Windows color (decimal): -10386737 or 13599329. OLE color: 13599329.
HSL color Cylindrical-coordinate representation of color #6182CF: hue angle of 222º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6182CF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 130 | 207 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.19 |
| HSL | 222º | 0.53% | 0.6% | - |
| HSV(B) | 222º | 0.53% | 0.81% | - |
| XYZ | 24.17 | 23.01 | 62.2 | - |
| YUV | 128.91 | 172.07 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 207 | 0.53 | 0.37 | 0 | 0.19 | 222 | 0.53 | 0.6 |
| Hex | 61 | 82 | CF | 35 | 25 | 0 | 13 | DE | 35 | 3C |
| Octal | 141 | 202 | 317 | 65 | 45 | 0 | 23 | 336 | 65 | 74 |
| Binary | 1100001 | 10000010 | 11001111 | 110101 | 100101 | 0 | 10011 | 11011110 | 110101 | 111100 |
Color Harmonies of #6182CF
Complementary color
Monochromatic Colors of #6182CF
Black with #6182CF
Text Example
Text Example
White with #6182CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182CF; }
p { color: rgb(97,130,207); }
H1.HeaderClassName
{
color: #6182CF;
}
.AnyTagClassName
{
color: #6182CF;
}
</style>
background-color css
<style>
a { background-color: #6182CF; }
a { background-color: rgb(97,130,207); }
div.DivClassName
{
background-color: #6182CF;
}
.BgClassName
{
background-color: #6182CF;
}
</style>
border-color css
<style>
span { border-color: #6182CF; }
span { border-color: rgb(97,130,207); }
td.TdClassName
{
border-color: #6182CF;
}
.TagClassName
{
border-color: #6182CF;
}
</style>