Shades of Slate Grey #68819D
Tints of Slate Grey #68819D
RGB
CMYK
RGB Variations
Color information
#68819D (or 0x68819D) is known color: Slate Grey. HEX triplet: 68, 81 and 9D. RGB value is (104,129,157). Sum of RGB (Red+Green+Blue) = 104+129+157=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #68819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68819D is #977E62. Grayscale: #7C7C7C. Windows color (decimal): -9928291 or 10322280. OLE color: 10322280.
HSL color Cylindrical-coordinate representation of color #68819D: hue angle of 211.7º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68819D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 129 | 157 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.38 |
| HSL | 211.7º | 0.21% | 0.51% | - |
| HSV(B) | 211.7º | 0.34% | 0.62% | - |
| XYZ | 19.64 | 21.08 | 34.93 | - |
| YUV | 124.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 157 | 0.34 | 0.18 | 0 | 0.38 | 211.7 | 0.21 | 0.51 |
| Hex | 68 | 81 | 9D | 22 | 12 | 0 | 26 | D4 | 15 | 33 |
| Octal | 150 | 201 | 235 | 42 | 22 | 0 | 46 | 324 | 25 | 63 |
| Binary | 1101000 | 10000001 | 10011101 | 100010 | 10010 | 0 | 100110 | 11010100 | 10101 | 110011 |
Color Harmonies of #68819D
Complementary color
Monochromatic Colors of #68819D
Black with #68819D
Text Example
Text Example
White with #68819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68819D; }
p { color: rgb(104,129,157); }
H1.HeaderClassName
{
color: #68819D;
}
.AnyTagClassName
{
color: #68819D;
}
</style>
background-color css
<style>
a { background-color: #68819D; }
a { background-color: rgb(104,129,157); }
div.DivClassName
{
background-color: #68819D;
}
.BgClassName
{
background-color: #68819D;
}
</style>
border-color css
<style>
span { border-color: #68819D; }
span { border-color: rgb(104,129,157); }
td.TdClassName
{
border-color: #68819D;
}
.TagClassName
{
border-color: #68819D;
}
</style>