Shades of Havelock Blue #687ED0
Tints of Havelock Blue #687ED0
RGB
CMYK
RGB Variations
Color information
#687ED0 (or 0x687ED0) is known color: Havelock Blue. HEX triplet: 68, 7E and D0. RGB value is (104,126,208). Sum of RGB (Red+Green+Blue) = 104+126+208=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #687ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ED0 is #97812F. Grayscale: #808080. Windows color (decimal): -9929008 or 13663848. OLE color: 13663848.
HSL color Cylindrical-coordinate representation of color #687ED0: hue angle of 227.31º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #687ED0 is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 126 | 208 | - |
| CMYK | 0.5 | 0.39 | 0 | 0.18 |
| HSL | 227.31º | 0.53% | 0.61% | - |
| HSV(B) | 227.31º | 0.5% | 0.82% | - |
| XYZ | 24.55 | 22.42 | 62.71 | - |
| YUV | 128.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 208 | 0.5 | 0.39 | 0 | 0.18 | 227.31 | 0.53 | 0.61 |
| Hex | 68 | 7E | D0 | 32 | 27 | 0 | 12 | E3 | 35 | 3D |
| Octal | 150 | 176 | 320 | 62 | 47 | 0 | 22 | 343 | 65 | 75 |
| Binary | 1101000 | 1111110 | 11010000 | 110010 | 100111 | 0 | 10010 | 11100011 | 110101 | 111101 |
Color Harmonies of #687ED0
Complementary color
Monochromatic Colors of #687ED0
Black with #687ED0
Text Example
Text Example
White with #687ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ED0; }
p { color: rgb(104,126,208); }
H1.HeaderClassName
{
color: #687ED0;
}
.AnyTagClassName
{
color: #687ED0;
}
</style>
background-color css
<style>
a { background-color: #687ED0; }
a { background-color: rgb(104,126,208); }
div.DivClassName
{
background-color: #687ED0;
}
.BgClassName
{
background-color: #687ED0;
}
</style>
border-color css
<style>
span { border-color: #687ED0; }
span { border-color: rgb(104,126,208); }
td.TdClassName
{
border-color: #687ED0;
}
.TagClassName
{
border-color: #687ED0;
}
</style>