Shades of Havelock Blue #607FC7
Tints of Havelock Blue #607FC7
RGB
CMYK
RGB Variations
Color information
#607FC7 (or 0x607FC7) is known color: Havelock Blue. HEX triplet: 60, 7F and C7. RGB value is (96,127,199). Sum of RGB (Red+Green+Blue) = 96+127+199=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #607FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FC7 is #9F8038. Grayscale: #7D7D7D. Windows color (decimal): -10453049 or 13074272. OLE color: 13074272.
HSL color Cylindrical-coordinate representation of color #607FC7: hue angle of 221.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607FC7 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 127 | 199 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.22 |
| HSL | 221.94º | 0.48% | 0.58% | - |
| HSV(B) | 221.94º | 0.52% | 0.78% | - |
| XYZ | 22.72 | 21.79 | 57.04 | - |
| YUV | 125.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 199 | 0.52 | 0.36 | 0 | 0.22 | 221.94 | 0.48 | 0.58 |
| Hex | 60 | 7F | C7 | 34 | 24 | 0 | 16 | DE | 30 | 3A |
| Octal | 140 | 177 | 307 | 64 | 44 | 0 | 26 | 336 | 60 | 72 |
| Binary | 1100000 | 1111111 | 11000111 | 110100 | 100100 | 0 | 10110 | 11011110 | 110000 | 111010 |
Color Harmonies of #607FC7
Complementary color
Monochromatic Colors of #607FC7
Black with #607FC7
Text Example
Text Example
White with #607FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FC7; }
p { color: rgb(96,127,199); }
H1.HeaderClassName
{
color: #607FC7;
}
.AnyTagClassName
{
color: #607FC7;
}
</style>
background-color css
<style>
a { background-color: #607FC7; }
a { background-color: rgb(96,127,199); }
div.DivClassName
{
background-color: #607FC7;
}
.BgClassName
{
background-color: #607FC7;
}
</style>
border-color css
<style>
span { border-color: #607FC7; }
span { border-color: rgb(96,127,199); }
td.TdClassName
{
border-color: #607FC7;
}
.TagClassName
{
border-color: #607FC7;
}
</style>