Shades of Slate Grey #6A7889
Tints of Slate Grey #6A7889
RGB
CMYK
RGB Variations
Color information
#6A7889 (or 0x6A7889) is known color: Slate Grey. HEX triplet: 6A, 78 and 89. RGB value is (106,120,137). Sum of RGB (Red+Green+Blue) = 106+120+137=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A7889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7889 is #958776. Grayscale: #757575. Windows color (decimal): -9799543 or 9009258. OLE color: 9009258.
HSL color Cylindrical-coordinate representation of color #6A7889: hue angle of 212.9º 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 #6A7889 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 120 | 137 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.46 |
| HSL | 212.9º | 0.13% | 0.48% | - |
| HSV(B) | 212.9º | 0.23% | 0.54% | - |
| XYZ | 17.18 | 18.3 | 26.29 | - |
| YUV | 117.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 137 | 0.23 | 0.12 | 0 | 0.46 | 212.9 | 0.13 | 0.48 |
| Hex | 6A | 78 | 89 | 17 | C | 0 | 2E | D5 | D | 30 |
| Octal | 152 | 170 | 211 | 27 | 14 | 0 | 56 | 325 | 15 | 60 |
| Binary | 1101010 | 1111000 | 10001001 | 10111 | 1100 | 0 | 101110 | 11010101 | 1101 | 110000 |
Color Harmonies of #6A7889
Complementary color
Monochromatic Colors of #6A7889
Black with #6A7889
Text Example
Text Example
White with #6A7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7889; }
p { color: rgb(106,120,137); }
H1.HeaderClassName
{
color: #6A7889;
}
.AnyTagClassName
{
color: #6A7889;
}
</style>
background-color css
<style>
a { background-color: #6A7889; }
a { background-color: rgb(106,120,137); }
div.DivClassName
{
background-color: #6A7889;
}
.BgClassName
{
background-color: #6A7889;
}
</style>
border-color css
<style>
span { border-color: #6A7889; }
span { border-color: rgb(106,120,137); }
td.TdClassName
{
border-color: #6A7889;
}
.TagClassName
{
border-color: #6A7889;
}
</style>