Shades of Havelock Blue #607CCD
Tints of Havelock Blue #607CCD
RGB
CMYK
RGB Variations
Color information
#607CCD (or 0x607CCD) is known color: Havelock Blue. HEX triplet: 60, 7C and CD. RGB value is (96,124,205). Sum of RGB (Red+Green+Blue) = 96+124+205=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #607CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CCD is #9F8332. Grayscale: #7C7C7C. Windows color (decimal): -10453811 or 13466720. OLE color: 13466720.
HSL color Cylindrical-coordinate representation of color #607CCD: hue angle of 224.59º 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 #607CCD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 124 | 205 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.20 |
| HSL | 224.59º | 0.52% | 0.59% | - |
| HSV(B) | 224.59º | 0.53% | 0.8% | - |
| XYZ | 23.05 | 21.31 | 60.66 | - |
| YUV | 124.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 205 | 0.53 | 0.40 | 0 | 0.20 | 224.59 | 0.52 | 0.59 |
| Hex | 60 | 7C | CD | 35 | 28 | 0 | 14 | E1 | 34 | 3B |
| Octal | 140 | 174 | 315 | 65 | 50 | 0 | 24 | 341 | 64 | 73 |
| Binary | 1100000 | 1111100 | 11001101 | 110101 | 101000 | 0 | 10100 | 11100001 | 110100 | 111011 |
Color Harmonies of #607CCD
Complementary color
Monochromatic Colors of #607CCD
Black with #607CCD
Text Example
Text Example
White with #607CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CCD; }
p { color: rgb(96,124,205); }
H1.HeaderClassName
{
color: #607CCD;
}
.AnyTagClassName
{
color: #607CCD;
}
</style>
background-color css
<style>
a { background-color: #607CCD; }
a { background-color: rgb(96,124,205); }
div.DivClassName
{
background-color: #607CCD;
}
.BgClassName
{
background-color: #607CCD;
}
</style>
border-color css
<style>
span { border-color: #607CCD; }
span { border-color: rgb(96,124,205); }
td.TdClassName
{
border-color: #607CCD;
}
.TagClassName
{
border-color: #607CCD;
}
</style>