COLOR #6D5DA2

HEX: #6D5DA2
RGB: (109,93,162)

Color info

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

RGB color model

#6D5DA2 color RGB value is (109,93,162).

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

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 162 of 255 = 64%

109
93
162

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

Portions of RGB colors in percentages

R + G + B =
109 + 93 + 162 = 364 (100%)
R 109 of 364 ~ 29.95%
G 93 of 364 ~ 25.55%
B 162 of 364 ~ 44.51%

%29.95
%25.55
%44.51

CMYK color model

#6D5DA2 color CMYK value is (33,43,0,36).

  • cyan value is 32.72%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,43,0,36)
C33M43Y0K36 
(33%,43%,0%,36%)
(0.33/0.43/0.00/0.36)	

CMYK percentages

%32.72
%42.59
%0
%36.47

Codes

Color #6D5DA2 in popluar color models

6D5DA2
RGB10993162
HSL254°27.06%50.00%
HSB/HSV254°42.59%63.53%
CMYK32.72%42.59%0.00%
36.47%

Color #6D5DA2 in popluar number systems.

HEX6D5DA2
Decimal10993162
Binary1101101101110110100010
Octal155135242

Shades and tints

Shades of #6D5DA2

#6D5DA2
(109,93,162)
#645594
(100,85,148)
#5B4D86
(91,77,134)
#524578
(82,69,120)
#493D6A
(73,61,106)
#40355C
(64,53,92)
#372D4E
(55,45,78)
#2E2540
(46,37,64)
#251D32
(37,29,50)
#1C1524
(28,21,36)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #6D5DA2

#6D5DA2
(109,93,162)
#7A6BAA
(122,107,170)
#8779B2
(135,121,178)
#9487BA
(148,135,186)
#A195C2
(161,149,194)
#AEA3CA
(174,163,202)
#BBB1D2
(187,177,210)
#C8BFDA
(200,191,218)
#D5CDE2
(213,205,226)
#E2DBEA
(226,219,234)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5DA2; }

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

This text font color is #6D5DA2.


Background Color

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

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

This div background color is #6D5DA2.


Border color

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

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

This div border color is #6D5DA2.


Opacity

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

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

Text with #6D5DA2 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 #6D5DA2;}

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

This text has shadow with #6D5DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5DA2 on black background.


Color preview on white background

This text has color #6D5DA2 on white background.



Black color preview on #6D5DA2 background

This text has black color on #6D5DA2 background.


White color preview on #6D5DA2 background

This text has white color on #6D5DA2 background.