Farvekonverter

Konverter farver mellem forskellige formater

Farvevælger
#696CFF
Forudindstillinger
HEX (Hexadecimal)
#696CFF
RGB (Red, Green, Blue)
rgb(105, 108, 255)
RGBA (with Alpha)
rgba(105, 108, 255, 1)
HSL (Hue, Saturation, Lightness)
hsl(239, 100%, 71%)
HSLA (with Alpha)
hsla(239, 100%, 71%, 1)
CMYK (Cyan, Magenta, Yellow, Key)
cmyk(59%, 58%, 0%, 0%)
CSS Variable
--color-primary: #696CFF;

Om farveformater

HEX

HEX-farver bruger hexadecimal notation til at repræsentere RGB-værdier.

RGB

RGB står for Rød, Grøn, Blå og bruges til skærme.

HSL

HSL står for Hue, Saturation, Lightness og er en alternativ farvemodel.

CMYK

CMYK bruges til print og står for Cyan, Magenta, Yellow, Key (sort).