Shades of Havelock Blue #607BB1
Tints of Havelock Blue #607BB1
RGB
CMYK
RGB Variations
Color information
#607BB1 (or 0x607BB1) is known color: Havelock Blue. HEX triplet: 60, 7B and B1. RGB value is (96,123,177). Sum of RGB (Red+Green+Blue) = 96+123+177=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #607BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BB1 is #9F844E. Grayscale: #787878. Windows color (decimal): -10454095 or 11631456. OLE color: 11631456.
HSL color Cylindrical-coordinate representation of color #607BB1: hue angle of 220º 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 #607BB1 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 123 | 177 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.31 |
| HSL | 220º | 0.34% | 0.54% | - |
| HSV(B) | 220º | 0.46% | 0.69% | - |
| XYZ | 19.84 | 19.83 | 44.38 | - |
| YUV | 121.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 177 | 0.46 | 0.31 | 0 | 0.31 | 220 | 0.34 | 0.54 |
| Hex | 60 | 7B | B1 | 2E | 1F | 0 | 1F | DC | 22 | 36 |
| Octal | 140 | 173 | 261 | 56 | 37 | 0 | 37 | 334 | 42 | 66 |
| Binary | 1100000 | 1111011 | 10110001 | 101110 | 11111 | 0 | 11111 | 11011100 | 100010 | 110110 |
Color Harmonies of #607BB1
Complementary color
Monochromatic Colors of #607BB1
Black with #607BB1
Text Example
Text Example
White with #607BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BB1; }
p { color: rgb(96,123,177); }
H1.HeaderClassName
{
color: #607BB1;
}
.AnyTagClassName
{
color: #607BB1;
}
</style>
background-color css
<style>
a { background-color: #607BB1; }
a { background-color: rgb(96,123,177); }
div.DivClassName
{
background-color: #607BB1;
}
.BgClassName
{
background-color: #607BB1;
}
</style>
border-color css
<style>
span { border-color: #607BB1; }
span { border-color: rgb(96,123,177); }
td.TdClassName
{
border-color: #607BB1;
}
.TagClassName
{
border-color: #607BB1;
}
</style>