COLOR #6D476F

HEX: #6D476F
RGB: (109,71,111)

Color info

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

RGB color model

#6D476F color RGB value is (109,71,111).

  • red value is 109;
  • green value is 71;
  • blue value is 111.
RGB:
(109,71,111)
(43%,28%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 111 of 255 = 44%

109
71
111

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

Portions of RGB colors in percentages

R + G + B =
109 + 71 + 111 = 291 (100%)
R 109 of 291 ~ 37.46%
G 71 of 291 ~ 24.4%
B 111 of 291 ~ 38.14%

%37.46
%24.4
%38.14

CMYK color model

#6D476F color CMYK value is (2,36,0,56).

  • cyan value is 1.80%
  • magenta value is 36.04%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(2,36,0,56)
C2M36Y0K56 
(2%,36%,0%,56%)
(0.02/0.36/0.00/0.56)	

CMYK percentages

%1.8
%36.04
%0
%56.47

Codes

Color #6D476F in popluar color models

6D476F
RGB10971111
HSL297°21.98%35.69%
HSB/HSV297°36.04%43.53%
CMYK1.80%36.04%0.00%
56.47%

Color #6D476F in popluar number systems.

HEX6D476F
Decimal10971111
Binary110110110001111101111
Octal155107157

Shades and tints

Shades of #6D476F

#6D476F
(109,71,111)
#644165
(100,65,101)
#5B3B5B
(91,59,91)
#523551
(82,53,81)
#492F47
(73,47,71)
#40293D
(64,41,61)
#372333
(55,35,51)
#2E1D29
(46,29,41)
#25171F
(37,23,31)
#1C1115
(28,17,21)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #6D476F

#6D476F
(109,71,111)
#7A577C
(122,87,124)
#876789
(135,103,137)
#947796
(148,119,150)
#A187A3
(161,135,163)
#AE97B0
(174,151,176)
#BBA7BD
(187,167,189)
#C8B7CA
(200,183,202)
#D5C7D7
(213,199,215)
#E2D7E4
(226,215,228)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D476F color. Also use rgb(109,71,111) instead hex code.

Text Font Color

.myTextColor { color: #6D476F; }

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

This text font color is #6D476F.


Background Color

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

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

This div background color is #6D476F.


Border color

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

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

This div border color is #6D476F.


Opacity

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

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

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

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

This text has shadow with #6D476F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D476F on black background.


Color preview on white background

This text has color #6D476F on white background.



Black color preview on #6D476F background

This text has black color on #6D476F background.


White color preview on #6D476F background

This text has white color on #6D476F background.