Shades of Slate Grey #68788F
Tints of Slate Grey #68788F
RGB
CMYK
RGB Variations
Color information
#68788F (or 0x68788F) is known color: Slate Grey. HEX triplet: 68, 78 and 8F. RGB value is (104,120,143). Sum of RGB (Red+Green+Blue) = 104+120+143=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #68788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68788F is #978770. Grayscale: #757575. Windows color (decimal): -9930609 or 9402472. OLE color: 9402472.
HSL color Cylindrical-coordinate representation of color #68788F: hue angle of 215.38º degrees, saturation: 0.16, 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 #68788F is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 120 | 143 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.44 |
| HSL | 215.38º | 0.16% | 0.48% | - |
| HSV(B) | 215.38º | 0.27% | 0.56% | - |
| XYZ | 17.38 | 18.36 | 28.61 | - |
| YUV | 117.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 143 | 0.27 | 0.16 | 0 | 0.44 | 215.38 | 0.16 | 0.48 |
| Hex | 68 | 78 | 8F | 1B | 10 | 0 | 2C | D7 | 10 | 30 |
| Octal | 150 | 170 | 217 | 33 | 20 | 0 | 54 | 327 | 20 | 60 |
| Binary | 1101000 | 1111000 | 10001111 | 11011 | 10000 | 0 | 101100 | 11010111 | 10000 | 110000 |
Color Harmonies of #68788F
Complementary color
Monochromatic Colors of #68788F
Black with #68788F
Text Example
Text Example
White with #68788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68788F; }
p { color: rgb(104,120,143); }
H1.HeaderClassName
{
color: #68788F;
}
.AnyTagClassName
{
color: #68788F;
}
</style>
background-color css
<style>
a { background-color: #68788F; }
a { background-color: rgb(104,120,143); }
div.DivClassName
{
background-color: #68788F;
}
.BgClassName
{
background-color: #68788F;
}
</style>
border-color css
<style>
span { border-color: #68788F; }
span { border-color: rgb(104,120,143); }
td.TdClassName
{
border-color: #68788F;
}
.TagClassName
{
border-color: #68788F;
}
</style>