Shades of Slate Grey #6A788D
Tints of Slate Grey #6A788D
RGB
CMYK
RGB Variations
Color information
#6A788D (or 0x6A788D) is known color: Slate Grey. HEX triplet: 6A, 78 and 8D. RGB value is (106,120,141). Sum of RGB (Red+Green+Blue) = 106+120+141=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A788D is #958772. Grayscale: #767676. Windows color (decimal): -9799539 or 9271402. OLE color: 9271402.
HSL color Cylindrical-coordinate representation of color #6A788D: hue angle of 216º 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 #6A788D is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 120 | 141 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.45 |
| HSL | 216º | 0.14% | 0.48% | - |
| HSV(B) | 216º | 0.25% | 0.55% | - |
| XYZ | 17.47 | 18.42 | 27.83 | - |
| YUV | 118.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 141 | 0.25 | 0.15 | 0 | 0.45 | 216 | 0.14 | 0.48 |
| Hex | 6A | 78 | 8D | 19 | F | 0 | 2D | D8 | E | 30 |
| Octal | 152 | 170 | 215 | 31 | 17 | 0 | 55 | 330 | 16 | 60 |
| Binary | 1101010 | 1111000 | 10001101 | 11001 | 1111 | 0 | 101101 | 11011000 | 1110 | 110000 |
Color Harmonies of #6A788D
Complementary color
Monochromatic Colors of #6A788D
Black with #6A788D
Text Example
Text Example
White with #6A788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A788D; }
p { color: rgb(106,120,141); }
H1.HeaderClassName
{
color: #6A788D;
}
.AnyTagClassName
{
color: #6A788D;
}
</style>
background-color css
<style>
a { background-color: #6A788D; }
a { background-color: rgb(106,120,141); }
div.DivClassName
{
background-color: #6A788D;
}
.BgClassName
{
background-color: #6A788D;
}
</style>
border-color css
<style>
span { border-color: #6A788D; }
span { border-color: rgb(106,120,141); }
td.TdClassName
{
border-color: #6A788D;
}
.TagClassName
{
border-color: #6A788D;
}
</style>