Shades of Havelock Blue #607FCC
Tints of Havelock Blue #607FCC
RGB
CMYK
RGB Variations
Color information
#607FCC (or 0x607FCC) is known color: Havelock Blue. HEX triplet: 60, 7F and CC. RGB value is (96,127,204). Sum of RGB (Red+Green+Blue) = 96+127+204=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #607FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FCC is #9F8033. Grayscale: #7E7E7E. Windows color (decimal): -10453044 or 13401952. OLE color: 13401952.
HSL color Cylindrical-coordinate representation of color #607FCC: hue angle of 222.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607FCC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 127 | 204 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.2 |
| HSL | 222.78º | 0.51% | 0.59% | - |
| HSV(B) | 222.78º | 0.53% | 0.8% | - |
| XYZ | 23.31 | 22.03 | 60.15 | - |
| YUV | 126.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 204 | 0.53 | 0.38 | 0 | 0.2 | 222.78 | 0.51 | 0.59 |
| Hex | 60 | 7F | CC | 35 | 26 | 0 | 14 | DF | 33 | 3B |
| Octal | 140 | 177 | 314 | 65 | 46 | 0 | 24 | 337 | 63 | 73 |
| Binary | 1100000 | 1111111 | 11001100 | 110101 | 100110 | 0 | 10100 | 11011111 | 110011 | 111011 |
Color Harmonies of #607FCC
Complementary color
Monochromatic Colors of #607FCC
Black with #607FCC
Text Example
Text Example
White with #607FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FCC; }
p { color: rgb(96,127,204); }
H1.HeaderClassName
{
color: #607FCC;
}
.AnyTagClassName
{
color: #607FCC;
}
</style>
background-color css
<style>
a { background-color: #607FCC; }
a { background-color: rgb(96,127,204); }
div.DivClassName
{
background-color: #607FCC;
}
.BgClassName
{
background-color: #607FCC;
}
</style>
border-color css
<style>
span { border-color: #607FCC; }
span { border-color: rgb(96,127,204); }
td.TdClassName
{
border-color: #607FCC;
}
.TagClassName
{
border-color: #607FCC;
}
</style>