Shades of Havelock Blue #6080D8
Tints of Havelock Blue #6080D8
RGB
CMYK
RGB Variations
Color information
#6080D8 (or 0x6080D8) is known color: Havelock Blue. HEX triplet: 60, 80 and D8. RGB value is (96,128,216). Sum of RGB (Red+Green+Blue) = 96+128+216=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #6080D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080D8 is #9F7F27. Grayscale: #808080. Windows color (decimal): -10452776 or 14188640. OLE color: 14188640.
HSL color Cylindrical-coordinate representation of color #6080D8: hue angle of 224º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6080D8 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 128 | 216 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.15 |
| HSL | 224º | 0.61% | 0.61% | - |
| HSV(B) | 224º | 0.56% | 0.85% | - |
| XYZ | 24.94 | 22.88 | 68.07 | - |
| YUV | 128.46 | 177.4 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 216 | 0.56 | 0.41 | 0 | 0.15 | 224 | 0.61 | 0.61 |
| Hex | 60 | 80 | D8 | 38 | 29 | 0 | F | E0 | 3D | 3D |
| Octal | 140 | 200 | 330 | 70 | 51 | 0 | 17 | 340 | 75 | 75 |
| Binary | 1100000 | 10000000 | 11011000 | 111000 | 101001 | 0 | 1111 | 11100000 | 111101 | 111101 |
Color Harmonies of #6080D8
Complementary color
Monochromatic Colors of #6080D8
Black with #6080D8
Text Example
Text Example
White with #6080D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080D8; }
p { color: rgb(96,128,216); }
H1.HeaderClassName
{
color: #6080D8;
}
.AnyTagClassName
{
color: #6080D8;
}
</style>
background-color css
<style>
a { background-color: #6080D8; }
a { background-color: rgb(96,128,216); }
div.DivClassName
{
background-color: #6080D8;
}
.BgClassName
{
background-color: #6080D8;
}
</style>
border-color css
<style>
span { border-color: #6080D8; }
span { border-color: rgb(96,128,216); }
td.TdClassName
{
border-color: #6080D8;
}
.TagClassName
{
border-color: #6080D8;
}
</style>