Shades of Havelock Blue #607CD3
Tints of Havelock Blue #607CD3
RGB
CMYK
RGB Variations
Color information
#607CD3 (or 0x607CD3) is known color: Havelock Blue. HEX triplet: 60, 7C and D3. RGB value is (96,124,211). Sum of RGB (Red+Green+Blue) = 96+124+211=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #607CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CD3 is #9F832C. Grayscale: #7D7D7D. Windows color (decimal): -10453805 or 13859936. OLE color: 13859936.
HSL color Cylindrical-coordinate representation of color #607CD3: hue angle of 225.39º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607CD3 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 124 | 211 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.17 |
| HSL | 225.39º | 0.57% | 0.6% | - |
| HSV(B) | 225.39º | 0.55% | 0.83% | - |
| XYZ | 23.79 | 21.61 | 64.54 | - |
| YUV | 125.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 211 | 0.55 | 0.41 | 0 | 0.17 | 225.39 | 0.57 | 0.6 |
| Hex | 60 | 7C | D3 | 37 | 29 | 0 | 11 | E1 | 39 | 3C |
| Octal | 140 | 174 | 323 | 67 | 51 | 0 | 21 | 341 | 71 | 74 |
| Binary | 1100000 | 1111100 | 11010011 | 110111 | 101001 | 0 | 10001 | 11100001 | 111001 | 111100 |
Color Harmonies of #607CD3
Complementary color
Monochromatic Colors of #607CD3
Black with #607CD3
Text Example
Text Example
White with #607CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CD3; }
p { color: rgb(96,124,211); }
H1.HeaderClassName
{
color: #607CD3;
}
.AnyTagClassName
{
color: #607CD3;
}
</style>
background-color css
<style>
a { background-color: #607CD3; }
a { background-color: rgb(96,124,211); }
div.DivClassName
{
background-color: #607CD3;
}
.BgClassName
{
background-color: #607CD3;
}
</style>
border-color css
<style>
span { border-color: #607CD3; }
span { border-color: rgb(96,124,211); }
td.TdClassName
{
border-color: #607CD3;
}
.TagClassName
{
border-color: #607CD3;
}
</style>