Shades of Slate Grey #69798D
Tints of Slate Grey #69798D
RGB
CMYK
RGB Variations
Color information
#69798D (or 0x69798D) is known color: Slate Grey. HEX triplet: 69, 79 and 8D. RGB value is (105,121,141). Sum of RGB (Red+Green+Blue) = 105+121+141=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #69798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69798D is #968672. Grayscale: #767676. Windows color (decimal): -9864819 or 9271657. OLE color: 9271657.
HSL color Cylindrical-coordinate representation of color #69798D: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69798D is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 121 | 141 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.45 |
| HSL | 213.33º | 0.15% | 0.48% | - |
| HSV(B) | 213.33º | 0.26% | 0.55% | - |
| XYZ | 17.47 | 18.6 | 27.87 | - |
| YUV | 118.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 141 | 0.26 | 0.14 | 0 | 0.45 | 213.33 | 0.15 | 0.48 |
| Hex | 69 | 79 | 8D | 1A | E | 0 | 2D | D5 | F | 30 |
| Octal | 151 | 171 | 215 | 32 | 16 | 0 | 55 | 325 | 17 | 60 |
| Binary | 1101001 | 1111001 | 10001101 | 11010 | 1110 | 0 | 101101 | 11010101 | 1111 | 110000 |
Color Harmonies of #69798D
Complementary color
Monochromatic Colors of #69798D
Black with #69798D
Text Example
Text Example
White with #69798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69798D; }
p { color: rgb(105,121,141); }
H1.HeaderClassName
{
color: #69798D;
}
.AnyTagClassName
{
color: #69798D;
}
</style>
background-color css
<style>
a { background-color: #69798D; }
a { background-color: rgb(105,121,141); }
div.DivClassName
{
background-color: #69798D;
}
.BgClassName
{
background-color: #69798D;
}
</style>
border-color css
<style>
span { border-color: #69798D; }
span { border-color: rgb(105,121,141); }
td.TdClassName
{
border-color: #69798D;
}
.TagClassName
{
border-color: #69798D;
}
</style>