Shades of Havelock Blue #687ED5
Tints of Havelock Blue #687ED5
RGB
CMYK
RGB Variations
Color information
#687ED5 (or 0x687ED5) is known color: Havelock Blue. HEX triplet: 68, 7E and D5. RGB value is (104,126,213). Sum of RGB (Red+Green+Blue) = 104+126+213=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #687ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ED5 is #97812A. Grayscale: #808080. Windows color (decimal): -9929003 or 13991528. OLE color: 13991528.
HSL color Cylindrical-coordinate representation of color #687ED5: hue angle of 227.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #687ED5 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 126 | 213 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.16 |
| HSL | 227.89º | 0.56% | 0.62% | - |
| HSV(B) | 227.89º | 0.51% | 0.84% | - |
| XYZ | 25.18 | 22.67 | 66 | - |
| YUV | 129.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 213 | 0.51 | 0.41 | 0 | 0.16 | 227.89 | 0.56 | 0.62 |
| Hex | 68 | 7E | D5 | 33 | 29 | 0 | 10 | E4 | 38 | 3E |
| Octal | 150 | 176 | 325 | 63 | 51 | 0 | 20 | 344 | 70 | 76 |
| Binary | 1101000 | 1111110 | 11010101 | 110011 | 101001 | 0 | 10000 | 11100100 | 111000 | 111110 |
Color Harmonies of #687ED5
Complementary color
Monochromatic Colors of #687ED5
Black with #687ED5
Text Example
Text Example
White with #687ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ED5; }
p { color: rgb(104,126,213); }
H1.HeaderClassName
{
color: #687ED5;
}
.AnyTagClassName
{
color: #687ED5;
}
</style>
background-color css
<style>
a { background-color: #687ED5; }
a { background-color: rgb(104,126,213); }
div.DivClassName
{
background-color: #687ED5;
}
.BgClassName
{
background-color: #687ED5;
}
</style>
border-color css
<style>
span { border-color: #687ED5; }
span { border-color: rgb(104,126,213); }
td.TdClassName
{
border-color: #687ED5;
}
.TagClassName
{
border-color: #687ED5;
}
</style>