Shades of Havelock Blue #687DD0
Tints of Havelock Blue #687DD0
RGB
CMYK
RGB Variations
Color information
#687DD0 (or 0x687DD0) is known color: Havelock Blue. HEX triplet: 68, 7D and D0. RGB value is (104,125,208). Sum of RGB (Red+Green+Blue) = 104+125+208=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #687DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DD0 is #97822F. Grayscale: #7F7F7F. Windows color (decimal): -9929264 or 13663592. OLE color: 13663592.
HSL color Cylindrical-coordinate representation of color #687DD0: hue angle of 227.88º 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 #687DD0 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 125 | 208 | - |
| CMYK | 0.5 | 0.40 | 0 | 0.18 |
| HSL | 227.88º | 0.53% | 0.61% | - |
| HSV(B) | 227.88º | 0.5% | 0.82% | - |
| XYZ | 24.43 | 22.16 | 62.67 | - |
| YUV | 128.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 208 | 0.5 | 0.40 | 0 | 0.18 | 227.88 | 0.53 | 0.61 |
| Hex | 68 | 7D | D0 | 32 | 28 | 0 | 12 | E4 | 35 | 3D |
| Octal | 150 | 175 | 320 | 62 | 50 | 0 | 22 | 344 | 65 | 75 |
| Binary | 1101000 | 1111101 | 11010000 | 110010 | 101000 | 0 | 10010 | 11100100 | 110101 | 111101 |
Color Harmonies of #687DD0
Complementary color
Monochromatic Colors of #687DD0
Black with #687DD0
Text Example
Text Example
White with #687DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DD0; }
p { color: rgb(104,125,208); }
H1.HeaderClassName
{
color: #687DD0;
}
.AnyTagClassName
{
color: #687DD0;
}
</style>
background-color css
<style>
a { background-color: #687DD0; }
a { background-color: rgb(104,125,208); }
div.DivClassName
{
background-color: #687DD0;
}
.BgClassName
{
background-color: #687DD0;
}
</style>
border-color css
<style>
span { border-color: #687DD0; }
span { border-color: rgb(104,125,208); }
td.TdClassName
{
border-color: #687DD0;
}
.TagClassName
{
border-color: #687DD0;
}
</style>