#6A5ACD color RGB value is (6, 165, 172).
#6A5ACD hex color red value is 6, green value is 165, and blue value is 172.
Cylindrical-coordinate representations (HSL) of color #6A5ACD
hue: 182.53,
saturation: 0.93 and lightness: 0.35.
The process color (four-color CMYK) of #6A5ACD color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #6A5ACD is #ff9999. Color #6A5ACD contains mainly RED.
Color spaces of #6A5ACD | Value |
---|---|
RGB | 106, 90, 205 |
HSL | 0.69, 0.53, 0.58 |
HSV | 248°, 56°, 80° |
XYZ | 20.62, 14.78, 59.51 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1101010 | 1011010 | 11001101 |
Octal | 152 | 132 | 315 |
Decimal | 106 | 90 | 205 |
Hex | 6A | 5A | CD |
Shades of #6A5ACD
Tints of #6A5ACD
.mybgColor {background-color: #6A5ACD;} .myforeColor {color: #6A5ACD;} .myborderColor {border:3px solid #6A5ACD;}
<p style="color:#6A5ACD">Text here</p>
This sample text is styled with the font color #6A5ACD. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#6A5ACD">Div content here</div>
<div style="border:3px solid #6A5ACD">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106, 90, 205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6A5ACD; } .divShadow { -moz-box-shadow: 1px 1px 3px #6A5ACD; -webkit-box-shadow: 1px 1px 3px #6A5ACD; box-shadow: 1px 1px 3px #6A5ACD; }
<p style="text-shadow: 4px 4px 2px rgba(106, 90, 205, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #6A5ACD;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #6A5ACD;
-webkit-box-shadow: 1px 1px 3px #6A5ACD;
box-shadow: 1px 1px 3px #6A5ACD;">Div content here</div>