Shades of Havelock Blue #607BAF
Tints of Havelock Blue #607BAF
RGB
CMYK
RGB Variations
Color information
#607BAF (or 0x607BAF) is known color: Havelock Blue. HEX triplet: 60, 7B and AF. RGB value is (96,123,175). Sum of RGB (Red+Green+Blue) = 96+123+175=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #607BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BAF is #9F8450. Grayscale: #787878. Windows color (decimal): -10454097 or 11500384. OLE color: 11500384.
HSL color Cylindrical-coordinate representation of color #607BAF: hue angle of 219.49º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607BAF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 123 | 175 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.31 |
| HSL | 219.49º | 0.33% | 0.53% | - |
| HSV(B) | 219.49º | 0.45% | 0.69% | - |
| XYZ | 19.64 | 19.75 | 43.33 | - |
| YUV | 120.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 175 | 0.45 | 0.30 | 0 | 0.31 | 219.49 | 0.33 | 0.53 |
| Hex | 60 | 7B | AF | 2D | 1E | 0 | 1F | DB | 21 | 35 |
| Octal | 140 | 173 | 257 | 55 | 36 | 0 | 37 | 333 | 41 | 65 |
| Binary | 1100000 | 1111011 | 10101111 | 101101 | 11110 | 0 | 11111 | 11011011 | 100001 | 110101 |
Color Harmonies of #607BAF
Complementary color
Monochromatic Colors of #607BAF
Black with #607BAF
Text Example
Text Example
White with #607BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BAF; }
p { color: rgb(96,123,175); }
H1.HeaderClassName
{
color: #607BAF;
}
.AnyTagClassName
{
color: #607BAF;
}
</style>
background-color css
<style>
a { background-color: #607BAF; }
a { background-color: rgb(96,123,175); }
div.DivClassName
{
background-color: #607BAF;
}
.BgClassName
{
background-color: #607BAF;
}
</style>
border-color css
<style>
span { border-color: #607BAF; }
span { border-color: rgb(96,123,175); }
td.TdClassName
{
border-color: #607BAF;
}
.TagClassName
{
border-color: #607BAF;
}
</style>