Hex #6959cd Color

#6959cd
equivalent to

RGB

(105, 89, 205)

Details of #6959cd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
105
20.4175
0.69
0.49
45.0197
14.5558
248°
38.1521
89
14.5558
0.54
0.57
36.4345
0.2161
57°
28.7604
205
59.4910
0.58
0.00   0.20
-58.2972
0.1541
80°
-65.7117

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101001
151
105
69
Green
1011001
131
89
59
Blue
11001101
315
205
CD

RGB in % of #6959cd

%26.32
%22.31
%51.38

CMYK in % of #6959cd

%49
%57
%0
%20

Triads of color #6959cd

#6959cd #59cd69 #cd69cd

Similar Colors to #6959cd

#6959cd #5983cd #a359cd

Preview Color #6959cd on black ground

#6959cd is very interesting for text.

Preview Color #6959cd on white ground

#6959cd is very interesting for text.

CSS Codes #6959cd color

.mybgcolor {background-color:#6959cd; }
.myforecolor {color:#6959cd; }
.mybordercolor {border:3px solid #6959cd; }

Text Font Color #6959cd

<p style="color:#6959cd">Text here</p>

This sample text font color is #6959cd
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 #6959cd

<div style="background-color:#6959cd">
Div content here</div>

This div background color is #6959cd


Border Color #6959cd

<div style="border:3px solid #6959cd">
Div here</div>

The color of this border is #6959cd


Examples Css3

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

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 #6959cd">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #6959cd