Shades of Havelock Blue #6081C3
Tints of Havelock Blue #6081C3
RGB
CMYK
RGB Variations
Color information
#6081C3 (or 0x6081C3) is known color: Havelock Blue. HEX triplet: 60, 81 and C3. RGB value is (96,129,195). Sum of RGB (Red+Green+Blue) = 96+129+195=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #6081C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6081C3 is #9F7E3C. Grayscale: #7E7E7E. Windows color (decimal): -10452541 or 12812640. OLE color: 12812640.
HSL color Cylindrical-coordinate representation of color #6081C3: hue angle of 220º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6081C3 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 129 | 195 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.24 |
| HSL | 220º | 0.45% | 0.57% | - |
| HSV(B) | 220º | 0.51% | 0.76% | - |
| XYZ | 22.52 | 22.13 | 54.71 | - |
| YUV | 126.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 195 | 0.51 | 0.34 | 0 | 0.24 | 220 | 0.45 | 0.57 |
| Hex | 60 | 81 | C3 | 33 | 22 | 0 | 18 | DC | 2D | 39 |
| Octal | 140 | 201 | 303 | 63 | 42 | 0 | 30 | 334 | 55 | 71 |
| Binary | 1100000 | 10000001 | 11000011 | 110011 | 100010 | 0 | 11000 | 11011100 | 101101 | 111001 |
Color Harmonies of #6081C3
Complementary color
Monochromatic Colors of #6081C3
Black with #6081C3
Text Example
Text Example
White with #6081C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6081C3; }
p { color: rgb(96,129,195); }
H1.HeaderClassName
{
color: #6081C3;
}
.AnyTagClassName
{
color: #6081C3;
}
</style>
background-color css
<style>
a { background-color: #6081C3; }
a { background-color: rgb(96,129,195); }
div.DivClassName
{
background-color: #6081C3;
}
.BgClassName
{
background-color: #6081C3;
}
</style>
border-color css
<style>
span { border-color: #6081C3; }
span { border-color: rgb(96,129,195); }
td.TdClassName
{
border-color: #6081C3;
}
.TagClassName
{
border-color: #6081C3;
}
</style>