Shades of Havelock Blue #607FCE
Tints of Havelock Blue #607FCE
RGB
CMYK
RGB Variations
Color information
#607FCE (or 0x607FCE) is known color: Havelock Blue. HEX triplet: 60, 7F and CE. RGB value is (96,127,206). Sum of RGB (Red+Green+Blue) = 96+127+206=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #607FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FCE is #9F8031. Grayscale: #7E7E7E. Windows color (decimal): -10453042 or 13533024. OLE color: 13533024.
HSL color Cylindrical-coordinate representation of color #607FCE: hue angle of 223.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607FCE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 127 | 206 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.19 |
| HSL | 223.09º | 0.53% | 0.59% | - |
| HSV(B) | 223.09º | 0.53% | 0.81% | - |
| XYZ | 23.55 | 22.12 | 61.42 | - |
| YUV | 126.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 206 | 0.53 | 0.38 | 0 | 0.19 | 223.09 | 0.53 | 0.59 |
| Hex | 60 | 7F | CE | 35 | 26 | 0 | 13 | DF | 35 | 3B |
| Octal | 140 | 177 | 316 | 65 | 46 | 0 | 23 | 337 | 65 | 73 |
| Binary | 1100000 | 1111111 | 11001110 | 110101 | 100110 | 0 | 10011 | 11011111 | 110101 | 111011 |
Color Harmonies of #607FCE
Complementary color
Monochromatic Colors of #607FCE
Black with #607FCE
Text Example
Text Example
White with #607FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FCE; }
p { color: rgb(96,127,206); }
H1.HeaderClassName
{
color: #607FCE;
}
.AnyTagClassName
{
color: #607FCE;
}
</style>
background-color css
<style>
a { background-color: #607FCE; }
a { background-color: rgb(96,127,206); }
div.DivClassName
{
background-color: #607FCE;
}
.BgClassName
{
background-color: #607FCE;
}
</style>
border-color css
<style>
span { border-color: #607FCE; }
span { border-color: rgb(96,127,206); }
td.TdClassName
{
border-color: #607FCE;
}
.TagClassName
{
border-color: #607FCE;
}
</style>