Dim Gray Hex Code — #696969
RGB, HSL, and CMYK values for Dim Gray.
Dim Gray Color Values
| Format | Value |
|---|---|
| HEX | #696969 |
| RGB | rgb(105, 105, 105) |
| HSL | hsl(0, 0%, 41%) |
| CMYK | cmyk(0%, 0%, 0%, 59%) |
Want to explore more shades? Use our Color Converter
About Dim Gray
Color psychology: Seriousness, stability.
Dim Gray (#696969) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where seriousness, stability are desired associations.
How to Use Dim Gray in CSS
/* Using HEX */ color: #696969; background-color: #696969; /* Using RGB */ color: rgb(105, 105, 105); /* Using HSL */ color: hsl(0, 0%, 41%);