Shades of Havelock Blue #6183CE
Tints of Havelock Blue #6183CE
RGB
CMYK
RGB Variations
Color information
#6183CE (or 0x6183CE) is known color: Havelock Blue. HEX triplet: 61, 83 and CE. RGB value is (97,131,206). Sum of RGB (Red+Green+Blue) = 97+131+206=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #6183CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6183CE is #9E7C31. Grayscale: #818181. Windows color (decimal): -10386482 or 13534049. OLE color: 13534049.
HSL color Cylindrical-coordinate representation of color #6183CE: hue angle of 221.28º 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 #6183CE is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 131 | 206 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.19 |
| HSL | 221.28º | 0.53% | 0.59% | - |
| HSV(B) | 221.28º | 0.53% | 0.81% | - |
| XYZ | 24.19 | 23.23 | 61.6 | - |
| YUV | 129.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 206 | 0.53 | 0.36 | 0 | 0.19 | 221.28 | 0.53 | 0.59 |
| Hex | 61 | 83 | CE | 35 | 24 | 0 | 13 | DD | 35 | 3B |
| Octal | 141 | 203 | 316 | 65 | 44 | 0 | 23 | 335 | 65 | 73 |
| Binary | 1100001 | 10000011 | 11001110 | 110101 | 100100 | 0 | 10011 | 11011101 | 110101 | 111011 |
Color Harmonies of #6183CE
Complementary color
Monochromatic Colors of #6183CE
Black with #6183CE
Text Example
Text Example
White with #6183CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6183CE; }
p { color: rgb(97,131,206); }
H1.HeaderClassName
{
color: #6183CE;
}
.AnyTagClassName
{
color: #6183CE;
}
</style>
background-color css
<style>
a { background-color: #6183CE; }
a { background-color: rgb(97,131,206); }
div.DivClassName
{
background-color: #6183CE;
}
.BgClassName
{
background-color: #6183CE;
}
</style>
border-color css
<style>
span { border-color: #6183CE; }
span { border-color: rgb(97,131,206); }
td.TdClassName
{
border-color: #6183CE;
}
.TagClassName
{
border-color: #6183CE;
}
</style>