Shades of Havelock Blue #607CBE
Tints of Havelock Blue #607CBE
RGB
CMYK
RGB Variations
Color information
#607CBE (or 0x607CBE) is known color: Havelock Blue. HEX triplet: 60, 7C and BE. RGB value is (96,124,190). Sum of RGB (Red+Green+Blue) = 96+124+190=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #607CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CBE is #9F8341. Grayscale: #7A7A7A. Windows color (decimal): -10453826 or 12483680. OLE color: 12483680.
HSL color Cylindrical-coordinate representation of color #607CBE: hue angle of 222.13º 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 #607CBE is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 124 | 190 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.25 |
| HSL | 222.13º | 0.42% | 0.56% | - |
| HSV(B) | 222.13º | 0.49% | 0.75% | - |
| XYZ | 21.33 | 20.62 | 51.57 | - |
| YUV | 123.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 190 | 0.49 | 0.35 | 0 | 0.25 | 222.13 | 0.42 | 0.56 |
| Hex | 60 | 7C | BE | 31 | 23 | 0 | 19 | DE | 2A | 38 |
| Octal | 140 | 174 | 276 | 61 | 43 | 0 | 31 | 336 | 52 | 70 |
| Binary | 1100000 | 1111100 | 10111110 | 110001 | 100011 | 0 | 11001 | 11011110 | 101010 | 111000 |
Color Harmonies of #607CBE
Complementary color
Monochromatic Colors of #607CBE
Black with #607CBE
Text Example
Text Example
White with #607CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CBE; }
p { color: rgb(96,124,190); }
H1.HeaderClassName
{
color: #607CBE;
}
.AnyTagClassName
{
color: #607CBE;
}
</style>
background-color css
<style>
a { background-color: #607CBE; }
a { background-color: rgb(96,124,190); }
div.DivClassName
{
background-color: #607CBE;
}
.BgClassName
{
background-color: #607CBE;
}
</style>
border-color css
<style>
span { border-color: #607CBE; }
span { border-color: rgb(96,124,190); }
td.TdClassName
{
border-color: #607CBE;
}
.TagClassName
{
border-color: #607CBE;
}
</style>