Shades of Havelock Blue #687FD1
Tints of Havelock Blue #687FD1
RGB
CMYK
RGB Variations
Color information
#687FD1 (or 0x687FD1) is known color: Havelock Blue. HEX triplet: 68, 7F and D1. RGB value is (104,127,209). Sum of RGB (Red+Green+Blue) = 104+127+209=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #687FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FD1 is #97802E. Grayscale: #818181. Windows color (decimal): -9928751 or 13729640. OLE color: 13729640.
HSL color Cylindrical-coordinate representation of color #687FD1: hue angle of 226.86º 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 #687FD1 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 127 | 209 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.18 |
| HSL | 226.86º | 0.53% | 0.61% | - |
| HSV(B) | 226.86º | 0.5% | 0.82% | - |
| XYZ | 24.81 | 22.73 | 63.4 | - |
| YUV | 129.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 209 | 0.50 | 0.39 | 0 | 0.18 | 226.86 | 0.53 | 0.61 |
| Hex | 68 | 7F | D1 | 32 | 27 | 0 | 12 | E3 | 35 | 3D |
| Octal | 150 | 177 | 321 | 62 | 47 | 0 | 22 | 343 | 65 | 75 |
| Binary | 1101000 | 1111111 | 11010001 | 110010 | 100111 | 0 | 10010 | 11100011 | 110101 | 111101 |
Color Harmonies of #687FD1
Complementary color
Monochromatic Colors of #687FD1
Black with #687FD1
Text Example
Text Example
White with #687FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FD1; }
p { color: rgb(104,127,209); }
H1.HeaderClassName
{
color: #687FD1;
}
.AnyTagClassName
{
color: #687FD1;
}
</style>
background-color css
<style>
a { background-color: #687FD1; }
a { background-color: rgb(104,127,209); }
div.DivClassName
{
background-color: #687FD1;
}
.BgClassName
{
background-color: #687FD1;
}
</style>
border-color css
<style>
span { border-color: #687FD1; }
span { border-color: rgb(104,127,209); }
td.TdClassName
{
border-color: #687FD1;
}
.TagClassName
{
border-color: #687FD1;
}
</style>