HEX
#
RGB
HSL

#6495ED CSS / HTML Preview

Text with hexadecimal color #6495ED

This text has a font color of #6495ED.

<span style="color:#6495ED;">Your text here</span>
#6495ED border color

This element has a border color of #6495ED.

<div style="border:2px solid #6495ED;">Content here</div>
#6495ED background color

This paragraph has a background color of #6495ED.

<p style="background-color:#6495ED;">Content here</p>
CSS codes
.text {color:#6495ED;}
.background {background-color:#6495ED;}
.border {border:1px solid #6495ED;}