COLOR #6D5173

HEX: #6D5173
RGB: (109,81,115)

Color info

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

RGB color model

#6D5173 color RGB value is (109,81,115).

  • red value is 109;
  • green value is 81;
  • blue value is 115.
RGB:
(109,81,115)
(43%,32%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 81 of 255 = 32%
B 115 of 255 = 45%

109
81
115

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

Portions of RGB colors in percentages

R + G + B =
109 + 81 + 115 = 305 (100%)
R 109 of 305 ~ 35.74%
G 81 of 305 ~ 26.56%
B 115 of 305 ~ 37.7%

%35.74
%26.56
%37.7

CMYK color model

#6D5173 color CMYK value is (5,30,0,55).

  • cyan value is 5.22%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(5,30,0,55)
C5M30Y0K55 
(5%,30%,0%,55%)
(0.05/0.30/0.00/0.55)	

CMYK percentages

%5.22
%29.57
%0
%54.9

Codes

Color #6D5173 in popluar color models

6D5173
RGB10981115
HSL289°17.35%38.43%
HSB/HSV289°29.57%45.10%
CMYK5.22%29.57%0.00%
54.90%

Color #6D5173 in popluar number systems.

HEX6D5173
Decimal10981115
Binary110110110100011110011
Octal155121163

Shades and tints

Shades of #6D5173

#6D5173
(109,81,115)
#644A69
(100,74,105)
#5B435F
(91,67,95)
#523C55
(82,60,85)
#49354B
(73,53,75)
#402E41
(64,46,65)
#372737
(55,39,55)
#2E202D
(46,32,45)
#251923
(37,25,35)
#1C1219
(28,18,25)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D5173

#6D5173
(109,81,115)
#7A607F
(122,96,127)
#876F8B
(135,111,139)
#947E97
(148,126,151)
#A18DA3
(161,141,163)
#AE9CAF
(174,156,175)
#BBABBB
(187,171,187)
#C8BAC7
(200,186,199)
#D5C9D3
(213,201,211)
#E2D8DF
(226,216,223)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5173 color. Also use rgb(109,81,115) instead hex code.

Text Font Color

.myTextColor { color: #6D5173; }

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

This text font color is #6D5173.


Background Color

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

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

This div background color is #6D5173.


Border color

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

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

This div border color is #6D5173.


Opacity

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

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

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

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

This text has shadow with #6D5173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5173 on black background.


Color preview on white background

This text has color #6D5173 on white background.



Black color preview on #6D5173 background

This text has black color on #6D5173 background.


White color preview on #6D5173 background

This text has white color on #6D5173 background.