Shades of Havelock Blue #6084CE
Tints of Havelock Blue #6084CE
RGB
CMYK
RGB Variations
Color information
#6084CE (or 0x6084CE) is known color: Havelock Blue. HEX triplet: 60, 84 and CE. RGB value is (96,132,206). Sum of RGB (Red+Green+Blue) = 96+132+206=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 132 (51.95% from 255 or 30.41% 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 #6084CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6084CE is #9F7B31. Grayscale: #818181. Windows color (decimal): -10451762 or 13534304. OLE color: 13534304.
HSL color Cylindrical-coordinate representation of color #6084CE: hue angle of 220.36º 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 #6084CE is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 132 | 206 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.19 |
| HSL | 220.36º | 0.53% | 0.59% | - |
| HSV(B) | 220.36º | 0.53% | 0.81% | - |
| XYZ | 24.22 | 23.45 | 61.64 | - |
| YUV | 129.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 206 | 0.53 | 0.36 | 0 | 0.19 | 220.36 | 0.53 | 0.59 |
| Hex | 60 | 84 | CE | 35 | 24 | 0 | 13 | DC | 35 | 3B |
| Octal | 140 | 204 | 316 | 65 | 44 | 0 | 23 | 334 | 65 | 73 |
| Binary | 1100000 | 10000100 | 11001110 | 110101 | 100100 | 0 | 10011 | 11011100 | 110101 | 111011 |
Color Harmonies of #6084CE
Complementary color
Monochromatic Colors of #6084CE
Black with #6084CE
Text Example
Text Example
White with #6084CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6084CE; }
p { color: rgb(96,132,206); }
H1.HeaderClassName
{
color: #6084CE;
}
.AnyTagClassName
{
color: #6084CE;
}
</style>
background-color css
<style>
a { background-color: #6084CE; }
a { background-color: rgb(96,132,206); }
div.DivClassName
{
background-color: #6084CE;
}
.BgClassName
{
background-color: #6084CE;
}
</style>
border-color css
<style>
span { border-color: #6084CE; }
span { border-color: rgb(96,132,206); }
td.TdClassName
{
border-color: #6084CE;
}
.TagClassName
{
border-color: #6084CE;
}
</style>