COLOR #6D5EB6

HEX: #6D5EB6
RGB: (109,94,182)

Color info

#6D5EB6 contains mainly blue color. Web safe color of #6D5EB6 is #6666CC (or #66C).

RGB color model

#6D5EB6 color RGB value is (109,94,182).

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

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 182 of 255 = 71%

109
94
182

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

Portions of RGB colors in percentages

R + G + B =
109 + 94 + 182 = 385 (100%)
R 109 of 385 ~ 28.31%
G 94 of 385 ~ 24.42%
B 182 of 385 ~ 47.27%

%28.31
%24.42
%47.27

CMYK color model

#6D5EB6 color CMYK value is (40,48,0,29).

  • cyan value is 40.11%
  • magenta value is 48.35%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(40,48,0,29)
C40M48Y0K29 
(40%,48%,0%,29%)
(0.40/0.48/0.00/0.29)	

CMYK percentages

%40.11
%48.35
%0
%28.63

Codes

Color #6D5EB6 in popluar color models

6D5EB6
RGB10994182
HSL250°37.61%54.12%
HSB/HSV250°48.35%71.37%
CMYK40.11%48.35%0.00%
28.63%

Color #6D5EB6 in popluar number systems.

HEX6D5EB6
Decimal10994182
Binary1101101101111010110110
Octal155136266

Shades and tints

Shades of #6D5EB6

#6D5EB6
(109,94,182)
#6456A6
(100,86,166)
#5B4E96
(91,78,150)
#524686
(82,70,134)
#493E76
(73,62,118)
#403666
(64,54,102)
#372E56
(55,46,86)
#2E2646
(46,38,70)
#251E36
(37,30,54)
#1C1626
(28,22,38)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #6D5EB6

#6D5EB6
(109,94,182)
#7A6CBC
(122,108,188)
#877AC2
(135,122,194)
#9488C8
(148,136,200)
#A196CE
(161,150,206)
#AEA4D4
(174,164,212)
#BBB2DA
(187,178,218)
#C8C0E0
(200,192,224)
#D5CEE6
(213,206,230)
#E2DCEC
(226,220,236)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5EB6; }

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

This text font color is #6D5EB6.


Background Color

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

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

This div background color is #6D5EB6.


Border color

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

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

This div border color is #6D5EB6.


Opacity

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

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

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

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

This text has shadow with #6D5EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5EB6 on black background.


Color preview on white background

This text has color #6D5EB6 on white background.



Black color preview on #6D5EB6 background

This text has black color on #6D5EB6 background.


White color preview on #6D5EB6 background

This text has white color on #6D5EB6 background.