Shades of Havelock Blue #6080C8
Tints of Havelock Blue #6080C8
RGB
CMYK
RGB Variations
Color information
#6080C8 (or 0x6080C8) is known color: Havelock Blue. HEX triplet: 60, 80 and C8. RGB value is (96,128,200). Sum of RGB (Red+Green+Blue) = 96+128+200=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #6080C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080C8 is #9F7F37. Grayscale: #7E7E7E. Windows color (decimal): -10452792 or 13140064. OLE color: 13140064.
HSL color Cylindrical-coordinate representation of color #6080C8: hue angle of 221.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6080C8 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 128 | 200 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.22 |
| HSL | 221.54º | 0.49% | 0.58% | - |
| HSV(B) | 221.54º | 0.52% | 0.78% | - |
| XYZ | 22.97 | 22.1 | 57.7 | - |
| YUV | 126.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 200 | 0.52 | 0.36 | 0 | 0.22 | 221.54 | 0.49 | 0.58 |
| Hex | 60 | 80 | C8 | 34 | 24 | 0 | 16 | DE | 31 | 3A |
| Octal | 140 | 200 | 310 | 64 | 44 | 0 | 26 | 336 | 61 | 72 |
| Binary | 1100000 | 10000000 | 11001000 | 110100 | 100100 | 0 | 10110 | 11011110 | 110001 | 111010 |
Color Harmonies of #6080C8
Complementary color
Monochromatic Colors of #6080C8
Black with #6080C8
Text Example
Text Example
White with #6080C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080C8; }
p { color: rgb(96,128,200); }
H1.HeaderClassName
{
color: #6080C8;
}
.AnyTagClassName
{
color: #6080C8;
}
</style>
background-color css
<style>
a { background-color: #6080C8; }
a { background-color: rgb(96,128,200); }
div.DivClassName
{
background-color: #6080C8;
}
.BgClassName
{
background-color: #6080C8;
}
</style>
border-color css
<style>
span { border-color: #6080C8; }
span { border-color: rgb(96,128,200); }
td.TdClassName
{
border-color: #6080C8;
}
.TagClassName
{
border-color: #6080C8;
}
</style>