Quicksilver
#a6a6a6
Quicksilver, represented by the hex value #a6a6a6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a6a6a6 | |
|---|---|---|
| RGB | rgb(166, 166, 166) | |
| HSL | hsl(0, 0%, 65%) | |
| CMYK | cmyk(0%, 0%, 0%, 35%) | |
| LAB | lab(68, 0, 0) | |
| OKLCH | oklch(0.73 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #a6a6a6;
background-color: #a6a6a6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFA6A6A6)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.65, blue: 0.65, alpha: 1.0)