Shades of Havelock Blue #607EC7
Tints of Havelock Blue #607EC7
RGB
CMYK
RGB Variations
Color information
#607EC7 (or 0x607EC7) is known color: Havelock Blue. HEX triplet: 60, 7E and C7. RGB value is (96,126,199). Sum of RGB (Red+Green+Blue) = 96+126+199=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #607EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EC7 is #9F8138. Grayscale: #7D7D7D. Windows color (decimal): -10453305 or 13074016. OLE color: 13074016.
HSL color Cylindrical-coordinate representation of color #607EC7: hue angle of 222.52º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607EC7 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 126 | 199 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.22 |
| HSL | 222.52º | 0.48% | 0.58% | - |
| HSV(B) | 222.52º | 0.52% | 0.78% | - |
| XYZ | 22.59 | 21.53 | 57 | - |
| YUV | 125.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 199 | 0.52 | 0.37 | 0 | 0.22 | 222.52 | 0.48 | 0.58 |
| Hex | 60 | 7E | C7 | 34 | 25 | 0 | 16 | DF | 30 | 3A |
| Octal | 140 | 176 | 307 | 64 | 45 | 0 | 26 | 337 | 60 | 72 |
| Binary | 1100000 | 1111110 | 11000111 | 110100 | 100101 | 0 | 10110 | 11011111 | 110000 | 111010 |
Color Harmonies of #607EC7
Complementary color
Monochromatic Colors of #607EC7
Black with #607EC7
Text Example
Text Example
White with #607EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EC7; }
p { color: rgb(96,126,199); }
H1.HeaderClassName
{
color: #607EC7;
}
.AnyTagClassName
{
color: #607EC7;
}
</style>
background-color css
<style>
a { background-color: #607EC7; }
a { background-color: rgb(96,126,199); }
div.DivClassName
{
background-color: #607EC7;
}
.BgClassName
{
background-color: #607EC7;
}
</style>
border-color css
<style>
span { border-color: #607EC7; }
span { border-color: rgb(96,126,199); }
td.TdClassName
{
border-color: #607EC7;
}
.TagClassName
{
border-color: #607EC7;
}
</style>