Shades of Havelock Blue #687FD7
Tints of Havelock Blue #687FD7
RGB
CMYK
RGB Variations
Color information
#687FD7 (or 0x687FD7) is known color: Havelock Blue. HEX triplet: 68, 7F and D7. RGB value is (104,127,215). Sum of RGB (Red+Green+Blue) = 104+127+215=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #687FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FD7 is #978028. Grayscale: #818181. Windows color (decimal): -9928745 or 14122856. OLE color: 14122856.
HSL color Cylindrical-coordinate representation of color #687FD7: hue angle of 227.57º 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 #687FD7 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 127 | 215 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.16 |
| HSL | 227.57º | 0.58% | 0.63% | - |
| HSV(B) | 227.57º | 0.52% | 0.84% | - |
| XYZ | 25.56 | 23.03 | 67.39 | - |
| YUV | 130.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 215 | 0.52 | 0.41 | 0 | 0.16 | 227.57 | 0.58 | 0.63 |
| Hex | 68 | 7F | D7 | 34 | 29 | 0 | 10 | E4 | 3A | 3F |
| Octal | 150 | 177 | 327 | 64 | 51 | 0 | 20 | 344 | 72 | 77 |
| Binary | 1101000 | 1111111 | 11010111 | 110100 | 101001 | 0 | 10000 | 11100100 | 111010 | 111111 |
Color Harmonies of #687FD7
Complementary color
Monochromatic Colors of #687FD7
Black with #687FD7
Text Example
Text Example
White with #687FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FD7; }
p { color: rgb(104,127,215); }
H1.HeaderClassName
{
color: #687FD7;
}
.AnyTagClassName
{
color: #687FD7;
}
</style>
background-color css
<style>
a { background-color: #687FD7; }
a { background-color: rgb(104,127,215); }
div.DivClassName
{
background-color: #687FD7;
}
.BgClassName
{
background-color: #687FD7;
}
</style>
border-color css
<style>
span { border-color: #687FD7; }
span { border-color: rgb(104,127,215); }
td.TdClassName
{
border-color: #687FD7;
}
.TagClassName
{
border-color: #687FD7;
}
</style>