Shades of Havelock Blue #6083C0
Tints of Havelock Blue #6083C0
RGB
CMYK
RGB Variations
Color information
#6083C0 (or 0x6083C0) is known color: Havelock Blue. HEX triplet: 60, 83 and C0. RGB value is (96,131,192). Sum of RGB (Red+Green+Blue) = 96+131+192=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #6083C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083C0 is #9F7C3F. Grayscale: #7F7F7F. Windows color (decimal): -10452032 or 12616544. OLE color: 12616544.
HSL color Cylindrical-coordinate representation of color #6083C0: hue angle of 218.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6083C0 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 131 | 192 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.25 |
| HSL | 218.13º | 0.43% | 0.56% | - |
| HSV(B) | 218.13º | 0.5% | 0.75% | - |
| XYZ | 22.45 | 22.53 | 53.03 | - |
| YUV | 127.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 192 | 0.50 | 0.32 | 0 | 0.25 | 218.13 | 0.43 | 0.56 |
| Hex | 60 | 83 | C0 | 32 | 20 | 0 | 19 | DA | 2B | 38 |
| Octal | 140 | 203 | 300 | 62 | 40 | 0 | 31 | 332 | 53 | 70 |
| Binary | 1100000 | 10000011 | 11000000 | 110010 | 100000 | 0 | 11001 | 11011010 | 101011 | 111000 |
Color Harmonies of #6083C0
Complementary color
Monochromatic Colors of #6083C0
Black with #6083C0
Text Example
Text Example
White with #6083C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6083C0; }
p { color: rgb(96,131,192); }
H1.HeaderClassName
{
color: #6083C0;
}
.AnyTagClassName
{
color: #6083C0;
}
</style>
background-color css
<style>
a { background-color: #6083C0; }
a { background-color: rgb(96,131,192); }
div.DivClassName
{
background-color: #6083C0;
}
.BgClassName
{
background-color: #6083C0;
}
</style>
border-color css
<style>
span { border-color: #6083C0; }
span { border-color: rgb(96,131,192); }
td.TdClassName
{
border-color: #6083C0;
}
.TagClassName
{
border-color: #6083C0;
}
</style>