Shades of Havelock Blue #607CCC
Tints of Havelock Blue #607CCC
RGB
CMYK
RGB Variations
Color information
#607CCC (or 0x607CCC) is known color: Havelock Blue. HEX triplet: 60, 7C and CC. RGB value is (96,124,204). Sum of RGB (Red+Green+Blue) = 96+124+204=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #607CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CCC is #9F8333. Grayscale: #7C7C7C. Windows color (decimal): -10453812 or 13401184. OLE color: 13401184.
HSL color Cylindrical-coordinate representation of color #607CCC: hue angle of 224.44º degrees, saturation: 0.51, 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 #607CCC is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 124 | 204 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.2 |
| HSL | 224.44º | 0.51% | 0.59% | - |
| HSV(B) | 224.44º | 0.53% | 0.8% | - |
| XYZ | 22.93 | 21.26 | 60.02 | - |
| YUV | 124.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 204 | 0.53 | 0.39 | 0 | 0.2 | 224.44 | 0.51 | 0.59 |
| Hex | 60 | 7C | CC | 35 | 27 | 0 | 14 | E0 | 33 | 3B |
| Octal | 140 | 174 | 314 | 65 | 47 | 0 | 24 | 340 | 63 | 73 |
| Binary | 1100000 | 1111100 | 11001100 | 110101 | 100111 | 0 | 10100 | 11100000 | 110011 | 111011 |
Color Harmonies of #607CCC
Complementary color
Monochromatic Colors of #607CCC
Black with #607CCC
Text Example
Text Example
White with #607CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CCC; }
p { color: rgb(96,124,204); }
H1.HeaderClassName
{
color: #607CCC;
}
.AnyTagClassName
{
color: #607CCC;
}
</style>
background-color css
<style>
a { background-color: #607CCC; }
a { background-color: rgb(96,124,204); }
div.DivClassName
{
background-color: #607CCC;
}
.BgClassName
{
background-color: #607CCC;
}
</style>
border-color css
<style>
span { border-color: #607CCC; }
span { border-color: rgb(96,124,204); }
td.TdClassName
{
border-color: #607CCC;
}
.TagClassName
{
border-color: #607CCC;
}
</style>