Shades of Slate Grey #6A7895
Tints of Slate Grey #6A7895
RGB
CMYK
RGB Variations
Color information
#6A7895 (or 0x6A7895) is known color: Slate Grey. HEX triplet: 6A, 78 and 95. RGB value is (106,120,149). Sum of RGB (Red+Green+Blue) = 106+120+149=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A7895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7895 is #95876A. Grayscale: #767676. Windows color (decimal): -9799531 or 9795690. OLE color: 9795690.
HSL color Cylindrical-coordinate representation of color #6A7895: hue angle of 220.47º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A7895 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 120 | 149 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.42 |
| HSL | 220.47º | 0.17% | 0.5% | - |
| HSV(B) | 220.47º | 0.29% | 0.58% | - |
| XYZ | 18.09 | 18.67 | 31.08 | - |
| YUV | 119.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 149 | 0.29 | 0.19 | 0 | 0.42 | 220.47 | 0.17 | 0.5 |
| Hex | 6A | 78 | 95 | 1D | 13 | 0 | 2A | DC | 11 | 32 |
| Octal | 152 | 170 | 225 | 35 | 23 | 0 | 52 | 334 | 21 | 62 |
| Binary | 1101010 | 1111000 | 10010101 | 11101 | 10011 | 0 | 101010 | 11011100 | 10001 | 110010 |
Color Harmonies of #6A7895
Complementary color
Monochromatic Colors of #6A7895
Black with #6A7895
Text Example
Text Example
White with #6A7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7895; }
p { color: rgb(106,120,149); }
H1.HeaderClassName
{
color: #6A7895;
}
.AnyTagClassName
{
color: #6A7895;
}
</style>
background-color css
<style>
a { background-color: #6A7895; }
a { background-color: rgb(106,120,149); }
div.DivClassName
{
background-color: #6A7895;
}
.BgClassName
{
background-color: #6A7895;
}
</style>
border-color css
<style>
span { border-color: #6A7895; }
span { border-color: rgb(106,120,149); }
td.TdClassName
{
border-color: #6A7895;
}
.TagClassName
{
border-color: #6A7895;
}
</style>