Shades of Havelock Blue #607AC5
Tints of Havelock Blue #607AC5
RGB
CMYK
RGB Variations
Color information
#607AC5 (or 0x607AC5) is known color: Havelock Blue. HEX triplet: 60, 7A and C5. RGB value is (96,122,197). Sum of RGB (Red+Green+Blue) = 96+122+197=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #607AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AC5 is #9F853A. Grayscale: #7A7A7A. Windows color (decimal): -10454331 or 12941920. OLE color: 12941920.
HSL color Cylindrical-coordinate representation of color #607AC5: hue angle of 224.55º 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 #607AC5 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 122 | 197 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.23 |
| HSL | 224.55º | 0.47% | 0.57% | - |
| HSV(B) | 224.55º | 0.51% | 0.77% | - |
| XYZ | 21.86 | 20.44 | 55.62 | - |
| YUV | 122.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 197 | 0.51 | 0.38 | 0 | 0.23 | 224.55 | 0.47 | 0.57 |
| Hex | 60 | 7A | C5 | 33 | 26 | 0 | 17 | E1 | 2F | 39 |
| Octal | 140 | 172 | 305 | 63 | 46 | 0 | 27 | 341 | 57 | 71 |
| Binary | 1100000 | 1111010 | 11000101 | 110011 | 100110 | 0 | 10111 | 11100001 | 101111 | 111001 |
Color Harmonies of #607AC5
Complementary color
Monochromatic Colors of #607AC5
Black with #607AC5
Text Example
Text Example
White with #607AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AC5; }
p { color: rgb(96,122,197); }
H1.HeaderClassName
{
color: #607AC5;
}
.AnyTagClassName
{
color: #607AC5;
}
</style>
background-color css
<style>
a { background-color: #607AC5; }
a { background-color: rgb(96,122,197); }
div.DivClassName
{
background-color: #607AC5;
}
.BgClassName
{
background-color: #607AC5;
}
</style>
border-color css
<style>
span { border-color: #607AC5; }
span { border-color: rgb(96,122,197); }
td.TdClassName
{
border-color: #607AC5;
}
.TagClassName
{
border-color: #607AC5;
}
</style>