Shades of Havelock Blue #607CB4
Tints of Havelock Blue #607CB4
RGB
CMYK
RGB Variations
Color information
#607CB4 (or 0x607CB4) is known color: Havelock Blue. HEX triplet: 60, 7C and B4. RGB value is (96,124,180). Sum of RGB (Red+Green+Blue) = 96+124+180=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #607CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CB4 is #9F834B. Grayscale: #797979. Windows color (decimal): -10453836 or 11828320. OLE color: 11828320.
HSL color Cylindrical-coordinate representation of color #607CB4: hue angle of 220º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #607CB4 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 124 | 180 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.29 |
| HSL | 220º | 0.36% | 0.54% | - |
| HSV(B) | 220º | 0.47% | 0.71% | - |
| XYZ | 20.27 | 20.2 | 46.01 | - |
| YUV | 122.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 180 | 0.47 | 0.31 | 0 | 0.29 | 220 | 0.36 | 0.54 |
| Hex | 60 | 7C | B4 | 2F | 1F | 0 | 1D | DC | 24 | 36 |
| Octal | 140 | 174 | 264 | 57 | 37 | 0 | 35 | 334 | 44 | 66 |
| Binary | 1100000 | 1111100 | 10110100 | 101111 | 11111 | 0 | 11101 | 11011100 | 100100 | 110110 |
Color Harmonies of #607CB4
Complementary color
Monochromatic Colors of #607CB4
Black with #607CB4
Text Example
Text Example
White with #607CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CB4; }
p { color: rgb(96,124,180); }
H1.HeaderClassName
{
color: #607CB4;
}
.AnyTagClassName
{
color: #607CB4;
}
</style>
background-color css
<style>
a { background-color: #607CB4; }
a { background-color: rgb(96,124,180); }
div.DivClassName
{
background-color: #607CB4;
}
.BgClassName
{
background-color: #607CB4;
}
</style>
border-color css
<style>
span { border-color: #607CB4; }
span { border-color: rgb(96,124,180); }
td.TdClassName
{
border-color: #607CB4;
}
.TagClassName
{
border-color: #607CB4;
}
</style>