#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>
