Catch of the Day
#6c685e
Catch of the Day, represented by the hex value #6c685e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #6c685e | |
|---|---|---|
| RGB | rgb(108, 104, 94) | |
| HSL | hsl(43, 7%, 40%) | |
| CMYK | cmyk(0%, 4%, 13%, 58%) | |
| LAB | lab(44, 0, 6) | |
| OKLCH | oklch(0.52 0.016 89) |
Color harmonies
Tints & shades
Code snippets
color: #6c685e;
background-color: #6c685e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6C685E)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.41, blue: 0.37, alpha: 1.0)