Shades of Havelock Blue #687ED7
Tints of Havelock Blue #687ED7
RGB
CMYK
RGB Variations
Color information
#687ED7 (or 0x687ED7) is known color: Havelock Blue. HEX triplet: 68, 7E and D7. RGB value is (104,126,215). Sum of RGB (Red+Green+Blue) = 104+126+215=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #687ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ED7 is #978128. Grayscale: #818181. Windows color (decimal): -9929001 or 14122600. OLE color: 14122600.
HSL color Cylindrical-coordinate representation of color #687ED7: hue angle of 228.11º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #687ED7 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 126 | 215 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.16 |
| HSL | 228.11º | 0.58% | 0.63% | - |
| HSV(B) | 228.11º | 0.52% | 0.84% | - |
| XYZ | 25.44 | 22.77 | 67.34 | - |
| YUV | 129.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 215 | 0.52 | 0.41 | 0 | 0.16 | 228.11 | 0.58 | 0.63 |
| Hex | 68 | 7E | D7 | 34 | 29 | 0 | 10 | E4 | 3A | 3F |
| Octal | 150 | 176 | 327 | 64 | 51 | 0 | 20 | 344 | 72 | 77 |
| Binary | 1101000 | 1111110 | 11010111 | 110100 | 101001 | 0 | 10000 | 11100100 | 111010 | 111111 |
Color Harmonies of #687ED7
Complementary color
Monochromatic Colors of #687ED7
Black with #687ED7
Text Example
Text Example
White with #687ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ED7; }
p { color: rgb(104,126,215); }
H1.HeaderClassName
{
color: #687ED7;
}
.AnyTagClassName
{
color: #687ED7;
}
</style>
background-color css
<style>
a { background-color: #687ED7; }
a { background-color: rgb(104,126,215); }
div.DivClassName
{
background-color: #687ED7;
}
.BgClassName
{
background-color: #687ED7;
}
</style>
border-color css
<style>
span { border-color: #687ED7; }
span { border-color: rgb(104,126,215); }
td.TdClassName
{
border-color: #687ED7;
}
.TagClassName
{
border-color: #687ED7;
}
</style>