Shades of Havelock Blue #607ECB
Tints of Havelock Blue #607ECB
RGB
CMYK
RGB Variations
Color information
#607ECB (or 0x607ECB) is known color: Havelock Blue. HEX triplet: 60, 7E and CB. RGB value is (96,126,203). Sum of RGB (Red+Green+Blue) = 96+126+203=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #607ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ECB is #9F8134. Grayscale: #7D7D7D. Windows color (decimal): -10453301 or 13336160. OLE color: 13336160.
HSL color Cylindrical-coordinate representation of color #607ECB: hue angle of 223.18º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607ECB is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 126 | 203 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.20 |
| HSL | 223.18º | 0.51% | 0.59% | - |
| HSV(B) | 223.18º | 0.53% | 0.8% | - |
| XYZ | 23.06 | 21.72 | 59.48 | - |
| YUV | 125.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 203 | 0.53 | 0.38 | 0 | 0.20 | 223.18 | 0.51 | 0.59 |
| Hex | 60 | 7E | CB | 35 | 26 | 0 | 14 | DF | 33 | 3B |
| Octal | 140 | 176 | 313 | 65 | 46 | 0 | 24 | 337 | 63 | 73 |
| Binary | 1100000 | 1111110 | 11001011 | 110101 | 100110 | 0 | 10100 | 11011111 | 110011 | 111011 |
Color Harmonies of #607ECB
Complementary color
Monochromatic Colors of #607ECB
Black with #607ECB
Text Example
Text Example
White with #607ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ECB; }
p { color: rgb(96,126,203); }
H1.HeaderClassName
{
color: #607ECB;
}
.AnyTagClassName
{
color: #607ECB;
}
</style>
background-color css
<style>
a { background-color: #607ECB; }
a { background-color: rgb(96,126,203); }
div.DivClassName
{
background-color: #607ECB;
}
.BgClassName
{
background-color: #607ECB;
}
</style>
border-color css
<style>
span { border-color: #607ECB; }
span { border-color: rgb(96,126,203); }
td.TdClassName
{
border-color: #607ECB;
}
.TagClassName
{
border-color: #607ECB;
}
</style>