Shades of Havelock Blue #607DBE
Tints of Havelock Blue #607DBE
RGB
CMYK
RGB Variations
Color information
#607DBE (or 0x607DBE) is known color: Havelock Blue. HEX triplet: 60, 7D and BE. RGB value is (96,125,190). Sum of RGB (Red+Green+Blue) = 96+125+190=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #607DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DBE is #9F8241. Grayscale: #7B7B7B. Windows color (decimal): -10453570 or 12483936. OLE color: 12483936.
HSL color Cylindrical-coordinate representation of color #607DBE: hue angle of 221.49º 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 #607DBE is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 125 | 190 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.25 |
| HSL | 221.49º | 0.42% | 0.56% | - |
| HSV(B) | 221.49º | 0.49% | 0.75% | - |
| XYZ | 21.45 | 20.87 | 51.61 | - |
| YUV | 123.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 190 | 0.49 | 0.34 | 0 | 0.25 | 221.49 | 0.42 | 0.56 |
| Hex | 60 | 7D | BE | 31 | 22 | 0 | 19 | DD | 2A | 38 |
| Octal | 140 | 175 | 276 | 61 | 42 | 0 | 31 | 335 | 52 | 70 |
| Binary | 1100000 | 1111101 | 10111110 | 110001 | 100010 | 0 | 11001 | 11011101 | 101010 | 111000 |
Color Harmonies of #607DBE
Complementary color
Monochromatic Colors of #607DBE
Black with #607DBE
Text Example
Text Example
White with #607DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607DBE; }
p { color: rgb(96,125,190); }
H1.HeaderClassName
{
color: #607DBE;
}
.AnyTagClassName
{
color: #607DBE;
}
</style>
background-color css
<style>
a { background-color: #607DBE; }
a { background-color: rgb(96,125,190); }
div.DivClassName
{
background-color: #607DBE;
}
.BgClassName
{
background-color: #607DBE;
}
</style>
border-color css
<style>
span { border-color: #607DBE; }
span { border-color: rgb(96,125,190); }
td.TdClassName
{
border-color: #607DBE;
}
.TagClassName
{
border-color: #607DBE;
}
</style>