Shades of Havelock Blue #607FCF
Tints of Havelock Blue #607FCF
RGB
CMYK
RGB Variations
Color information
#607FCF (or 0x607FCF) is known color: Havelock Blue. HEX triplet: 60, 7F and CF. RGB value is (96,127,207). Sum of RGB (Red+Green+Blue) = 96+127+207=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #607FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FCF is #9F8030. Grayscale: #7E7E7E. Windows color (decimal): -10453041 or 13598560. OLE color: 13598560.
HSL color Cylindrical-coordinate representation of color #607FCF: hue angle of 223.24º 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 #607FCF is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 127 | 207 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.19 |
| HSL | 223.24º | 0.54% | 0.59% | - |
| HSV(B) | 223.24º | 0.54% | 0.81% | - |
| XYZ | 23.68 | 22.17 | 62.06 | - |
| YUV | 126.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 207 | 0.54 | 0.39 | 0 | 0.19 | 223.24 | 0.54 | 0.59 |
| Hex | 60 | 7F | CF | 36 | 27 | 0 | 13 | DF | 36 | 3B |
| Octal | 140 | 177 | 317 | 66 | 47 | 0 | 23 | 337 | 66 | 73 |
| Binary | 1100000 | 1111111 | 11001111 | 110110 | 100111 | 0 | 10011 | 11011111 | 110110 | 111011 |
Color Harmonies of #607FCF
Complementary color
Monochromatic Colors of #607FCF
Black with #607FCF
Text Example
Text Example
White with #607FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FCF; }
p { color: rgb(96,127,207); }
H1.HeaderClassName
{
color: #607FCF;
}
.AnyTagClassName
{
color: #607FCF;
}
</style>
background-color css
<style>
a { background-color: #607FCF; }
a { background-color: rgb(96,127,207); }
div.DivClassName
{
background-color: #607FCF;
}
.BgClassName
{
background-color: #607FCF;
}
</style>
border-color css
<style>
span { border-color: #607FCF; }
span { border-color: rgb(96,127,207); }
td.TdClassName
{
border-color: #607FCF;
}
.TagClassName
{
border-color: #607FCF;
}
</style>