Shades of Slate Grey #68768A
Tints of Slate Grey #68768A
RGB
CMYK
RGB Variations
Color information
#68768A (or 0x68768A) is known color: Slate Grey. HEX triplet: 68, 76 and 8A. RGB value is (104,118,138). Sum of RGB (Red+Green+Blue) = 104+118+138=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #68768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68768A is #978975. Grayscale: #747474. Windows color (decimal): -9931126 or 9074280. OLE color: 9074280.
HSL color Cylindrical-coordinate representation of color #68768A: hue angle of 215.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68768A is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 118 | 138 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.46 |
| HSL | 215.29º | 0.14% | 0.47% | - |
| HSV(B) | 215.29º | 0.25% | 0.54% | - |
| XYZ | 16.77 | 17.73 | 26.58 | - |
| YUV | 116.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 138 | 0.25 | 0.14 | 0 | 0.46 | 215.29 | 0.14 | 0.47 |
| Hex | 68 | 76 | 8A | 19 | E | 0 | 2E | D7 | E | 2F |
| Octal | 150 | 166 | 212 | 31 | 16 | 0 | 56 | 327 | 16 | 57 |
| Binary | 1101000 | 1110110 | 10001010 | 11001 | 1110 | 0 | 101110 | 11010111 | 1110 | 101111 |
Color Harmonies of #68768A
Complementary color
Monochromatic Colors of #68768A
Black with #68768A
Text Example
Text Example
White with #68768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68768A; }
p { color: rgb(104,118,138); }
H1.HeaderClassName
{
color: #68768A;
}
.AnyTagClassName
{
color: #68768A;
}
</style>
background-color css
<style>
a { background-color: #68768A; }
a { background-color: rgb(104,118,138); }
div.DivClassName
{
background-color: #68768A;
}
.BgClassName
{
background-color: #68768A;
}
</style>
border-color css
<style>
span { border-color: #68768A; }
span { border-color: rgb(104,118,138); }
td.TdClassName
{
border-color: #68768A;
}
.TagClassName
{
border-color: #68768A;
}
</style>