Shades of Havelock Blue #607FC6
Tints of Havelock Blue #607FC6
RGB
CMYK
RGB Variations
Color information
#607FC6 (or 0x607FC6) is known color: Havelock Blue. HEX triplet: 60, 7F and C6. RGB value is (96,127,198). Sum of RGB (Red+Green+Blue) = 96+127+198=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #607FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FC6 is #9F8039. Grayscale: #7D7D7D. Windows color (decimal): -10453050 or 13008736. OLE color: 13008736.
HSL color Cylindrical-coordinate representation of color #607FC6: hue angle of 221.76º degrees, saturation: 0.47, 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 #607FC6 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 127 | 198 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.22 |
| HSL | 221.76º | 0.47% | 0.58% | - |
| HSV(B) | 221.76º | 0.52% | 0.78% | - |
| XYZ | 22.61 | 21.74 | 56.43 | - |
| YUV | 125.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 198 | 0.52 | 0.36 | 0 | 0.22 | 221.76 | 0.47 | 0.58 |
| Hex | 60 | 7F | C6 | 34 | 24 | 0 | 16 | DE | 2F | 3A |
| Octal | 140 | 177 | 306 | 64 | 44 | 0 | 26 | 336 | 57 | 72 |
| Binary | 1100000 | 1111111 | 11000110 | 110100 | 100100 | 0 | 10110 | 11011110 | 101111 | 111010 |
Color Harmonies of #607FC6
Complementary color
Monochromatic Colors of #607FC6
Black with #607FC6
Text Example
Text Example
White with #607FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FC6; }
p { color: rgb(96,127,198); }
H1.HeaderClassName
{
color: #607FC6;
}
.AnyTagClassName
{
color: #607FC6;
}
</style>
background-color css
<style>
a { background-color: #607FC6; }
a { background-color: rgb(96,127,198); }
div.DivClassName
{
background-color: #607FC6;
}
.BgClassName
{
background-color: #607FC6;
}
</style>
border-color css
<style>
span { border-color: #607FC6; }
span { border-color: rgb(96,127,198); }
td.TdClassName
{
border-color: #607FC6;
}
.TagClassName
{
border-color: #607FC6;
}
</style>