Shades of Havelock Blue #6185CE
Tints of Havelock Blue #6185CE
RGB
CMYK
RGB Variations
Color information
#6185CE (or 0x6185CE) is known color: Havelock Blue. HEX triplet: 61, 85 and CE. RGB value is (97,133,206). Sum of RGB (Red+Green+Blue) = 97+133+206=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6185CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185CE is #9E7A31. Grayscale: #828282. Windows color (decimal): -10385970 or 13534561. OLE color: 13534561.
HSL color Cylindrical-coordinate representation of color #6185CE: hue angle of 220.18º 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 #6185CE is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 133 | 206 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.19 |
| HSL | 220.18º | 0.53% | 0.59% | - |
| HSV(B) | 220.18º | 0.53% | 0.81% | - |
| XYZ | 24.46 | 23.77 | 61.69 | - |
| YUV | 130.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 206 | 0.53 | 0.35 | 0 | 0.19 | 220.18 | 0.53 | 0.59 |
| Hex | 61 | 85 | CE | 35 | 23 | 0 | 13 | DC | 35 | 3B |
| Octal | 141 | 205 | 316 | 65 | 43 | 0 | 23 | 334 | 65 | 73 |
| Binary | 1100001 | 10000101 | 11001110 | 110101 | 100011 | 0 | 10011 | 11011100 | 110101 | 111011 |
Color Harmonies of #6185CE
Complementary color
Monochromatic Colors of #6185CE
Black with #6185CE
Text Example
Text Example
White with #6185CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6185CE; }
p { color: rgb(97,133,206); }
H1.HeaderClassName
{
color: #6185CE;
}
.AnyTagClassName
{
color: #6185CE;
}
</style>
background-color css
<style>
a { background-color: #6185CE; }
a { background-color: rgb(97,133,206); }
div.DivClassName
{
background-color: #6185CE;
}
.BgClassName
{
background-color: #6185CE;
}
</style>
border-color css
<style>
span { border-color: #6185CE; }
span { border-color: rgb(97,133,206); }
td.TdClassName
{
border-color: #6185CE;
}
.TagClassName
{
border-color: #6185CE;
}
</style>