Shades of Havelock Blue #607DCD
Tints of Havelock Blue #607DCD
RGB
CMYK
RGB Variations
Color information
#607DCD (or 0x607DCD) is known color: Havelock Blue. HEX triplet: 60, 7D and CD. RGB value is (96,125,205). Sum of RGB (Red+Green+Blue) = 96+125+205=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #607DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DCD is #9F8232. Grayscale: #7D7D7D. Windows color (decimal): -10453555 or 13466976. OLE color: 13466976.
HSL color Cylindrical-coordinate representation of color #607DCD: hue angle of 224.04º degrees, saturation: 0.52, 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 #607DCD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 125 | 205 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.20 |
| HSL | 224.04º | 0.52% | 0.59% | - |
| HSV(B) | 224.04º | 0.53% | 0.8% | - |
| XYZ | 23.18 | 21.56 | 60.7 | - |
| YUV | 125.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 205 | 0.53 | 0.39 | 0 | 0.20 | 224.04 | 0.52 | 0.59 |
| Hex | 60 | 7D | CD | 35 | 27 | 0 | 14 | E0 | 34 | 3B |
| Octal | 140 | 175 | 315 | 65 | 47 | 0 | 24 | 340 | 64 | 73 |
| Binary | 1100000 | 1111101 | 11001101 | 110101 | 100111 | 0 | 10100 | 11100000 | 110100 | 111011 |
Color Harmonies of #607DCD
Complementary color
Monochromatic Colors of #607DCD
Black with #607DCD
Text Example
Text Example
White with #607DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DCD; }
p { color: rgb(96,125,205); }
H1.HeaderClassName
{
color: #607DCD;
}
.AnyTagClassName
{
color: #607DCD;
}
</style>
background-color css
<style>
a { background-color: #607DCD; }
a { background-color: rgb(96,125,205); }
div.DivClassName
{
background-color: #607DCD;
}
.BgClassName
{
background-color: #607DCD;
}
</style>
border-color css
<style>
span { border-color: #607DCD; }
span { border-color: rgb(96,125,205); }
td.TdClassName
{
border-color: #607DCD;
}
.TagClassName
{
border-color: #607DCD;
}
</style>