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