Shades of Havelock Blue #6079CE
Tints of Havelock Blue #6079CE
RGB
CMYK
RGB Variations
Color information
#6079CE (or 0x6079CE) is known color: Havelock Blue. HEX triplet: 60, 79 and CE. RGB value is (96,121,206). Sum of RGB (Red+Green+Blue) = 96+121+206=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #6079CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6079CE is #9F8631. Grayscale: #7A7A7A. Windows color (decimal): -10454578 or 13531488. OLE color: 13531488.
HSL color Cylindrical-coordinate representation of color #6079CE: hue angle of 226.36º 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 #6079CE is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 121 | 206 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.19 |
| HSL | 226.36º | 0.53% | 0.59% | - |
| HSV(B) | 226.36º | 0.53% | 0.81% | - |
| XYZ | 22.8 | 20.62 | 61.17 | - |
| YUV | 123.22 | 174.72 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 206 | 0.53 | 0.41 | 0 | 0.19 | 226.36 | 0.53 | 0.59 |
| Hex | 60 | 79 | CE | 35 | 29 | 0 | 13 | E2 | 35 | 3B |
| Octal | 140 | 171 | 316 | 65 | 51 | 0 | 23 | 342 | 65 | 73 |
| Binary | 1100000 | 1111001 | 11001110 | 110101 | 101001 | 0 | 10011 | 11100010 | 110101 | 111011 |
Color Harmonies of #6079CE
Complementary color
Monochromatic Colors of #6079CE
Black with #6079CE
Text Example
Text Example
White with #6079CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6079CE; }
p { color: rgb(96,121,206); }
H1.HeaderClassName
{
color: #6079CE;
}
.AnyTagClassName
{
color: #6079CE;
}
</style>
background-color css
<style>
a { background-color: #6079CE; }
a { background-color: rgb(96,121,206); }
div.DivClassName
{
background-color: #6079CE;
}
.BgClassName
{
background-color: #6079CE;
}
</style>
border-color css
<style>
span { border-color: #6079CE; }
span { border-color: rgb(96,121,206); }
td.TdClassName
{
border-color: #6079CE;
}
.TagClassName
{
border-color: #6079CE;
}
</style>