Color #696969

#696969rgb(105, 105, 105)

Color Codes

HEX#696969
RGBrgb(105, 105, 105)
HSLhsl(0°, 0%, 41%)
CMYKcmyk(0%, 0%, 0%, 59%)
CIELABLab(44.4, 0, 0)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #696969;
color: #696969;
border: 2px solid #696969;
background: linear-gradient(135deg, #696969, #696969);

Code Export

css
:root {
  --color-primary: #696969;
  --color-primary-rgb: 105, 105, 105;
  --color-primary-hsl: 0, 0%, 41%;
}

Related Tools