Dark Prince
#6b6c89
Looking for the precise values behind Dark Prince (#6b6c89)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6b6c89 | |
|---|---|---|
| RGB | rgb(107, 108, 137) | |
| HSL | hsl(238, 12%, 48%) | |
| CMYK | cmyk(22%, 21%, 0%, 46%) | |
| LAB | lab(46, 5, -16) | |
| OKLCH | oklch(0.54 0.045 283) |
Color harmonies
Tints & shades
Code snippets
color: #6b6c89;
background-color: #6b6c89;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF6B6C89)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.42, blue: 0.54, alpha: 1.0)