Shades of Havelock Blue #607ADA
Tints of Havelock Blue #607ADA
RGB
CMYK
RGB Variations
Color information
#607ADA (or 0x607ADA) is known color: Havelock Blue. HEX triplet: 60, 7A and DA. RGB value is (96,122,218). Sum of RGB (Red+Green+Blue) = 96+122+218=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #607ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ADA is #9F8525. Grayscale: #7C7C7C. Windows color (decimal): -10454310 or 14318176. OLE color: 14318176.
HSL color Cylindrical-coordinate representation of color #607ADA: hue angle of 227.21º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #607ADA is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 122 | 218 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.15 |
| HSL | 227.21º | 0.62% | 0.62% | - |
| HSV(B) | 227.21º | 0.56% | 0.85% | - |
| XYZ | 24.44 | 21.47 | 69.19 | - |
| YUV | 125.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 218 | 0.56 | 0.44 | 0 | 0.15 | 227.21 | 0.62 | 0.62 |
| Hex | 60 | 7A | DA | 38 | 2C | 0 | F | E3 | 3E | 3E |
| Octal | 140 | 172 | 332 | 70 | 54 | 0 | 17 | 343 | 76 | 76 |
| Binary | 1100000 | 1111010 | 11011010 | 111000 | 101100 | 0 | 1111 | 11100011 | 111110 | 111110 |
Color Harmonies of #607ADA
Complementary color
Monochromatic Colors of #607ADA
Black with #607ADA
Text Example
Text Example
White with #607ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607ADA; }
p { color: rgb(96,122,218); }
H1.HeaderClassName
{
color: #607ADA;
}
.AnyTagClassName
{
color: #607ADA;
}
</style>
background-color css
<style>
a { background-color: #607ADA; }
a { background-color: rgb(96,122,218); }
div.DivClassName
{
background-color: #607ADA;
}
.BgClassName
{
background-color: #607ADA;
}
</style>
border-color css
<style>
span { border-color: #607ADA; }
span { border-color: rgb(96,122,218); }
td.TdClassName
{
border-color: #607ADA;
}
.TagClassName
{
border-color: #607ADA;
}
</style>