Shades of Slate Grey #687F94
Tints of Slate Grey #687F94
RGB
CMYK
RGB Variations
Color information
#687F94 (or 0x687F94) is known color: Slate Grey. HEX triplet: 68, 7F and 94. RGB value is (104,127,148). Sum of RGB (Red+Green+Blue) = 104+127+148=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #687F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F94 is #97806B. Grayscale: #7A7A7A. Windows color (decimal): -9928812 or 9731944. OLE color: 9731944.
HSL color Cylindrical-coordinate representation of color #687F94: hue angle of 208.64º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687F94 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 127 | 148 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.42 |
| HSL | 208.64º | 0.17% | 0.49% | - |
| HSV(B) | 208.64º | 0.3% | 0.58% | - |
| XYZ | 18.64 | 20.26 | 30.94 | - |
| YUV | 122.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 148 | 0.30 | 0.14 | 0 | 0.42 | 208.64 | 0.17 | 0.49 |
| Hex | 68 | 7F | 94 | 1E | E | 0 | 2A | D1 | 11 | 31 |
| Octal | 150 | 177 | 224 | 36 | 16 | 0 | 52 | 321 | 21 | 61 |
| Binary | 1101000 | 1111111 | 10010100 | 11110 | 1110 | 0 | 101010 | 11010001 | 10001 | 110001 |
Color Harmonies of #687F94
Complementary color
Monochromatic Colors of #687F94
Black with #687F94
Text Example
Text Example
White with #687F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F94; }
p { color: rgb(104,127,148); }
H1.HeaderClassName
{
color: #687F94;
}
.AnyTagClassName
{
color: #687F94;
}
</style>
background-color css
<style>
a { background-color: #687F94; }
a { background-color: rgb(104,127,148); }
div.DivClassName
{
background-color: #687F94;
}
.BgClassName
{
background-color: #687F94;
}
</style>
border-color css
<style>
span { border-color: #687F94; }
span { border-color: rgb(104,127,148); }
td.TdClassName
{
border-color: #687F94;
}
.TagClassName
{
border-color: #687F94;
}
</style>