Shades of Slate Grey #68778B
Tints of Slate Grey #68778B
RGB
CMYK
RGB Variations
Color information
#68778B (or 0x68778B) is known color: Slate Grey. HEX triplet: 68, 77 and 8B. RGB value is (104,119,139). Sum of RGB (Red+Green+Blue) = 104+119+139=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #68778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68778B is #978874. Grayscale: #747474. Windows color (decimal): -9930869 or 9140072. OLE color: 9140072.
HSL color Cylindrical-coordinate representation of color #68778B: hue angle of 214.29º 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 #68778B is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 119 | 139 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.45 |
| HSL | 214.29º | 0.14% | 0.48% | - |
| HSV(B) | 214.29º | 0.25% | 0.55% | - |
| XYZ | 16.97 | 18 | 27.01 | - |
| YUV | 116.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 139 | 0.25 | 0.14 | 0 | 0.45 | 214.29 | 0.14 | 0.48 |
| Hex | 68 | 77 | 8B | 19 | E | 0 | 2D | D6 | E | 30 |
| Octal | 150 | 167 | 213 | 31 | 16 | 0 | 55 | 326 | 16 | 60 |
| Binary | 1101000 | 1110111 | 10001011 | 11001 | 1110 | 0 | 101101 | 11010110 | 1110 | 110000 |
Color Harmonies of #68778B
Complementary color
Monochromatic Colors of #68778B
Black with #68778B
Text Example
Text Example
White with #68778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68778B; }
p { color: rgb(104,119,139); }
H1.HeaderClassName
{
color: #68778B;
}
.AnyTagClassName
{
color: #68778B;
}
</style>
background-color css
<style>
a { background-color: #68778B; }
a { background-color: rgb(104,119,139); }
div.DivClassName
{
background-color: #68778B;
}
.BgClassName
{
background-color: #68778B;
}
</style>
border-color css
<style>
span { border-color: #68778B; }
span { border-color: rgb(104,119,139); }
td.TdClassName
{
border-color: #68778B;
}
.TagClassName
{
border-color: #68778B;
}
</style>