Shades of Havelock Blue #607AC1
Tints of Havelock Blue #607AC1
RGB
CMYK
RGB Variations
Color information
#607AC1 (or 0x607AC1) is known color: Havelock Blue. HEX triplet: 60, 7A and C1. RGB value is (96,122,193). Sum of RGB (Red+Green+Blue) = 96+122+193=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #607AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AC1 is #9F853E. Grayscale: #7A7A7A. Windows color (decimal): -10454335 or 12679776. OLE color: 12679776.
HSL color Cylindrical-coordinate representation of color #607AC1: hue angle of 223.92º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607AC1 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 122 | 193 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.24 |
| HSL | 223.92º | 0.44% | 0.57% | - |
| HSV(B) | 223.92º | 0.5% | 0.76% | - |
| XYZ | 21.41 | 20.26 | 53.23 | - |
| YUV | 122.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 193 | 0.50 | 0.37 | 0 | 0.24 | 223.92 | 0.44 | 0.57 |
| Hex | 60 | 7A | C1 | 32 | 25 | 0 | 18 | E0 | 2C | 39 |
| Octal | 140 | 172 | 301 | 62 | 45 | 0 | 30 | 340 | 54 | 71 |
| Binary | 1100000 | 1111010 | 11000001 | 110010 | 100101 | 0 | 11000 | 11100000 | 101100 | 111001 |
Color Harmonies of #607AC1
Complementary color
Monochromatic Colors of #607AC1
Black with #607AC1
Text Example
Text Example
White with #607AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AC1; }
p { color: rgb(96,122,193); }
H1.HeaderClassName
{
color: #607AC1;
}
.AnyTagClassName
{
color: #607AC1;
}
</style>
background-color css
<style>
a { background-color: #607AC1; }
a { background-color: rgb(96,122,193); }
div.DivClassName
{
background-color: #607AC1;
}
.BgClassName
{
background-color: #607AC1;
}
</style>
border-color css
<style>
span { border-color: #607AC1; }
span { border-color: rgb(96,122,193); }
td.TdClassName
{
border-color: #607AC1;
}
.TagClassName
{
border-color: #607AC1;
}
</style>