Shades of Slate Grey #687E9B
Tints of Slate Grey #687E9B
RGB
CMYK
RGB Variations
Color information
#687E9B (or 0x687E9B) is known color: Slate Grey. HEX triplet: 68, 7E and 9B. RGB value is (104,126,155). Sum of RGB (Red+Green+Blue) = 104+126+155=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #687E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E9B is #978164. Grayscale: #7A7A7A. Windows color (decimal): -9929061 or 10190440. OLE color: 10190440.
HSL color Cylindrical-coordinate representation of color #687E9B: hue angle of 214.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #687E9B is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 126 | 155 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.39 |
| HSL | 214.12º | 0.2% | 0.51% | - |
| HSV(B) | 214.12º | 0.33% | 0.61% | - |
| XYZ | 19.09 | 20.23 | 33.91 | - |
| YUV | 122.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 155 | 0.33 | 0.19 | 0 | 0.39 | 214.12 | 0.2 | 0.51 |
| Hex | 68 | 7E | 9B | 21 | 13 | 0 | 27 | D6 | 14 | 33 |
| Octal | 150 | 176 | 233 | 41 | 23 | 0 | 47 | 326 | 24 | 63 |
| Binary | 1101000 | 1111110 | 10011011 | 100001 | 10011 | 0 | 100111 | 11010110 | 10100 | 110011 |
Color Harmonies of #687E9B
Complementary color
Monochromatic Colors of #687E9B
Black with #687E9B
Text Example
Text Example
White with #687E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E9B; }
p { color: rgb(104,126,155); }
H1.HeaderClassName
{
color: #687E9B;
}
.AnyTagClassName
{
color: #687E9B;
}
</style>
background-color css
<style>
a { background-color: #687E9B; }
a { background-color: rgb(104,126,155); }
div.DivClassName
{
background-color: #687E9B;
}
.BgClassName
{
background-color: #687E9B;
}
</style>
border-color css
<style>
span { border-color: #687E9B; }
span { border-color: rgb(104,126,155); }
td.TdClassName
{
border-color: #687E9B;
}
.TagClassName
{
border-color: #687E9B;
}
</style>