Shades of Havelock Blue #607EDA
Tints of Havelock Blue #607EDA
RGB
CMYK
RGB Variations
Color information
#607EDA (or 0x607EDA) is known color: Havelock Blue. HEX triplet: 60, 7E and DA. RGB value is (96,126,218). Sum of RGB (Red+Green+Blue) = 96+126+218=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #607EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EDA is #9F8125. Grayscale: #7F7F7F. Windows color (decimal): -10453286 or 14319200. OLE color: 14319200.
HSL color Cylindrical-coordinate representation of color #607EDA: hue angle of 225.25º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #607EDA is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 126 | 218 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.15 |
| HSL | 225.25º | 0.62% | 0.62% | - |
| HSV(B) | 225.25º | 0.56% | 0.85% | - |
| XYZ | 24.94 | 22.47 | 69.35 | - |
| YUV | 127.52 | 179.06 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 218 | 0.56 | 0.42 | 0 | 0.15 | 225.25 | 0.62 | 0.62 |
| Hex | 60 | 7E | DA | 38 | 2A | 0 | F | E1 | 3E | 3E |
| Octal | 140 | 176 | 332 | 70 | 52 | 0 | 17 | 341 | 76 | 76 |
| Binary | 1100000 | 1111110 | 11011010 | 111000 | 101010 | 0 | 1111 | 11100001 | 111110 | 111110 |
Color Harmonies of #607EDA
Complementary color
Monochromatic Colors of #607EDA
Black with #607EDA
Text Example
Text Example
White with #607EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EDA; }
p { color: rgb(96,126,218); }
H1.HeaderClassName
{
color: #607EDA;
}
.AnyTagClassName
{
color: #607EDA;
}
</style>
background-color css
<style>
a { background-color: #607EDA; }
a { background-color: rgb(96,126,218); }
div.DivClassName
{
background-color: #607EDA;
}
.BgClassName
{
background-color: #607EDA;
}
</style>
border-color css
<style>
span { border-color: #607EDA; }
span { border-color: rgb(96,126,218); }
td.TdClassName
{
border-color: #607EDA;
}
.TagClassName
{
border-color: #607EDA;
}
</style>