Shades of Slate Grey #68798B
Tints of Slate Grey #68798B
RGB
CMYK
RGB Variations
Color information
#68798B (or 0x68798B) is known color: Slate Grey. HEX triplet: 68, 79 and 8B. RGB value is (104,121,139). Sum of RGB (Red+Green+Blue) = 104+121+139=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #68798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68798B is #978674. Grayscale: #757575. Windows color (decimal): -9930357 or 9140584. OLE color: 9140584.
HSL color Cylindrical-coordinate representation of color #68798B: hue angle of 210.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68798B is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 121 | 139 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.45 |
| HSL | 210.86º | 0.14% | 0.48% | - |
| HSV(B) | 210.86º | 0.25% | 0.55% | - |
| XYZ | 17.21 | 18.48 | 27.09 | - |
| YUV | 117.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 139 | 0.25 | 0.13 | 0 | 0.45 | 210.86 | 0.14 | 0.48 |
| Hex | 68 | 79 | 8B | 19 | D | 0 | 2D | D3 | E | 30 |
| Octal | 150 | 171 | 213 | 31 | 15 | 0 | 55 | 323 | 16 | 60 |
| Binary | 1101000 | 1111001 | 10001011 | 11001 | 1101 | 0 | 101101 | 11010011 | 1110 | 110000 |
Color Harmonies of #68798B
Complementary color
Monochromatic Colors of #68798B
Black with #68798B
Text Example
Text Example
White with #68798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68798B; }
p { color: rgb(104,121,139); }
H1.HeaderClassName
{
color: #68798B;
}
.AnyTagClassName
{
color: #68798B;
}
</style>
background-color css
<style>
a { background-color: #68798B; }
a { background-color: rgb(104,121,139); }
div.DivClassName
{
background-color: #68798B;
}
.BgClassName
{
background-color: #68798B;
}
</style>
border-color css
<style>
span { border-color: #68798B; }
span { border-color: rgb(104,121,139); }
td.TdClassName
{
border-color: #68798B;
}
.TagClassName
{
border-color: #68798B;
}
</style>