Shades of Havelock Blue #607DD7
Tints of Havelock Blue #607DD7
RGB
CMYK
RGB Variations
Color information
#607DD7 (or 0x607DD7) is known color: Havelock Blue. HEX triplet: 60, 7D and D7. RGB value is (96,125,215). Sum of RGB (Red+Green+Blue) = 96+125+215=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #607DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DD7 is #9F8228. Grayscale: #7E7E7E. Windows color (decimal): -10453545 or 14122336. OLE color: 14122336.
HSL color Cylindrical-coordinate representation of color #607DD7: hue angle of 225.38º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607DD7 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 125 | 215 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.16 |
| HSL | 225.38º | 0.6% | 0.61% | - |
| HSV(B) | 225.38º | 0.55% | 0.84% | - |
| XYZ | 24.42 | 22.06 | 67.26 | - |
| YUV | 126.59 | 177.89 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 215 | 0.55 | 0.42 | 0 | 0.16 | 225.38 | 0.6 | 0.61 |
| Hex | 60 | 7D | D7 | 37 | 2A | 0 | 10 | E1 | 3C | 3D |
| Octal | 140 | 175 | 327 | 67 | 52 | 0 | 20 | 341 | 74 | 75 |
| Binary | 1100000 | 1111101 | 11010111 | 110111 | 101010 | 0 | 10000 | 11100001 | 111100 | 111101 |
Color Harmonies of #607DD7
Complementary color
Monochromatic Colors of #607DD7
Black with #607DD7
Text Example
Text Example
White with #607DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DD7; }
p { color: rgb(96,125,215); }
H1.HeaderClassName
{
color: #607DD7;
}
.AnyTagClassName
{
color: #607DD7;
}
</style>
background-color css
<style>
a { background-color: #607DD7; }
a { background-color: rgb(96,125,215); }
div.DivClassName
{
background-color: #607DD7;
}
.BgClassName
{
background-color: #607DD7;
}
</style>
border-color css
<style>
span { border-color: #607DD7; }
span { border-color: rgb(96,125,215); }
td.TdClassName
{
border-color: #607DD7;
}
.TagClassName
{
border-color: #607DD7;
}
</style>