Shades of Slate Grey #687EA1
Tints of Slate Grey #687EA1
RGB
CMYK
RGB Variations
Color information
#687EA1 (or 0x687EA1) is known color: Slate Grey. HEX triplet: 68, 7E and A1. RGB value is (104,126,161). Sum of RGB (Red+Green+Blue) = 104+126+161=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 161 - color contains mainly: blue. Hex color #687EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687EA1 is #97815E. Grayscale: #7B7B7B. Windows color (decimal): -9929055 or 10583656. OLE color: 10583656.
HSL color Cylindrical-coordinate representation of color #687EA1: hue angle of 216.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687EA1 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 126 | 161 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.37 |
| HSL | 216.84º | 0.23% | 0.52% | - |
| HSV(B) | 216.84º | 0.35% | 0.63% | - |
| XYZ | 19.6 | 20.44 | 36.63 | - |
| YUV | 123.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 161 | 0.35 | 0.22 | 0 | 0.37 | 216.84 | 0.23 | 0.52 |
| Hex | 68 | 7E | A1 | 23 | 16 | 0 | 25 | D9 | 17 | 34 |
| Octal | 150 | 176 | 241 | 43 | 26 | 0 | 45 | 331 | 27 | 64 |
| Binary | 1101000 | 1111110 | 10100001 | 100011 | 10110 | 0 | 100101 | 11011001 | 10111 | 110100 |
Color Harmonies of #687EA1
Complementary color
Monochromatic Colors of #687EA1
Black with #687EA1
Text Example
Text Example
White with #687EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EA1; }
p { color: rgb(104,126,161); }
H1.HeaderClassName
{
color: #687EA1;
}
.AnyTagClassName
{
color: #687EA1;
}
</style>
background-color css
<style>
a { background-color: #687EA1; }
a { background-color: rgb(104,126,161); }
div.DivClassName
{
background-color: #687EA1;
}
.BgClassName
{
background-color: #687EA1;
}
</style>
border-color css
<style>
span { border-color: #687EA1; }
span { border-color: rgb(104,126,161); }
td.TdClassName
{
border-color: #687EA1;
}
.TagClassName
{
border-color: #687EA1;
}
</style>