Shades of Havelock Blue #607BCE
Tints of Havelock Blue #607BCE
RGB
CMYK
RGB Variations
Color information
#607BCE (or 0x607BCE) is known color: Havelock Blue. HEX triplet: 60, 7B and CE. RGB value is (96,123,206). Sum of RGB (Red+Green+Blue) = 96+123+206=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #607BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BCE is #9F8431. Grayscale: #7C7C7C. Windows color (decimal): -10454066 or 13532000. OLE color: 13532000.
HSL color Cylindrical-coordinate representation of color #607BCE: hue angle of 225.27º 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 #607BCE is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 123 | 206 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.19 |
| HSL | 225.27º | 0.53% | 0.59% | - |
| HSV(B) | 225.27º | 0.53% | 0.81% | - |
| XYZ | 23.05 | 21.11 | 61.25 | - |
| YUV | 124.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 206 | 0.53 | 0.40 | 0 | 0.19 | 225.27 | 0.53 | 0.59 |
| Hex | 60 | 7B | CE | 35 | 28 | 0 | 13 | E1 | 35 | 3B |
| Octal | 140 | 173 | 316 | 65 | 50 | 0 | 23 | 341 | 65 | 73 |
| Binary | 1100000 | 1111011 | 11001110 | 110101 | 101000 | 0 | 10011 | 11100001 | 110101 | 111011 |
Color Harmonies of #607BCE
Complementary color
Monochromatic Colors of #607BCE
Black with #607BCE
Text Example
Text Example
White with #607BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BCE; }
p { color: rgb(96,123,206); }
H1.HeaderClassName
{
color: #607BCE;
}
.AnyTagClassName
{
color: #607BCE;
}
</style>
background-color css
<style>
a { background-color: #607BCE; }
a { background-color: rgb(96,123,206); }
div.DivClassName
{
background-color: #607BCE;
}
.BgClassName
{
background-color: #607BCE;
}
</style>
border-color css
<style>
span { border-color: #607BCE; }
span { border-color: rgb(96,123,206); }
td.TdClassName
{
border-color: #607BCE;
}
.TagClassName
{
border-color: #607BCE;
}
</style>