Shades of Slate Grey #6A8293
Tints of Slate Grey #6A8293
RGB
CMYK
RGB Variations
Color information
#6A8293 (or 0x6A8293) is known color: Slate Grey. HEX triplet: 6A, 82 and 93. RGB value is (106,130,147). Sum of RGB (Red+Green+Blue) = 106+130+147=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A8293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8293 is #957D6C. Grayscale: #7C7C7C. Windows color (decimal): -9796973 or 9667178. OLE color: 9667178.
HSL color Cylindrical-coordinate representation of color #6A8293: hue angle of 204.88º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A8293 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 130 | 147 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.42 |
| HSL | 204.88º | 0.16% | 0.5% | - |
| HSV(B) | 204.88º | 0.28% | 0.58% | - |
| XYZ | 19.19 | 21.14 | 30.67 | - |
| YUV | 124.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 147 | 0.28 | 0.12 | 0 | 0.42 | 204.88 | 0.16 | 0.5 |
| Hex | 6A | 82 | 93 | 1C | C | 0 | 2A | CD | 10 | 32 |
| Octal | 152 | 202 | 223 | 34 | 14 | 0 | 52 | 315 | 20 | 62 |
| Binary | 1101010 | 10000010 | 10010011 | 11100 | 1100 | 0 | 101010 | 11001101 | 10000 | 110010 |
Color Harmonies of #6A8293
Complementary color
Monochromatic Colors of #6A8293
Black with #6A8293
Text Example
Text Example
White with #6A8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8293; }
p { color: rgb(106,130,147); }
H1.HeaderClassName
{
color: #6A8293;
}
.AnyTagClassName
{
color: #6A8293;
}
</style>
background-color css
<style>
a { background-color: #6A8293; }
a { background-color: rgb(106,130,147); }
div.DivClassName
{
background-color: #6A8293;
}
.BgClassName
{
background-color: #6A8293;
}
</style>
border-color css
<style>
span { border-color: #6A8293; }
span { border-color: rgb(106,130,147); }
td.TdClassName
{
border-color: #6A8293;
}
.TagClassName
{
border-color: #6A8293;
}
</style>