Shades of Slate Grey #6D7A90
Tints of Slate Grey #6D7A90
RGB
CMYK
RGB Variations
Color information
#6D7A90 (or 0x6D7A90) is known color: Slate Grey. HEX triplet: 6D, 7A and 90. RGB value is (109,122,144). Sum of RGB (Red+Green+Blue) = 109+122+144=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D7A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7A90 is #92856F. Grayscale: #787878. Windows color (decimal): -9602416 or 9468525. OLE color: 9468525.
HSL color Cylindrical-coordinate representation of color #6D7A90: hue angle of 217.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D7A90 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 122 | 144 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.44 |
| HSL | 217.71º | 0.14% | 0.5% | - |
| HSV(B) | 217.71º | 0.24% | 0.56% | - |
| XYZ | 18.3 | 19.18 | 29.12 | - |
| YUV | 120.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 144 | 0.24 | 0.15 | 0 | 0.44 | 217.71 | 0.14 | 0.5 |
| Hex | 6D | 7A | 90 | 18 | F | 0 | 2C | DA | E | 32 |
| Octal | 155 | 172 | 220 | 30 | 17 | 0 | 54 | 332 | 16 | 62 |
| Binary | 1101101 | 1111010 | 10010000 | 11000 | 1111 | 0 | 101100 | 11011010 | 1110 | 110010 |
Color Harmonies of #6D7A90
Complementary color
Monochromatic Colors of #6D7A90
Black with #6D7A90
Text Example
Text Example
White with #6D7A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7A90; }
p { color: rgb(109,122,144); }
H1.HeaderClassName
{
color: #6D7A90;
}
.AnyTagClassName
{
color: #6D7A90;
}
</style>
background-color css
<style>
a { background-color: #6D7A90; }
a { background-color: rgb(109,122,144); }
div.DivClassName
{
background-color: #6D7A90;
}
.BgClassName
{
background-color: #6D7A90;
}
</style>
border-color css
<style>
span { border-color: #6D7A90; }
span { border-color: rgb(109,122,144); }
td.TdClassName
{
border-color: #6D7A90;
}
.TagClassName
{
border-color: #6D7A90;
}
</style>