Shades of Slate Grey #6A788A
Tints of Slate Grey #6A788A
RGB
CMYK
RGB Variations
Color information
#6A788A (or 0x6A788A) is known color: Slate Grey. HEX triplet: 6A, 78 and 8A. RGB value is (106,120,138). Sum of RGB (Red+Green+Blue) = 106+120+138=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A788A is #958775. Grayscale: #757575. Windows color (decimal): -9799542 or 9074794. OLE color: 9074794.
HSL color Cylindrical-coordinate representation of color #6A788A: hue angle of 213.75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A788A is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 120 | 138 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.46 |
| HSL | 213.75º | 0.13% | 0.48% | - |
| HSV(B) | 213.75º | 0.23% | 0.54% | - |
| XYZ | 17.25 | 18.33 | 26.67 | - |
| YUV | 117.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 138 | 0.23 | 0.13 | 0 | 0.46 | 213.75 | 0.13 | 0.48 |
| Hex | 6A | 78 | 8A | 17 | D | 0 | 2E | D6 | D | 30 |
| Octal | 152 | 170 | 212 | 27 | 15 | 0 | 56 | 326 | 15 | 60 |
| Binary | 1101010 | 1111000 | 10001010 | 10111 | 1101 | 0 | 101110 | 11010110 | 1101 | 110000 |
Color Harmonies of #6A788A
Complementary color
Monochromatic Colors of #6A788A
Black with #6A788A
Text Example
Text Example
White with #6A788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A788A; }
p { color: rgb(106,120,138); }
H1.HeaderClassName
{
color: #6A788A;
}
.AnyTagClassName
{
color: #6A788A;
}
</style>
background-color css
<style>
a { background-color: #6A788A; }
a { background-color: rgb(106,120,138); }
div.DivClassName
{
background-color: #6A788A;
}
.BgClassName
{
background-color: #6A788A;
}
</style>
border-color css
<style>
span { border-color: #6A788A; }
span { border-color: rgb(106,120,138); }
td.TdClassName
{
border-color: #6A788A;
}
.TagClassName
{
border-color: #6A788A;
}
</style>