Armoury
#6a6b65
Looking for the precise values behind Armoury (#6a6b65)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6a6b65 | |
|---|---|---|
| RGB | rgb(106, 107, 101) | |
| HSL | hsl(70, 3%, 41%) | |
| CMYK | cmyk(1%, 0%, 6%, 58%) | |
| LAB | lab(45, -1, 3) | |
| OKLCH | oklch(0.53 0.009 114) |
Color harmonies
Tints & shades
Code snippets
color: #6a6b65;
background-color: #6a6b65;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6A6B65)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.42, blue: 0.40, alpha: 1.0)