Shades of Havelock Blue #607FBC
Tints of Havelock Blue #607FBC
RGB
CMYK
RGB Variations
Color information
#607FBC (or 0x607FBC) is known color: Havelock Blue. HEX triplet: 60, 7F and BC. RGB value is (96,127,188). Sum of RGB (Red+Green+Blue) = 96+127+188=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #607FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FBC is #9F8043. Grayscale: #7C7C7C. Windows color (decimal): -10453060 or 12353376. OLE color: 12353376.
HSL color Cylindrical-coordinate representation of color #607FBC: hue angle of 219.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607FBC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 127 | 188 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.26 |
| HSL | 219.78º | 0.41% | 0.56% | - |
| HSV(B) | 219.78º | 0.49% | 0.74% | - |
| XYZ | 21.49 | 21.3 | 50.55 | - |
| YUV | 124.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 188 | 0.49 | 0.32 | 0 | 0.26 | 219.78 | 0.41 | 0.56 |
| Hex | 60 | 7F | BC | 31 | 20 | 0 | 1A | DC | 29 | 38 |
| Octal | 140 | 177 | 274 | 61 | 40 | 0 | 32 | 334 | 51 | 70 |
| Binary | 1100000 | 1111111 | 10111100 | 110001 | 100000 | 0 | 11010 | 11011100 | 101001 | 111000 |
Color Harmonies of #607FBC
Complementary color
Monochromatic Colors of #607FBC
Black with #607FBC
Text Example
Text Example
White with #607FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FBC; }
p { color: rgb(96,127,188); }
H1.HeaderClassName
{
color: #607FBC;
}
.AnyTagClassName
{
color: #607FBC;
}
</style>
background-color css
<style>
a { background-color: #607FBC; }
a { background-color: rgb(96,127,188); }
div.DivClassName
{
background-color: #607FBC;
}
.BgClassName
{
background-color: #607FBC;
}
</style>
border-color css
<style>
span { border-color: #607FBC; }
span { border-color: rgb(96,127,188); }
td.TdClassName
{
border-color: #607FBC;
}
.TagClassName
{
border-color: #607FBC;
}
</style>