Shades of Havelock Blue #607BCD
Tints of Havelock Blue #607BCD
RGB
CMYK
RGB Variations
Color information
#607BCD (or 0x607BCD) is known color: Havelock Blue. HEX triplet: 60, 7B and CD. RGB value is (96,123,205). Sum of RGB (Red+Green+Blue) = 96+123+205=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #607BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BCD is #9F8432. Grayscale: #7B7B7B. Windows color (decimal): -10454067 or 13466464. OLE color: 13466464.
HSL color Cylindrical-coordinate representation of color #607BCD: hue angle of 225.14º degrees, saturation: 0.52, 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 #607BCD is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 123 | 205 | - |
| CMYK | 0.53 | 0.4 | 0 | 0.20 |
| HSL | 225.14º | 0.52% | 0.59% | - |
| HSV(B) | 225.14º | 0.53% | 0.8% | - |
| XYZ | 22.93 | 21.06 | 60.61 | - |
| YUV | 124.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 205 | 0.53 | 0.4 | 0 | 0.20 | 225.14 | 0.52 | 0.59 |
| Hex | 60 | 7B | CD | 35 | 28 | 0 | 14 | E1 | 34 | 3B |
| Octal | 140 | 173 | 315 | 65 | 50 | 0 | 24 | 341 | 64 | 73 |
| Binary | 1100000 | 1111011 | 11001101 | 110101 | 101000 | 0 | 10100 | 11100001 | 110100 | 111011 |
Color Harmonies of #607BCD
Complementary color
Monochromatic Colors of #607BCD
Black with #607BCD
Text Example
Text Example
White with #607BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BCD; }
p { color: rgb(96,123,205); }
H1.HeaderClassName
{
color: #607BCD;
}
.AnyTagClassName
{
color: #607BCD;
}
</style>
background-color css
<style>
a { background-color: #607BCD; }
a { background-color: rgb(96,123,205); }
div.DivClassName
{
background-color: #607BCD;
}
.BgClassName
{
background-color: #607BCD;
}
</style>
border-color css
<style>
span { border-color: #607BCD; }
span { border-color: rgb(96,123,205); }
td.TdClassName
{
border-color: #607BCD;
}
.TagClassName
{
border-color: #607BCD;
}
</style>