Shades of Havelock Blue #6083CE
Tints of Havelock Blue #6083CE
RGB
CMYK
RGB Variations
Color information
#6083CE (or 0x6083CE) is known color: Havelock Blue. HEX triplet: 60, 83 and CE. RGB value is (96,131,206). Sum of RGB (Red+Green+Blue) = 96+131+206=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #6083CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083CE is #9F7C31. Grayscale: #808080. Windows color (decimal): -10452018 or 13534048. OLE color: 13534048.
HSL color Cylindrical-coordinate representation of color #6083CE: hue angle of 220.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6083CE is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 131 | 206 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.19 |
| HSL | 220.91º | 0.53% | 0.59% | - |
| HSV(B) | 220.91º | 0.53% | 0.81% | - |
| XYZ | 24.08 | 23.18 | 61.6 | - |
| YUV | 129.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 206 | 0.53 | 0.36 | 0 | 0.19 | 220.91 | 0.53 | 0.59 |
| Hex | 60 | 83 | CE | 35 | 24 | 0 | 13 | DD | 35 | 3B |
| Octal | 140 | 203 | 316 | 65 | 44 | 0 | 23 | 335 | 65 | 73 |
| Binary | 1100000 | 10000011 | 11001110 | 110101 | 100100 | 0 | 10011 | 11011101 | 110101 | 111011 |
Color Harmonies of #6083CE
Complementary color
Monochromatic Colors of #6083CE
Black with #6083CE
Text Example
Text Example
White with #6083CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6083CE; }
p { color: rgb(96,131,206); }
H1.HeaderClassName
{
color: #6083CE;
}
.AnyTagClassName
{
color: #6083CE;
}
</style>
background-color css
<style>
a { background-color: #6083CE; }
a { background-color: rgb(96,131,206); }
div.DivClassName
{
background-color: #6083CE;
}
.BgClassName
{
background-color: #6083CE;
}
</style>
border-color css
<style>
span { border-color: #6083CE; }
span { border-color: rgb(96,131,206); }
td.TdClassName
{
border-color: #6083CE;
}
.TagClassName
{
border-color: #6083CE;
}
</style>