Slate Blue Hex Code — #6A5ACD
RGB, HSL, and CMYK values for Slate Blue.
Slate Blue Color Values
| Format | Value |
|---|---|
| HEX | #6A5ACD |
| RGB | rgb(106, 90, 205) |
| HSL | hsl(248, 53%, 58%) |
| CMYK | cmyk(48%, 56%, 0%, 20%) |
Want to explore more shades? Use our Color Converter
About Slate Blue
Color psychology: Creativity, wisdom.
Slate Blue (#6A5ACD) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where creativity, wisdom are desired associations.
How to Use Slate Blue in CSS
/* Using HEX */ color: #6A5ACD; background-color: #6A5ACD; /* Using RGB */ color: rgb(106, 90, 205); /* Using HSL */ color: hsl(248, 53%, 58%);