color details

Color Details
#6a5acd Color Hex

#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
Color spaces of #6a5acdValue
RGB106, 90, 205
HSL0.69, 0.53, 0.58
HSV248°, 56°, 80°
XYZ20.62, 14.78, 59.51
Base Numbers
Base Red Green Blue
Binary 1101010 1011010 11001101
Octal 152 132 315
Decimal 106 90 205
Hex 6A 5A CD

RGB Percentages for Color #6a5acd

26.43%
22.44%
51.12%

CMYK Percentages of the Color #6a5acd

48.29%
56.1%
19.61%
CSS Codes for Color #6a5acd
.mybgColor {background-color: #6a5acd;}
.myforeColor {color: #6a5acd;}
.myborderColor {border:3px solid #6a5acd;}
Text Font Color #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,

Background Color #6a5acd

<div style="background-color:#6a5acd">Div content here</div>

The background color of this div is #6a5acd
Border Color #6a5acd

<div style="border:3px solid #6a5acd">Div here</div>

The border color of this div is #6a5acd
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106, 90, 205, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #6a5acd;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #6a5acd
Scroll to Top