Shades of Havelock Blue #607CCF
Tints of Havelock Blue #607CCF
RGB
CMYK
RGB Variations
Color information
#607CCF (or 0x607CCF) is known color: Havelock Blue. HEX triplet: 60, 7C and CF. RGB value is (96,124,207). Sum of RGB (Red+Green+Blue) = 96+124+207=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #607CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CCF is #9F8330. Grayscale: #7C7C7C. Windows color (decimal): -10453809 or 13597792. OLE color: 13597792.
HSL color Cylindrical-coordinate representation of color #607CCF: hue angle of 224.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #607CCF is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 124 | 207 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.19 |
| HSL | 224.86º | 0.54% | 0.59% | - |
| HSV(B) | 224.86º | 0.54% | 0.81% | - |
| XYZ | 23.29 | 21.41 | 61.94 | - |
| YUV | 125.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 207 | 0.54 | 0.40 | 0 | 0.19 | 224.86 | 0.54 | 0.59 |
| Hex | 60 | 7C | CF | 36 | 28 | 0 | 13 | E1 | 36 | 3B |
| Octal | 140 | 174 | 317 | 66 | 50 | 0 | 23 | 341 | 66 | 73 |
| Binary | 1100000 | 1111100 | 11001111 | 110110 | 101000 | 0 | 10011 | 11100001 | 110110 | 111011 |
Color Harmonies of #607CCF
Complementary color
Monochromatic Colors of #607CCF
Black with #607CCF
Text Example
Text Example
White with #607CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CCF; }
p { color: rgb(96,124,207); }
H1.HeaderClassName
{
color: #607CCF;
}
.AnyTagClassName
{
color: #607CCF;
}
</style>
background-color css
<style>
a { background-color: #607CCF; }
a { background-color: rgb(96,124,207); }
div.DivClassName
{
background-color: #607CCF;
}
.BgClassName
{
background-color: #607CCF;
}
</style>
border-color css
<style>
span { border-color: #607CCF; }
span { border-color: rgb(96,124,207); }
td.TdClassName
{
border-color: #607CCF;
}
.TagClassName
{
border-color: #607CCF;
}
</style>