Shades of Havelock Blue #607BC5
Tints of Havelock Blue #607BC5
RGB
CMYK
RGB Variations
Color information
#607BC5 (or 0x607BC5) is known color: Havelock Blue. HEX triplet: 60, 7B and C5. RGB value is (96,123,197). Sum of RGB (Red+Green+Blue) = 96+123+197=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #607BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BC5 is #9F843A. Grayscale: #7B7B7B. Windows color (decimal): -10454075 or 12942176. OLE color: 12942176.
HSL color Cylindrical-coordinate representation of color #607BC5: hue angle of 223.96º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #607BC5 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 123 | 197 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.23 |
| HSL | 223.96º | 0.47% | 0.57% | - |
| HSV(B) | 223.96º | 0.51% | 0.77% | - |
| XYZ | 21.98 | 20.68 | 55.66 | - |
| YUV | 123.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 197 | 0.51 | 0.38 | 0 | 0.23 | 223.96 | 0.47 | 0.57 |
| Hex | 60 | 7B | C5 | 33 | 26 | 0 | 17 | E0 | 2F | 39 |
| Octal | 140 | 173 | 305 | 63 | 46 | 0 | 27 | 340 | 57 | 71 |
| Binary | 1100000 | 1111011 | 11000101 | 110011 | 100110 | 0 | 10111 | 11100000 | 101111 | 111001 |
Color Harmonies of #607BC5
Complementary color
Monochromatic Colors of #607BC5
Black with #607BC5
Text Example
Text Example
White with #607BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BC5; }
p { color: rgb(96,123,197); }
H1.HeaderClassName
{
color: #607BC5;
}
.AnyTagClassName
{
color: #607BC5;
}
</style>
background-color css
<style>
a { background-color: #607BC5; }
a { background-color: rgb(96,123,197); }
div.DivClassName
{
background-color: #607BC5;
}
.BgClassName
{
background-color: #607BC5;
}
</style>
border-color css
<style>
span { border-color: #607BC5; }
span { border-color: rgb(96,123,197); }
td.TdClassName
{
border-color: #607BC5;
}
.TagClassName
{
border-color: #607BC5;
}
</style>