Black Metal
#060606
Looking for the precise values behind Black Metal (#060606)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #060606 | |
|---|---|---|
| RGB | rgb(6, 6, 6) | |
| HSL | hsl(0, 0%, 2%) | |
| CMYK | cmyk(0%, 0%, 0%, 98%) | |
| LAB | lab(2, 0, 0) | |
| OKLCH | oklch(0.12 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #060606;
background-color: #060606;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF060606)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.02, blue: 0.02, alpha: 1.0)