Shades of Havelock Blue #6081D4
Tints of Havelock Blue #6081D4
RGB
CMYK
RGB Variations
Color information
#6081D4 (or 0x6081D4) is known color: Havelock Blue. HEX triplet: 60, 81 and D4. RGB value is (96,129,212). Sum of RGB (Red+Green+Blue) = 96+129+212=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #6081D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6081D4 is #9F7E2B. Grayscale: #808080. Windows color (decimal): -10452524 or 13926752. OLE color: 13926752.
HSL color Cylindrical-coordinate representation of color #6081D4: hue angle of 222.93º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6081D4 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 129 | 212 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.17 |
| HSL | 222.93º | 0.57% | 0.6% | - |
| HSV(B) | 222.93º | 0.55% | 0.83% | - |
| XYZ | 24.56 | 22.94 | 65.42 | - |
| YUV | 128.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 212 | 0.55 | 0.39 | 0 | 0.17 | 222.93 | 0.57 | 0.6 |
| Hex | 60 | 81 | D4 | 37 | 27 | 0 | 11 | DF | 39 | 3C |
| Octal | 140 | 201 | 324 | 67 | 47 | 0 | 21 | 337 | 71 | 74 |
| Binary | 1100000 | 10000001 | 11010100 | 110111 | 100111 | 0 | 10001 | 11011111 | 111001 | 111100 |
Color Harmonies of #6081D4
Complementary color
Monochromatic Colors of #6081D4
Black with #6081D4
Text Example
Text Example
White with #6081D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6081D4; }
p { color: rgb(96,129,212); }
H1.HeaderClassName
{
color: #6081D4;
}
.AnyTagClassName
{
color: #6081D4;
}
</style>
background-color css
<style>
a { background-color: #6081D4; }
a { background-color: rgb(96,129,212); }
div.DivClassName
{
background-color: #6081D4;
}
.BgClassName
{
background-color: #6081D4;
}
</style>
border-color css
<style>
span { border-color: #6081D4; }
span { border-color: rgb(96,129,212); }
td.TdClassName
{
border-color: #6081D4;
}
.TagClassName
{
border-color: #6081D4;
}
</style>