Shades of Havelock Blue #687FD4
Tints of Havelock Blue #687FD4
RGB
CMYK
RGB Variations
Color information
#687FD4 (or 0x687FD4) is known color: Havelock Blue. HEX triplet: 68, 7F and D4. RGB value is (104,127,212). Sum of RGB (Red+Green+Blue) = 104+127+212=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #687FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FD4 is #97802B. Grayscale: #818181. Windows color (decimal): -9928748 or 13926248. OLE color: 13926248.
HSL color Cylindrical-coordinate representation of color #687FD4: hue angle of 227.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #687FD4 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 127 | 212 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.17 |
| HSL | 227.22º | 0.56% | 0.62% | - |
| HSV(B) | 227.22º | 0.51% | 0.83% | - |
| XYZ | 25.18 | 22.88 | 65.38 | - |
| YUV | 129.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 212 | 0.51 | 0.40 | 0 | 0.17 | 227.22 | 0.56 | 0.62 |
| Hex | 68 | 7F | D4 | 33 | 28 | 0 | 11 | E3 | 38 | 3E |
| Octal | 150 | 177 | 324 | 63 | 50 | 0 | 21 | 343 | 70 | 76 |
| Binary | 1101000 | 1111111 | 11010100 | 110011 | 101000 | 0 | 10001 | 11100011 | 111000 | 111110 |
Color Harmonies of #687FD4
Complementary color
Monochromatic Colors of #687FD4
Black with #687FD4
Text Example
Text Example
White with #687FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FD4; }
p { color: rgb(104,127,212); }
H1.HeaderClassName
{
color: #687FD4;
}
.AnyTagClassName
{
color: #687FD4;
}
</style>
background-color css
<style>
a { background-color: #687FD4; }
a { background-color: rgb(104,127,212); }
div.DivClassName
{
background-color: #687FD4;
}
.BgClassName
{
background-color: #687FD4;
}
</style>
border-color css
<style>
span { border-color: #687FD4; }
span { border-color: rgb(104,127,212); }
td.TdClassName
{
border-color: #687FD4;
}
.TagClassName
{
border-color: #687FD4;
}
</style>