COLOR #6D4977

HEX: #6D4977
RGB: (109,73,119)

Color info

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

RGB color model

#6D4977 color RGB value is (109,73,119).

  • red value is 109;
  • green value is 73;
  • blue value is 119.
RGB:
(109,73,119)
(43%,29%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 73 of 255 = 29%
B 119 of 255 = 47%

109
73
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 73 + 119 = 301 (100%)
R 109 of 301 ~ 36.21%
G 73 of 301 ~ 24.25%
B 119 of 301 ~ 39.53%

%36.21
%24.25
%39.53

CMYK color model

#6D4977 color CMYK value is (8,39,0,53).

  • cyan value is 8.40%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,39,0,53)
C8M39Y0K53 
(8%,39%,0%,53%)
(0.08/0.39/0.00/0.53)	

CMYK percentages

%8.4
%38.66
%0
%53.33

Codes

Color #6D4977 in popluar color models

6D4977
RGB10973119
HSL287°23.96%37.65%
HSB/HSV287°38.66%46.67%
CMYK8.40%38.66%0.00%
53.33%

Color #6D4977 in popluar number systems.

HEX6D4977
Decimal10973119
Binary110110110010011110111
Octal155111167

Shades and tints

Shades of #6D4977

#6D4977
(109,73,119)
#64436D
(100,67,109)
#5B3D63
(91,61,99)
#523759
(82,55,89)
#49314F
(73,49,79)
#402B45
(64,43,69)
#37253B
(55,37,59)
#2E1F31
(46,31,49)
#251927
(37,25,39)
#1C131D
(28,19,29)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #6D4977

#6D4977
(109,73,119)
#7A5983
(122,89,131)
#87698F
(135,105,143)
#94799B
(148,121,155)
#A189A7
(161,137,167)
#AE99B3
(174,153,179)
#BBA9BF
(187,169,191)
#C8B9CB
(200,185,203)
#D5C9D7
(213,201,215)
#E2D9E3
(226,217,227)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4977 color. Also use rgb(109,73,119) instead hex code.

Text Font Color

.myTextColor { color: #6D4977; }

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

This text font color is #6D4977.


Background Color

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

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

This div background color is #6D4977.


Border color

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

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

This div border color is #6D4977.


Opacity

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

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

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

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

This text has shadow with #6D4977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4977 on black background.


Color preview on white background

This text has color #6D4977 on white background.



Black color preview on #6D4977 background

This text has black color on #6D4977 background.


White color preview on #6D4977 background

This text has white color on #6D4977 background.