COLOR #6D5172

HEX: #6D5172
RGB: (109,81,114)

Color info

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

RGB color model

#6D5172 color RGB value is (109,81,114).

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

RGB channels and saturation

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

109
81
114

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

Portions of RGB colors in percentages

R + G + B =
109 + 81 + 114 = 304 (100%)
R 109 of 304 ~ 35.86%
G 81 of 304 ~ 26.64%
B 114 of 304 ~ 37.5%

%35.86
%26.64
%37.5

CMYK color model

#6D5172 color CMYK value is (4,29,0,55).

  • cyan value is 4.39%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(4,29,0,55)
C4M29Y0K55 
(4%,29%,0%,55%)
(0.04/0.29/0.00/0.55)	

CMYK percentages

%4.39
%28.95
%0
%55.29

Codes

Color #6D5172 in popluar color models

6D5172
RGB10981114
HSL291°16.92%38.24%
HSB/HSV291°28.95%44.71%
CMYK4.39%28.95%0.00%
55.29%

Color #6D5172 in popluar number systems.

HEX6D5172
Decimal10981114
Binary110110110100011110010
Octal155121162

Shades and tints

Shades of #6D5172

#6D5172
(109,81,114)
#644A68
(100,74,104)
#5B435E
(91,67,94)
#523C54
(82,60,84)
#49354A
(73,53,74)
#402E40
(64,46,64)
#372736
(55,39,54)
#2E202C
(46,32,44)
#251922
(37,25,34)
#1C1218
(28,18,24)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #6D5172

#6D5172
(109,81,114)
#7A607E
(122,96,126)
#876F8A
(135,111,138)
#947E96
(148,126,150)
#A18DA2
(161,141,162)
#AE9CAE
(174,156,174)
#BBABBA
(187,171,186)
#C8BAC6
(200,186,198)
#D5C9D2
(213,201,210)
#E2D8DE
(226,216,222)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5172; }

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

This text font color is #6D5172.


Background Color

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

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

This div background color is #6D5172.


Border color

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

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

This div border color is #6D5172.


Opacity

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

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

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

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

This text has shadow with #6D5172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5172 on black background.


Color preview on white background

This text has color #6D5172 on white background.



Black color preview on #6D5172 background

This text has black color on #6D5172 background.


White color preview on #6D5172 background

This text has white color on #6D5172 background.