Cornflower Hex Code — #6495ED
RGB, HSL, and CMYK values for Cornflower.
Cornflower Color Values
| Format | Value |
|---|---|
| HEX | #6495ED |
| RGB | rgb(100, 149, 237) |
| HSL | hsl(219, 79%, 66%) |
| CMYK | cmyk(58%, 37%, 0%, 7%) |
Want to explore more shades? Use our Color Converter
How to Use Cornflower in CSS
/* Using HEX */ color: #6495ED; background-color: #6495ED; /* Using RGB */ color: rgb(100, 149, 237); /* Using HSL */ color: hsl(219, 79%, 66%);