Shades of Havelock Blue #607BBE
Tints of Havelock Blue #607BBE
RGB
CMYK
RGB Variations
Color information
#607BBE (or 0x607BBE) is known color: Havelock Blue. HEX triplet: 60, 7B and BE. RGB value is (96,123,190). Sum of RGB (Red+Green+Blue) = 96+123+190=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #607BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BBE is #9F8441. Grayscale: #7A7A7A. Windows color (decimal): -10454082 or 12483424. OLE color: 12483424.
HSL color Cylindrical-coordinate representation of color #607BBE: hue angle of 222.77º 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 #607BBE is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 123 | 190 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.25 |
| HSL | 222.77º | 0.42% | 0.56% | - |
| HSV(B) | 222.77º | 0.49% | 0.75% | - |
| XYZ | 21.2 | 20.37 | 51.53 | - |
| YUV | 122.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 190 | 0.49 | 0.35 | 0 | 0.25 | 222.77 | 0.42 | 0.56 |
| Hex | 60 | 7B | BE | 31 | 23 | 0 | 19 | DF | 2A | 38 |
| Octal | 140 | 173 | 276 | 61 | 43 | 0 | 31 | 337 | 52 | 70 |
| Binary | 1100000 | 1111011 | 10111110 | 110001 | 100011 | 0 | 11001 | 11011111 | 101010 | 111000 |
Color Harmonies of #607BBE
Complementary color
Monochromatic Colors of #607BBE
Black with #607BBE
Text Example
Text Example
White with #607BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BBE; }
p { color: rgb(96,123,190); }
H1.HeaderClassName
{
color: #607BBE;
}
.AnyTagClassName
{
color: #607BBE;
}
</style>
background-color css
<style>
a { background-color: #607BBE; }
a { background-color: rgb(96,123,190); }
div.DivClassName
{
background-color: #607BBE;
}
.BgClassName
{
background-color: #607BBE;
}
</style>
border-color css
<style>
span { border-color: #607BBE; }
span { border-color: rgb(96,123,190); }
td.TdClassName
{
border-color: #607BBE;
}
.TagClassName
{
border-color: #607BBE;
}
</style>