COLOR #6D4077

HEX: #6D4077
RGB: (109,64,119)

Color info

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

RGB color model

#6D4077 color RGB value is (109,64,119).

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

RGB channels and saturation

R 109 of 255 = 43%
G 64 of 255 = 25%
B 119 of 255 = 47%

109
64
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 64 + 119 = 292 (100%)
R 109 of 292 ~ 37.33%
G 64 of 292 ~ 21.92%
B 119 of 292 ~ 40.75%

%37.33
%21.92
%40.75

CMYK color model

#6D4077 color CMYK value is (8,46,0,53).

  • cyan value is 8.40%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,46,0,53)
C8M46Y0K53 
(8%,46%,0%,53%)
(0.08/0.46/0.00/0.53)	

CMYK percentages

%8.4
%46.22
%0
%53.33

Codes

Color #6D4077 in popluar color models

6D4077
RGB10964119
HSL289°30.05%35.88%
HSB/HSV289°46.22%46.67%
CMYK8.40%46.22%0.00%
53.33%

Color #6D4077 in popluar number systems.

HEX6D4077
Decimal10964119
Binary110110110000001110111
Octal155100167

Shades and tints

Shades of #6D4077

#6D4077
(109,64,119)
#643B6D
(100,59,109)
#5B3663
(91,54,99)
#523159
(82,49,89)
#492C4F
(73,44,79)
#402745
(64,39,69)
#37223B
(55,34,59)
#2E1D31
(46,29,49)
#251827
(37,24,39)
#1C131D
(28,19,29)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #6D4077

#6D4077
(109,64,119)
#7A5183
(122,81,131)
#87628F
(135,98,143)
#94739B
(148,115,155)
#A184A7
(161,132,167)
#AE95B3
(174,149,179)
#BBA6BF
(187,166,191)
#C8B7CB
(200,183,203)
#D5C8D7
(213,200,215)
#E2D9E3
(226,217,227)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4077; }

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

This text font color is #6D4077.


Background Color

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

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

This div background color is #6D4077.


Border color

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

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

This div border color is #6D4077.


Opacity

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

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

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

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

This text has shadow with #6D4077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4077 on black background.


Color preview on white background

This text has color #6D4077 on white background.



Black color preview on #6D4077 background

This text has black color on #6D4077 background.


White color preview on #6D4077 background

This text has white color on #6D4077 background.