Shades of Slate Grey #6F8492
Tints of Slate Grey #6F8492
RGB
CMYK
RGB Variations
Color information
#6F8492 (or 0x6F8492) is known color: Slate Grey. HEX triplet: 6F, 84 and 92. RGB value is (111,132,146). Sum of RGB (Red+Green+Blue) = 111+132+146=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F8492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8492 is #907B6D. Grayscale: #7F7F7F. Windows color (decimal): -9468782 or 9602159. OLE color: 9602159.
HSL color Cylindrical-coordinate representation of color #6F8492: hue angle of 204º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F8492 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 132 | 146 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.43 |
| HSL | 204º | 0.14% | 0.5% | - |
| HSV(B) | 204º | 0.24% | 0.57% | - |
| XYZ | 20 | 21.96 | 30.38 | - |
| YUV | 127.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 146 | 0.24 | 0.10 | 0 | 0.43 | 204 | 0.14 | 0.5 |
| Hex | 6F | 84 | 92 | 18 | A | 0 | 2B | CC | E | 32 |
| Octal | 157 | 204 | 222 | 30 | 12 | 0 | 53 | 314 | 16 | 62 |
| Binary | 1101111 | 10000100 | 10010010 | 11000 | 1010 | 0 | 101011 | 11001100 | 1110 | 110010 |
Color Harmonies of #6F8492
Complementary color
Monochromatic Colors of #6F8492
Black with #6F8492
Text Example
Text Example
White with #6F8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8492; }
p { color: rgb(111,132,146); }
H1.HeaderClassName
{
color: #6F8492;
}
.AnyTagClassName
{
color: #6F8492;
}
</style>
background-color css
<style>
a { background-color: #6F8492; }
a { background-color: rgb(111,132,146); }
div.DivClassName
{
background-color: #6F8492;
}
.BgClassName
{
background-color: #6F8492;
}
</style>
border-color css
<style>
span { border-color: #6F8492; }
span { border-color: rgb(111,132,146); }
td.TdClassName
{
border-color: #6F8492;
}
.TagClassName
{
border-color: #6F8492;
}
</style>