Hydra
#006995
Hydra, represented by the hex value #006995, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #006995 | |
|---|---|---|
| RGB | rgb(0, 105, 149) | |
| HSL | hsl(198, 100%, 29%) | |
| CMYK | cmyk(100%, 30%, 0%, 42%) | |
| LAB | lab(41, -13, -32) | |
| OKLCH | oklch(0.49 0.106 236) |
Color harmonies
Tints & shades
Code snippets
color: #006995;
background-color: #006995;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF006995)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.41, blue: 0.58, alpha: 1.0)