COLOR #6D5EA2

HEX: #6D5EA2
RGB: (109,94,162)

Color info

#6D5EA2 contains mainly red and blue colors. Web safe color of #6D5EA2 is #666699 (or #669).

RGB color model

#6D5EA2 color RGB value is (109,94,162).

  • red value is 109;
  • green value is 94;
  • blue value is 162.
RGB:
(109,94,162)
(43%,37%,64%)

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 162 of 255 = 64%

109
94
162

R + G + B ~ 48%. #6D5EA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 94 + 162 = 365 (100%)
R 109 of 365 ~ 29.86%
G 94 of 365 ~ 25.75%
B 162 of 365 ~ 44.38%

%29.86
%25.75
%44.38

CMYK color model

#6D5EA2 color CMYK value is (33,42,0,36).

  • cyan value is 32.72%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,42,0,36)
C33M42Y0K36 
(33%,42%,0%,36%)
(0.33/0.42/0.00/0.36)	

CMYK percentages

%32.72
%41.98
%0
%36.47

Codes

Color #6D5EA2 in popluar color models

6D5EA2
RGB10994162
HSL253°26.77%50.20%
HSB/HSV253°41.98%63.53%
CMYK32.72%41.98%0.00%
36.47%

Color #6D5EA2 in popluar number systems.

HEX6D5EA2
Decimal10994162
Binary1101101101111010100010
Octal155136242

Shades and tints

Shades of #6D5EA2

#6D5EA2
(109,94,162)
#645694
(100,86,148)
#5B4E86
(91,78,134)
#524678
(82,70,120)
#493E6A
(73,62,106)
#40365C
(64,54,92)
#372E4E
(55,46,78)
#2E2640
(46,38,64)
#251E32
(37,30,50)
#1C1624
(28,22,36)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #6D5EA2

#6D5EA2
(109,94,162)
#7A6CAA
(122,108,170)
#877AB2
(135,122,178)
#9488BA
(148,136,186)
#A196C2
(161,150,194)
#AEA4CA
(174,164,202)
#BBB2D2
(187,178,210)
#C8C0DA
(200,192,218)
#D5CEE2
(213,206,226)
#E2DCEA
(226,220,234)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5EA2 color. Also use rgb(109,94,162) instead hex code.

Text Font Color

.myTextColor { color: #6D5EA2; }

<p style="color:#6D5EA2">This sample text font color is #6D5EA2.</p>

This text font color is #6D5EA2.


Background Color

.myBgColor { background-color: #6D5EA2; }

<div style="background-color:#6D5EA2">Inner text</div>

This div background color is #6D5EA2.


Border color

.myBorderColor { border: 1px solid #6D5EA2; }

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

This div border color is #6D5EA2.


Opacity

.myOpacity80 { color: #6D5EA2; opacity: 0.8; }

<p style="color:#6D5EA2;opacity:0.8;">80%</p>

Text with #6D5EA2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6D5EA2;}

<p style="text-shadow: 3px 3px 1px #6D5EA2">Text here.</p>

This text has shadow with #6D5EA2 color.

.textShadow {text-shadow: 3px 3px 1px #6D5EA2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6D5EA2, 5px 5px 20px red">Text here.</p>

This text has shadow with #6D5EA2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D5EA2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6D5EA2, Direction=45, Strength=4)">Text</p>

This text has shadow with #6D5EA2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6D5EA2;
  -webkit-box-shadow:	1px 1px 3px 2px #6D5EA2;
  box-shadow:		1px 1px 3px 2px #6D5EA2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D5EA2;
-webkit-box-shadow: 1px 1px 3px 2px #6D5EA2;
box-shadow:1px 1px 3px 2px #6D5EA2;">
Div content here</div>
This div box has shadow with color #6D5EA2.

Preview

Color preview on black background

This text has color #6D5EA2 on black background.


Color preview on white background

This text has color #6D5EA2 on white background.



Black color preview on #6D5EA2 background

This text has black color on #6D5EA2 background.


White color preview on #6D5EA2 background

This text has white color on #6D5EA2 background.