COLOR #6D5C7C

HEX: #6D5C7C
RGB: (109,92,124)

Color info

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

RGB color model

#6D5C7C color RGB value is (109,92,124).

  • red value is 109;
  • green value is 92;
  • blue value is 124.
RGB:
(109,92,124)
(43%,36%,49%)

RGB channels and saturation

R 109 of 255 = 43%
G 92 of 255 = 36%
B 124 of 255 = 49%

109
92
124

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

Portions of RGB colors in percentages

R + G + B =
109 + 92 + 124 = 325 (100%)
R 109 of 325 ~ 33.54%
G 92 of 325 ~ 28.31%
B 124 of 325 ~ 38.15%

%33.54
%28.31
%38.15

CMYK color model

#6D5C7C color CMYK value is (12,26,0,51).

  • cyan value is 12.10%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(12,26,0,51)
C12M26Y0K51 
(12%,26%,0%,51%)
(0.12/0.26/0.00/0.51)	

CMYK percentages

%12.1
%25.81
%0
%51.37

Codes

Color #6D5C7C in popluar color models

6D5C7C
RGB10992124
HSL272°14.81%42.35%
HSB/HSV272°25.81%48.63%
CMYK12.10%25.81%0.00%
51.37%

Color #6D5C7C in popluar number systems.

HEX6D5C7C
Decimal10992124
Binary110110110111001111100
Octal155134174

Shades and tints

Shades of #6D5C7C

#6D5C7C
(109,92,124)
#645471
(100,84,113)
#5B4C66
(91,76,102)
#52445B
(82,68,91)
#493C50
(73,60,80)
#403445
(64,52,69)
#372C3A
(55,44,58)
#2E242F
(46,36,47)
#251C24
(37,28,36)
#1C1419
(28,20,25)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D5C7C

#6D5C7C
(109,92,124)
#7A6A87
(122,106,135)
#877892
(135,120,146)
#94869D
(148,134,157)
#A194A8
(161,148,168)
#AEA2B3
(174,162,179)
#BBB0BE
(187,176,190)
#C8BEC9
(200,190,201)
#D5CCD4
(213,204,212)
#E2DADF
(226,218,223)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5C7C color. Also use rgb(109,92,124) instead hex code.

Text Font Color

.myTextColor { color: #6D5C7C; }

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

This text font color is #6D5C7C.


Background Color

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

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

This div background color is #6D5C7C.


Border color

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

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

This div border color is #6D5C7C.


Opacity

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

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

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

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

This text has shadow with #6D5C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5C7C on black background.


Color preview on white background

This text has color #6D5C7C on white background.



Black color preview on #6D5C7C background

This text has black color on #6D5C7C background.


White color preview on #6D5C7C background

This text has white color on #6D5C7C background.