Shades of Slate Grey #68788B
Tints of Slate Grey #68788B
RGB
CMYK
RGB Variations
Color information
#68788B (or 0x68788B) is known color: Slate Grey. HEX triplet: 68, 78 and 8B. RGB value is (104,120,139). Sum of RGB (Red+Green+Blue) = 104+120+139=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #68788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68788B is #978774. Grayscale: #757575. Windows color (decimal): -9930613 or 9140328. OLE color: 9140328.
HSL color Cylindrical-coordinate representation of color #68788B: hue angle of 212.57º 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 #68788B is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 120 | 139 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.45 |
| HSL | 212.57º | 0.14% | 0.48% | - |
| HSV(B) | 212.57º | 0.25% | 0.55% | - |
| XYZ | 17.09 | 18.24 | 27.05 | - |
| YUV | 117.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 139 | 0.25 | 0.14 | 0 | 0.45 | 212.57 | 0.14 | 0.48 |
| Hex | 68 | 78 | 8B | 19 | E | 0 | 2D | D5 | E | 30 |
| Octal | 150 | 170 | 213 | 31 | 16 | 0 | 55 | 325 | 16 | 60 |
| Binary | 1101000 | 1111000 | 10001011 | 11001 | 1110 | 0 | 101101 | 11010101 | 1110 | 110000 |
Color Harmonies of #68788B
Complementary color
Monochromatic Colors of #68788B
Black with #68788B
Text Example
Text Example
White with #68788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68788B; }
p { color: rgb(104,120,139); }
H1.HeaderClassName
{
color: #68788B;
}
.AnyTagClassName
{
color: #68788B;
}
</style>
background-color css
<style>
a { background-color: #68788B; }
a { background-color: rgb(104,120,139); }
div.DivClassName
{
background-color: #68788B;
}
.BgClassName
{
background-color: #68788B;
}
</style>
border-color css
<style>
span { border-color: #68788B; }
span { border-color: rgb(104,120,139); }
td.TdClassName
{
border-color: #68788B;
}
.TagClassName
{
border-color: #68788B;
}
</style>