Shades of Slate Grey #68798E
Tints of Slate Grey #68798E
RGB
CMYK
RGB Variations
Color information
#68798E (or 0x68798E) is known color: Slate Grey. HEX triplet: 68, 79 and 8E. RGB value is (104,121,142). Sum of RGB (Red+Green+Blue) = 104+121+142=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #68798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68798E is #978671. Grayscale: #767676. Windows color (decimal): -9930354 or 9337192. OLE color: 9337192.
HSL color Cylindrical-coordinate representation of color #68798E: hue angle of 213.16º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68798E is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 121 | 142 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.44 |
| HSL | 213.16º | 0.15% | 0.48% | - |
| HSV(B) | 213.16º | 0.27% | 0.56% | - |
| XYZ | 17.43 | 18.57 | 28.26 | - |
| YUV | 118.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 142 | 0.27 | 0.15 | 0 | 0.44 | 213.16 | 0.15 | 0.48 |
| Hex | 68 | 79 | 8E | 1B | F | 0 | 2C | D5 | F | 30 |
| Octal | 150 | 171 | 216 | 33 | 17 | 0 | 54 | 325 | 17 | 60 |
| Binary | 1101000 | 1111001 | 10001110 | 11011 | 1111 | 0 | 101100 | 11010101 | 1111 | 110000 |
Color Harmonies of #68798E
Complementary color
Monochromatic Colors of #68798E
Black with #68798E
Text Example
Text Example
White with #68798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68798E; }
p { color: rgb(104,121,142); }
H1.HeaderClassName
{
color: #68798E;
}
.AnyTagClassName
{
color: #68798E;
}
</style>
background-color css
<style>
a { background-color: #68798E; }
a { background-color: rgb(104,121,142); }
div.DivClassName
{
background-color: #68798E;
}
.BgClassName
{
background-color: #68798E;
}
</style>
border-color css
<style>
span { border-color: #68798E; }
span { border-color: rgb(104,121,142); }
td.TdClassName
{
border-color: #68798E;
}
.TagClassName
{
border-color: #68798E;
}
</style>