COLOR #6D558D

HEX: #6D558D
RGB: (109,85,141)

Color info

#6D558D contains red, green and blue colors in about the same proportion. Web safe color of #6D558D is #666699 (or #669).

RGB color model

#6D558D color RGB value is (109,85,141).

  • red value is 109;
  • green value is 85;
  • blue value is 141.
RGB:
(109,85,141)
(43%,33%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 85 of 255 = 33%
B 141 of 255 = 55%

109
85
141

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

Portions of RGB colors in percentages

R + G + B =
109 + 85 + 141 = 335 (100%)
R 109 of 335 ~ 32.54%
G 85 of 335 ~ 25.37%
B 141 of 335 ~ 42.09%

%32.54
%25.37
%42.09

CMYK color model

#6D558D color CMYK value is (23,40,0,45).

  • cyan value is 22.70%
  • magenta value is 39.72%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(23,40,0,45)
C23M40Y0K45 
(23%,40%,0%,45%)
(0.23/0.40/0.00/0.45)	

CMYK percentages

%22.7
%39.72
%0
%44.71

Codes

Color #6D558D in popluar color models

6D558D
RGB10985141
HSL266°24.78%44.31%
HSB/HSV266°39.72%55.29%
CMYK22.70%39.72%0.00%
44.71%

Color #6D558D in popluar number systems.

HEX6D558D
Decimal10985141
Binary1101101101010110001101
Octal155125215

Shades and tints

Shades of #6D558D

#6D558D
(109,85,141)
#644E81
(100,78,129)
#5B4775
(91,71,117)
#524069
(82,64,105)
#49395D
(73,57,93)
#403251
(64,50,81)
#372B45
(55,43,69)
#2E2439
(46,36,57)
#251D2D
(37,29,45)
#1C1621
(28,22,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #6D558D

#6D558D
(109,85,141)
#7A6497
(122,100,151)
#8773A1
(135,115,161)
#9482AB
(148,130,171)
#A191B5
(161,145,181)
#AEA0BF
(174,160,191)
#BBAFC9
(187,175,201)
#C8BED3
(200,190,211)
#D5CDDD
(213,205,221)
#E2DCE7
(226,220,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D558D color. Also use rgb(109,85,141) instead hex code.

Text Font Color

.myTextColor { color: #6D558D; }

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

This text font color is #6D558D.


Background Color

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

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

This div background color is #6D558D.


Border color

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

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

This div border color is #6D558D.


Opacity

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

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

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

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

This text has shadow with #6D558D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D558D on black background.


Color preview on white background

This text has color #6D558D on white background.



Black color preview on #6D558D background

This text has black color on #6D558D background.


White color preview on #6D558D background

This text has white color on #6D558D background.