Shades of Slate Grey #69829E
Tints of Slate Grey #69829E
RGB
CMYK
RGB Variations
Color information
#69829E (or 0x69829E) is known color: Slate Grey. HEX triplet: 69, 82 and 9E. RGB value is (105,130,158). Sum of RGB (Red+Green+Blue) = 105+130+158=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #69829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69829E is #967D61. Grayscale: #7D7D7D. Windows color (decimal): -9862498 or 10388073. OLE color: 10388073.
HSL color Cylindrical-coordinate representation of color #69829E: hue angle of 211.7º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69829E is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 130 | 158 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.38 |
| HSL | 211.7º | 0.21% | 0.52% | - |
| HSV(B) | 211.7º | 0.34% | 0.62% | - |
| XYZ | 19.98 | 21.44 | 35.43 | - |
| YUV | 125.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 158 | 0.34 | 0.18 | 0 | 0.38 | 211.7 | 0.21 | 0.52 |
| Hex | 69 | 82 | 9E | 22 | 12 | 0 | 26 | D4 | 15 | 34 |
| Octal | 151 | 202 | 236 | 42 | 22 | 0 | 46 | 324 | 25 | 64 |
| Binary | 1101001 | 10000010 | 10011110 | 100010 | 10010 | 0 | 100110 | 11010100 | 10101 | 110100 |
Color Harmonies of #69829E
Complementary color
Monochromatic Colors of #69829E
Black with #69829E
Text Example
Text Example
White with #69829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69829E; }
p { color: rgb(105,130,158); }
H1.HeaderClassName
{
color: #69829E;
}
.AnyTagClassName
{
color: #69829E;
}
</style>
background-color css
<style>
a { background-color: #69829E; }
a { background-color: rgb(105,130,158); }
div.DivClassName
{
background-color: #69829E;
}
.BgClassName
{
background-color: #69829E;
}
</style>
border-color css
<style>
span { border-color: #69829E; }
span { border-color: rgb(105,130,158); }
td.TdClassName
{
border-color: #69829E;
}
.TagClassName
{
border-color: #69829E;
}
</style>