Shades of Havelock Blue #607CBF
Tints of Havelock Blue #607CBF
RGB
CMYK
RGB Variations
Color information
#607CBF (or 0x607CBF) is known color: Havelock Blue. HEX triplet: 60, 7C and BF. RGB value is (96,124,191). Sum of RGB (Red+Green+Blue) = 96+124+191=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #607CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CBF is #9F8340. Grayscale: #7A7A7A. Windows color (decimal): -10453825 or 12549216. OLE color: 12549216.
HSL color Cylindrical-coordinate representation of color #607CBF: hue angle of 222.32º 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 #607CBF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 124 | 191 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.25 |
| HSL | 222.32º | 0.43% | 0.56% | - |
| HSV(B) | 222.32º | 0.5% | 0.75% | - |
| XYZ | 21.44 | 20.66 | 52.15 | - |
| YUV | 123.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 191 | 0.50 | 0.35 | 0 | 0.25 | 222.32 | 0.43 | 0.56 |
| Hex | 60 | 7C | BF | 32 | 23 | 0 | 19 | DE | 2B | 38 |
| Octal | 140 | 174 | 277 | 62 | 43 | 0 | 31 | 336 | 53 | 70 |
| Binary | 1100000 | 1111100 | 10111111 | 110010 | 100011 | 0 | 11001 | 11011110 | 101011 | 111000 |
Color Harmonies of #607CBF
Complementary color
Monochromatic Colors of #607CBF
Black with #607CBF
Text Example
Text Example
White with #607CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CBF; }
p { color: rgb(96,124,191); }
H1.HeaderClassName
{
color: #607CBF;
}
.AnyTagClassName
{
color: #607CBF;
}
</style>
background-color css
<style>
a { background-color: #607CBF; }
a { background-color: rgb(96,124,191); }
div.DivClassName
{
background-color: #607CBF;
}
.BgClassName
{
background-color: #607CBF;
}
</style>
border-color css
<style>
span { border-color: #607CBF; }
span { border-color: rgb(96,124,191); }
td.TdClassName
{
border-color: #607CBF;
}
.TagClassName
{
border-color: #607CBF;
}
</style>