Shades of Havelock Blue #607BB8
Tints of Havelock Blue #607BB8
RGB
CMYK
RGB Variations
Color information
#607BB8 (or 0x607BB8) is known color: Havelock Blue. HEX triplet: 60, 7B and B8. RGB value is (96,123,184). Sum of RGB (Red+Green+Blue) = 96+123+184=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #607BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BB8 is #9F8447. Grayscale: #797979. Windows color (decimal): -10454088 or 12090208. OLE color: 12090208.
HSL color Cylindrical-coordinate representation of color #607BB8: hue angle of 221.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #607BB8 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 123 | 184 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.28 |
| HSL | 221.59º | 0.38% | 0.55% | - |
| HSV(B) | 221.59º | 0.48% | 0.72% | - |
| XYZ | 20.56 | 20.11 | 48.15 | - |
| YUV | 121.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 184 | 0.48 | 0.33 | 0 | 0.28 | 221.59 | 0.38 | 0.55 |
| Hex | 60 | 7B | B8 | 30 | 21 | 0 | 1C | DE | 26 | 37 |
| Octal | 140 | 173 | 270 | 60 | 41 | 0 | 34 | 336 | 46 | 67 |
| Binary | 1100000 | 1111011 | 10111000 | 110000 | 100001 | 0 | 11100 | 11011110 | 100110 | 110111 |
Color Harmonies of #607BB8
Complementary color
Monochromatic Colors of #607BB8
Black with #607BB8
Text Example
Text Example
White with #607BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BB8; }
p { color: rgb(96,123,184); }
H1.HeaderClassName
{
color: #607BB8;
}
.AnyTagClassName
{
color: #607BB8;
}
</style>
background-color css
<style>
a { background-color: #607BB8; }
a { background-color: rgb(96,123,184); }
div.DivClassName
{
background-color: #607BB8;
}
.BgClassName
{
background-color: #607BB8;
}
</style>
border-color css
<style>
span { border-color: #607BB8; }
span { border-color: rgb(96,123,184); }
td.TdClassName
{
border-color: #607BB8;
}
.TagClassName
{
border-color: #607BB8;
}
</style>