Shades of Slate Grey #68798C
Tints of Slate Grey #68798C
RGB
CMYK
RGB Variations
Color information
#68798C (or 0x68798C) is known color: Slate Grey. HEX triplet: 68, 79 and 8C. RGB value is (104,121,140). Sum of RGB (Red+Green+Blue) = 104+121+140=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #68798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68798C is #978673. Grayscale: #757575. Windows color (decimal): -9930356 or 9206120. OLE color: 9206120.
HSL color Cylindrical-coordinate representation of color #68798C: hue angle of 211.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68798C is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 121 | 140 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.45 |
| HSL | 211.67º | 0.15% | 0.48% | - |
| HSV(B) | 211.67º | 0.26% | 0.55% | - |
| XYZ | 17.28 | 18.51 | 27.47 | - |
| YUV | 118.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 140 | 0.26 | 0.14 | 0 | 0.45 | 211.67 | 0.15 | 0.48 |
| Hex | 68 | 79 | 8C | 1A | E | 0 | 2D | D4 | F | 30 |
| Octal | 150 | 171 | 214 | 32 | 16 | 0 | 55 | 324 | 17 | 60 |
| Binary | 1101000 | 1111001 | 10001100 | 11010 | 1110 | 0 | 101101 | 11010100 | 1111 | 110000 |
Color Harmonies of #68798C
Complementary color
Monochromatic Colors of #68798C
Black with #68798C
Text Example
Text Example
White with #68798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68798C; }
p { color: rgb(104,121,140); }
H1.HeaderClassName
{
color: #68798C;
}
.AnyTagClassName
{
color: #68798C;
}
</style>
background-color css
<style>
a { background-color: #68798C; }
a { background-color: rgb(104,121,140); }
div.DivClassName
{
background-color: #68798C;
}
.BgClassName
{
background-color: #68798C;
}
</style>
border-color css
<style>
span { border-color: #68798C; }
span { border-color: rgb(104,121,140); }
td.TdClassName
{
border-color: #68798C;
}
.TagClassName
{
border-color: #68798C;
}
</style>