Shades of Havelock Blue #6080C6
Tints of Havelock Blue #6080C6
RGB
CMYK
RGB Variations
Color information
#6080C6 (or 0x6080C6) is known color: Havelock Blue. HEX triplet: 60, 80 and C6. RGB value is (96,128,198). Sum of RGB (Red+Green+Blue) = 96+128+198=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #6080C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080C6 is #9F7F39. Grayscale: #7E7E7E. Windows color (decimal): -10452794 or 13008992. OLE color: 13008992.
HSL color Cylindrical-coordinate representation of color #6080C6: hue angle of 221.18º degrees, saturation: 0.47, 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 #6080C6 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 128 | 198 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.22 |
| HSL | 221.18º | 0.47% | 0.58% | - |
| HSV(B) | 221.18º | 0.52% | 0.78% | - |
| XYZ | 22.74 | 22 | 56.47 | - |
| YUV | 126.41 | 168.4 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 198 | 0.52 | 0.35 | 0 | 0.22 | 221.18 | 0.47 | 0.58 |
| Hex | 60 | 80 | C6 | 34 | 23 | 0 | 16 | DD | 2F | 3A |
| Octal | 140 | 200 | 306 | 64 | 43 | 0 | 26 | 335 | 57 | 72 |
| Binary | 1100000 | 10000000 | 11000110 | 110100 | 100011 | 0 | 10110 | 11011101 | 101111 | 111010 |
Color Harmonies of #6080C6
Complementary color
Monochromatic Colors of #6080C6
Black with #6080C6
Text Example
Text Example
White with #6080C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080C6; }
p { color: rgb(96,128,198); }
H1.HeaderClassName
{
color: #6080C6;
}
.AnyTagClassName
{
color: #6080C6;
}
</style>
background-color css
<style>
a { background-color: #6080C6; }
a { background-color: rgb(96,128,198); }
div.DivClassName
{
background-color: #6080C6;
}
.BgClassName
{
background-color: #6080C6;
}
</style>
border-color css
<style>
span { border-color: #6080C6; }
span { border-color: rgb(96,128,198); }
td.TdClassName
{
border-color: #6080C6;
}
.TagClassName
{
border-color: #6080C6;
}
</style>