Shades of Havelock Blue #607ACE
Tints of Havelock Blue #607ACE
RGB
CMYK
RGB Variations
Color information
#607ACE (or 0x607ACE) is known color: Havelock Blue. HEX triplet: 60, 7A and CE. RGB value is (96,122,206). Sum of RGB (Red+Green+Blue) = 96+122+206=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #607ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ACE is #9F8531. Grayscale: #7B7B7B. Windows color (decimal): -10454322 or 13531744. OLE color: 13531744.
HSL color Cylindrical-coordinate representation of color #607ACE: hue angle of 225.82º 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 #607ACE is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 122 | 206 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.19 |
| HSL | 225.82º | 0.53% | 0.59% | - |
| HSV(B) | 225.82º | 0.53% | 0.81% | - |
| XYZ | 22.92 | 20.86 | 61.21 | - |
| YUV | 123.8 | 174.39 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 206 | 0.53 | 0.41 | 0 | 0.19 | 225.82 | 0.53 | 0.59 |
| Hex | 60 | 7A | CE | 35 | 29 | 0 | 13 | E2 | 35 | 3B |
| Octal | 140 | 172 | 316 | 65 | 51 | 0 | 23 | 342 | 65 | 73 |
| Binary | 1100000 | 1111010 | 11001110 | 110101 | 101001 | 0 | 10011 | 11100010 | 110101 | 111011 |
Color Harmonies of #607ACE
Complementary color
Monochromatic Colors of #607ACE
Black with #607ACE
Text Example
Text Example
White with #607ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ACE; }
p { color: rgb(96,122,206); }
H1.HeaderClassName
{
color: #607ACE;
}
.AnyTagClassName
{
color: #607ACE;
}
</style>
background-color css
<style>
a { background-color: #607ACE; }
a { background-color: rgb(96,122,206); }
div.DivClassName
{
background-color: #607ACE;
}
.BgClassName
{
background-color: #607ACE;
}
</style>
border-color css
<style>
span { border-color: #607ACE; }
span { border-color: rgb(96,122,206); }
td.TdClassName
{
border-color: #607ACE;
}
.TagClassName
{
border-color: #607ACE;
}
</style>