Shades of Havelock Blue #607ECE
Tints of Havelock Blue #607ECE
RGB
CMYK
RGB Variations
Color information
#607ECE (or 0x607ECE) is known color: Havelock Blue. HEX triplet: 60, 7E and CE. RGB value is (96,126,206). Sum of RGB (Red+Green+Blue) = 96+126+206=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #607ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ECE is #9F8131. Grayscale: #7D7D7D. Windows color (decimal): -10453298 or 13532768. OLE color: 13532768.
HSL color Cylindrical-coordinate representation of color #607ECE: hue angle of 223.64º 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 #607ECE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 126 | 206 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.19 |
| HSL | 223.64º | 0.53% | 0.59% | - |
| HSV(B) | 223.64º | 0.53% | 0.81% | - |
| XYZ | 23.43 | 21.86 | 61.38 | - |
| YUV | 126.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 206 | 0.53 | 0.39 | 0 | 0.19 | 223.64 | 0.53 | 0.59 |
| Hex | 60 | 7E | CE | 35 | 27 | 0 | 13 | E0 | 35 | 3B |
| Octal | 140 | 176 | 316 | 65 | 47 | 0 | 23 | 340 | 65 | 73 |
| Binary | 1100000 | 1111110 | 11001110 | 110101 | 100111 | 0 | 10011 | 11100000 | 110101 | 111011 |
Color Harmonies of #607ECE
Complementary color
Monochromatic Colors of #607ECE
Black with #607ECE
Text Example
Text Example
White with #607ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ECE; }
p { color: rgb(96,126,206); }
H1.HeaderClassName
{
color: #607ECE;
}
.AnyTagClassName
{
color: #607ECE;
}
</style>
background-color css
<style>
a { background-color: #607ECE; }
a { background-color: rgb(96,126,206); }
div.DivClassName
{
background-color: #607ECE;
}
.BgClassName
{
background-color: #607ECE;
}
</style>
border-color css
<style>
span { border-color: #607ECE; }
span { border-color: rgb(96,126,206); }
td.TdClassName
{
border-color: #607ECE;
}
.TagClassName
{
border-color: #607ECE;
}
</style>