Hex #6a5acd Color

#6a5acd
equivalent to

RGB

(106, 90, 205)

Details of #6a5acd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
106
20.6195
0.69
0.48
45.3373
14.7843
248°
38.4503
90
14.7843
0.53
0.56
36.0495
0.2172
56°
28.4349
205
59.5245
0.58
0.00   0.20
-57.7802
0.1557
80°
-64.8376

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101010
152
106
6A
Green
1011010
132
90
5A
Blue
11001101
315
205
CD

RGB in % of #6a5acd

%26.43
%22.44
%51.12

CMYK in % of #6a5acd

%48
%56
%0
%20

Triads of color #6a5acd

#6a5acd #5acd6a #cd6acd

Similar Colors to #6a5acd

#6a5acd #5a84cd #a45acd

Preview Color #6a5acd on black ground

#6a5acd is very interesting for text.

Preview Color #6a5acd on white ground

#6a5acd is very interesting for text.

CSS Codes #6a5acd color

.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 font color is #6a5acd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #6a5acd

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

This div background color is #6a5acd


Border Color #6a5acd

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

The color of this border is #6a5acd


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #6a5acd; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #6a5acd;
-webkit-box-shadow: 1px 1px 3px 2px #6a5acd;
box-shadow:         1px 1px 3px 2px #6a5acd; }
				

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a5acd;
  -webkit-box-shadow: 1px 1px 3px 2px #6a5acd;
  box-shadow:         1px 1px 3px 2px #6a5acd;">
Div content here</div>

The shadow of div box using color #6a5acd