Shades of Havelock Blue #607ABE
Tints of Havelock Blue #607ABE
RGB
CMYK
RGB Variations
Color information
#607ABE (or 0x607ABE) is known color: Havelock Blue. HEX triplet: 60, 7A and BE. RGB value is (96,122,190). Sum of RGB (Red+Green+Blue) = 96+122+190=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #607ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ABE is #9F8541. Grayscale: #797979. Windows color (decimal): -10454338 or 12483168. OLE color: 12483168.
HSL color Cylindrical-coordinate representation of color #607ABE: hue angle of 223.4º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607ABE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 122 | 190 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.25 |
| HSL | 223.4º | 0.42% | 0.56% | - |
| HSV(B) | 223.4º | 0.49% | 0.75% | - |
| XYZ | 21.08 | 20.12 | 51.49 | - |
| YUV | 121.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 190 | 0.49 | 0.36 | 0 | 0.25 | 223.4 | 0.42 | 0.56 |
| Hex | 60 | 7A | BE | 31 | 24 | 0 | 19 | DF | 2A | 38 |
| Octal | 140 | 172 | 276 | 61 | 44 | 0 | 31 | 337 | 52 | 70 |
| Binary | 1100000 | 1111010 | 10111110 | 110001 | 100100 | 0 | 11001 | 11011111 | 101010 | 111000 |
Color Harmonies of #607ABE
Complementary color
Monochromatic Colors of #607ABE
Black with #607ABE
Text Example
Text Example
White with #607ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ABE; }
p { color: rgb(96,122,190); }
H1.HeaderClassName
{
color: #607ABE;
}
.AnyTagClassName
{
color: #607ABE;
}
</style>
background-color css
<style>
a { background-color: #607ABE; }
a { background-color: rgb(96,122,190); }
div.DivClassName
{
background-color: #607ABE;
}
.BgClassName
{
background-color: #607ABE;
}
</style>
border-color css
<style>
span { border-color: #607ABE; }
span { border-color: rgb(96,122,190); }
td.TdClassName
{
border-color: #607ABE;
}
.TagClassName
{
border-color: #607ABE;
}
</style>