Shades of Havelock Blue #687FD5
Tints of Havelock Blue #687FD5
RGB
CMYK
RGB Variations
Color information
#687FD5 (or 0x687FD5) is known color: Havelock Blue. HEX triplet: 68, 7F and D5. RGB value is (104,127,213). Sum of RGB (Red+Green+Blue) = 104+127+213=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #687FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FD5 is #97802A. Grayscale: #818181. Windows color (decimal): -9928747 or 13991784. OLE color: 13991784.
HSL color Cylindrical-coordinate representation of color #687FD5: hue angle of 227.34º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #687FD5 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 127 | 213 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.16 |
| HSL | 227.34º | 0.56% | 0.62% | - |
| HSV(B) | 227.34º | 0.51% | 0.84% | - |
| XYZ | 25.31 | 22.93 | 66.04 | - |
| YUV | 129.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 213 | 0.51 | 0.40 | 0 | 0.16 | 227.34 | 0.56 | 0.62 |
| Hex | 68 | 7F | D5 | 33 | 28 | 0 | 10 | E3 | 38 | 3E |
| Octal | 150 | 177 | 325 | 63 | 50 | 0 | 20 | 343 | 70 | 76 |
| Binary | 1101000 | 1111111 | 11010101 | 110011 | 101000 | 0 | 10000 | 11100011 | 111000 | 111110 |
Color Harmonies of #687FD5
Complementary color
Monochromatic Colors of #687FD5
Black with #687FD5
Text Example
Text Example
White with #687FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FD5; }
p { color: rgb(104,127,213); }
H1.HeaderClassName
{
color: #687FD5;
}
.AnyTagClassName
{
color: #687FD5;
}
</style>
background-color css
<style>
a { background-color: #687FD5; }
a { background-color: rgb(104,127,213); }
div.DivClassName
{
background-color: #687FD5;
}
.BgClassName
{
background-color: #687FD5;
}
</style>
border-color css
<style>
span { border-color: #687FD5; }
span { border-color: rgb(104,127,213); }
td.TdClassName
{
border-color: #687FD5;
}
.TagClassName
{
border-color: #687FD5;
}
</style>