Shades of Havelock Blue #607CB1
Tints of Havelock Blue #607CB1
RGB
CMYK
RGB Variations
Color information
#607CB1 (or 0x607CB1) is known color: Havelock Blue. HEX triplet: 60, 7C and B1. RGB value is (96,124,177). Sum of RGB (Red+Green+Blue) = 96+124+177=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #607CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CB1 is #9F834E. Grayscale: #797979. Windows color (decimal): -10453839 or 11631712. OLE color: 11631712.
HSL color Cylindrical-coordinate representation of color #607CB1: hue angle of 219.26º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607CB1 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 124 | 177 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.31 |
| HSL | 219.26º | 0.34% | 0.54% | - |
| HSV(B) | 219.26º | 0.46% | 0.69% | - |
| XYZ | 19.97 | 20.08 | 44.42 | - |
| YUV | 121.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 177 | 0.46 | 0.30 | 0 | 0.31 | 219.26 | 0.34 | 0.54 |
| Hex | 60 | 7C | B1 | 2E | 1E | 0 | 1F | DB | 22 | 36 |
| Octal | 140 | 174 | 261 | 56 | 36 | 0 | 37 | 333 | 42 | 66 |
| Binary | 1100000 | 1111100 | 10110001 | 101110 | 11110 | 0 | 11111 | 11011011 | 100010 | 110110 |
Color Harmonies of #607CB1
Complementary color
Monochromatic Colors of #607CB1
Black with #607CB1
Text Example
Text Example
White with #607CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CB1; }
p { color: rgb(96,124,177); }
H1.HeaderClassName
{
color: #607CB1;
}
.AnyTagClassName
{
color: #607CB1;
}
</style>
background-color css
<style>
a { background-color: #607CB1; }
a { background-color: rgb(96,124,177); }
div.DivClassName
{
background-color: #607CB1;
}
.BgClassName
{
background-color: #607CB1;
}
</style>
border-color css
<style>
span { border-color: #607CB1; }
span { border-color: rgb(96,124,177); }
td.TdClassName
{
border-color: #607CB1;
}
.TagClassName
{
border-color: #607CB1;
}
</style>