Shades of Havelock Blue #607AD3
Tints of Havelock Blue #607AD3
RGB
CMYK
RGB Variations
Color information
#607AD3 (or 0x607AD3) is known color: Havelock Blue. HEX triplet: 60, 7A and D3. RGB value is (96,122,211). Sum of RGB (Red+Green+Blue) = 96+122+211=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 211 - color contains mainly: blue. Hex color #607AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AD3 is #9F852C. Grayscale: #7B7B7B. Windows color (decimal): -10454317 or 13859424. OLE color: 13859424.
HSL color Cylindrical-coordinate representation of color #607AD3: hue angle of 226.43º 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 #607AD3 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 122 | 211 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.17 |
| HSL | 226.43º | 0.57% | 0.6% | - |
| HSV(B) | 226.43º | 0.55% | 0.83% | - |
| XYZ | 23.54 | 21.11 | 64.46 | - |
| YUV | 124.37 | 176.89 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 211 | 0.55 | 0.42 | 0 | 0.17 | 226.43 | 0.57 | 0.6 |
| Hex | 60 | 7A | D3 | 37 | 2A | 0 | 11 | E2 | 39 | 3C |
| Octal | 140 | 172 | 323 | 67 | 52 | 0 | 21 | 342 | 71 | 74 |
| Binary | 1100000 | 1111010 | 11010011 | 110111 | 101010 | 0 | 10001 | 11100010 | 111001 | 111100 |
Color Harmonies of #607AD3
Complementary color
Monochromatic Colors of #607AD3
Black with #607AD3
Text Example
Text Example
White with #607AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AD3; }
p { color: rgb(96,122,211); }
H1.HeaderClassName
{
color: #607AD3;
}
.AnyTagClassName
{
color: #607AD3;
}
</style>
background-color css
<style>
a { background-color: #607AD3; }
a { background-color: rgb(96,122,211); }
div.DivClassName
{
background-color: #607AD3;
}
.BgClassName
{
background-color: #607AD3;
}
</style>
border-color css
<style>
span { border-color: #607AD3; }
span { border-color: rgb(96,122,211); }
td.TdClassName
{
border-color: #607AD3;
}
.TagClassName
{
border-color: #607AD3;
}
</style>