Shades of Slate Grey #6B7A93
Tints of Slate Grey #6B7A93
RGB
CMYK
RGB Variations
Color information
#6B7A93 (or 0x6B7A93) is known color: Slate Grey. HEX triplet: 6B, 7A and 93. RGB value is (107,122,147). Sum of RGB (Red+Green+Blue) = 107+122+147=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B7A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7A93 is #94856C. Grayscale: #787878. Windows color (decimal): -9733485 or 9665131. OLE color: 9665131.
HSL color Cylindrical-coordinate representation of color #6B7A93: hue angle of 217.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B7A93 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 122 | 147 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.42 |
| HSL | 217.5º | 0.16% | 0.5% | - |
| HSV(B) | 217.5º | 0.27% | 0.58% | - |
| XYZ | 18.29 | 19.15 | 30.34 | - |
| YUV | 120.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 147 | 0.27 | 0.17 | 0 | 0.42 | 217.5 | 0.16 | 0.5 |
| Hex | 6B | 7A | 93 | 1B | 11 | 0 | 2A | DA | 10 | 32 |
| Octal | 153 | 172 | 223 | 33 | 21 | 0 | 52 | 332 | 20 | 62 |
| Binary | 1101011 | 1111010 | 10010011 | 11011 | 10001 | 0 | 101010 | 11011010 | 10000 | 110010 |
Color Harmonies of #6B7A93
Complementary color
Monochromatic Colors of #6B7A93
Black with #6B7A93
Text Example
Text Example
White with #6B7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A93; }
p { color: rgb(107,122,147); }
H1.HeaderClassName
{
color: #6B7A93;
}
.AnyTagClassName
{
color: #6B7A93;
}
</style>
background-color css
<style>
a { background-color: #6B7A93; }
a { background-color: rgb(107,122,147); }
div.DivClassName
{
background-color: #6B7A93;
}
.BgClassName
{
background-color: #6B7A93;
}
</style>
border-color css
<style>
span { border-color: #6B7A93; }
span { border-color: rgb(107,122,147); }
td.TdClassName
{
border-color: #6B7A93;
}
.TagClassName
{
border-color: #6B7A93;
}
</style>