Shades of Havelock Blue #607FBF
Tints of Havelock Blue #607FBF
RGB
CMYK
RGB Variations
Color information
#607FBF (or 0x607FBF) is known color: Havelock Blue. HEX triplet: 60, 7F and BF. RGB value is (96,127,191). Sum of RGB (Red+Green+Blue) = 96+127+191=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #607FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FBF is #9F8040. Grayscale: #7C7C7C. Windows color (decimal): -10453057 or 12549984. OLE color: 12549984.
HSL color Cylindrical-coordinate representation of color #607FBF: hue angle of 220.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607FBF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 127 | 191 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.25 |
| HSL | 220.42º | 0.43% | 0.56% | - |
| HSV(B) | 220.42º | 0.5% | 0.75% | - |
| XYZ | 21.82 | 21.43 | 52.28 | - |
| YUV | 125.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 191 | 0.50 | 0.34 | 0 | 0.25 | 220.42 | 0.43 | 0.56 |
| Hex | 60 | 7F | BF | 32 | 22 | 0 | 19 | DC | 2B | 38 |
| Octal | 140 | 177 | 277 | 62 | 42 | 0 | 31 | 334 | 53 | 70 |
| Binary | 1100000 | 1111111 | 10111111 | 110010 | 100010 | 0 | 11001 | 11011100 | 101011 | 111000 |
Color Harmonies of #607FBF
Complementary color
Monochromatic Colors of #607FBF
Black with #607FBF
Text Example
Text Example
White with #607FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FBF; }
p { color: rgb(96,127,191); }
H1.HeaderClassName
{
color: #607FBF;
}
.AnyTagClassName
{
color: #607FBF;
}
</style>
background-color css
<style>
a { background-color: #607FBF; }
a { background-color: rgb(96,127,191); }
div.DivClassName
{
background-color: #607FBF;
}
.BgClassName
{
background-color: #607FBF;
}
</style>
border-color css
<style>
span { border-color: #607FBF; }
span { border-color: rgb(96,127,191); }
td.TdClassName
{
border-color: #607FBF;
}
.TagClassName
{
border-color: #607FBF;
}
</style>