COLOR #6D5A7F

HEX: #6D5A7F
RGB: (109,90,127)

Color info

#6D5A7F contains red, green and blue colors in about the same proportion. Web safe color of #6D5A7F is #666666 (or #666).

RGB color model

#6D5A7F color RGB value is (109,90,127).

  • red value is 109;
  • green value is 90;
  • blue value is 127.
RGB:
(109,90,127)
(43%,35%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 90 of 255 = 35%
B 127 of 255 = 50%

109
90
127

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

Portions of RGB colors in percentages

R + G + B =
109 + 90 + 127 = 326 (100%)
R 109 of 326 ~ 33.44%
G 90 of 326 ~ 27.61%
B 127 of 326 ~ 38.96%

%33.44
%27.61
%38.96

CMYK color model

#6D5A7F color CMYK value is (14,29,0,50).

  • cyan value is 14.17%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(14,29,0,50)
C14M29Y0K50 
(14%,29%,0%,50%)
(0.14/0.29/0.00/0.50)	

CMYK percentages

%14.17
%29.13
%0
%50.2

Codes

Color #6D5A7F in popluar color models

6D5A7F
RGB10990127
HSL271°17.05%42.55%
HSB/HSV271°29.13%49.80%
CMYK14.17%29.13%0.00%
50.20%

Color #6D5A7F in popluar number systems.

HEX6D5A7F
Decimal10990127
Binary110110110110101111111
Octal155132177

Shades and tints

Shades of #6D5A7F

#6D5A7F
(109,90,127)
#645274
(100,82,116)
#5B4A69
(91,74,105)
#52425E
(82,66,94)
#493A53
(73,58,83)
#403248
(64,50,72)
#372A3D
(55,42,61)
#2E2232
(46,34,50)
#251A27
(37,26,39)
#1C121C
(28,18,28)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #6D5A7F

#6D5A7F
(109,90,127)
#7A698A
(122,105,138)
#877895
(135,120,149)
#9487A0
(148,135,160)
#A196AB
(161,150,171)
#AEA5B6
(174,165,182)
#BBB4C1
(187,180,193)
#C8C3CC
(200,195,204)
#D5D2D7
(213,210,215)
#E2E1E2
(226,225,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5A7F color. Also use rgb(109,90,127) instead hex code.

Text Font Color

.myTextColor { color: #6D5A7F; }

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

This text font color is #6D5A7F.


Background Color

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

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

This div background color is #6D5A7F.


Border color

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

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

This div border color is #6D5A7F.


Opacity

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

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

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

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

This text has shadow with #6D5A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A7F on black background.


Color preview on white background

This text has color #6D5A7F on white background.



Black color preview on #6D5A7F background

This text has black color on #6D5A7F background.


White color preview on #6D5A7F background

This text has white color on #6D5A7F background.