COLOR #6D4571

HEX: #6D4571
RGB: (109,69,113)

Color info

#6D4571 contains red, green and blue colors in about the same proportion. Web safe color of #6D4571 is #663366 (or #636).

RGB color model

#6D4571 color RGB value is (109,69,113).

  • red value is 109;
  • green value is 69;
  • blue value is 113.
RGB:
(109,69,113)
(43%,27%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 69 of 255 = 27%
B 113 of 255 = 44%

109
69
113

R + G + B ~ 38%. #6D4571 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 69 + 113 = 291 (100%)
R 109 of 291 ~ 37.46%
G 69 of 291 ~ 23.71%
B 113 of 291 ~ 38.83%

%37.46
%23.71
%38.83

CMYK color model

#6D4571 color CMYK value is (4,39,0,56).

  • cyan value is 3.54%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(4,39,0,56)
C4M39Y0K56 
(4%,39%,0%,56%)
(0.04/0.39/0.00/0.56)	

CMYK percentages

%3.54
%38.94
%0
%55.69

Codes

Color #6D4571 in popluar color models

6D4571
RGB10969113
HSL295°24.18%35.69%
HSB/HSV295°38.94%44.31%
CMYK3.54%38.94%0.00%
55.69%

Color #6D4571 in popluar number systems.

HEX6D4571
Decimal10969113
Binary110110110001011110001
Octal155105161

Shades and tints

Shades of #6D4571

#6D4571
(109,69,113)
#643F67
(100,63,103)
#5B395D
(91,57,93)
#523353
(82,51,83)
#492D49
(73,45,73)
#40273F
(64,39,63)
#372135
(55,33,53)
#2E1B2B
(46,27,43)
#251521
(37,21,33)
#1C0F17
(28,15,23)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #6D4571

#6D4571
(109,69,113)
#7A557D
(122,85,125)
#876589
(135,101,137)
#947595
(148,117,149)
#A185A1
(161,133,161)
#AE95AD
(174,149,173)
#BBA5B9
(187,165,185)
#C8B5C5
(200,181,197)
#D5C5D1
(213,197,209)
#E2D5DD
(226,213,221)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4571 color. Also use rgb(109,69,113) instead hex code.

Text Font Color

.myTextColor { color: #6D4571; }

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

This text font color is #6D4571.


Background Color

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

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

This div background color is #6D4571.


Border color

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

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

This div border color is #6D4571.


Opacity

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

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

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

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

This text has shadow with #6D4571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4571 on black background.


Color preview on white background

This text has color #6D4571 on white background.



Black color preview on #6D4571 background

This text has black color on #6D4571 background.


White color preview on #6D4571 background

This text has white color on #6D4571 background.