COLOR #6F4D77

HEX: #6F4D77
RGB: (111,77,119)

Color info

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

RGB color model

#6F4D77 color RGB value is (111,77,119).

  • red value is 111;
  • green value is 77;
  • blue value is 119.
RGB:
(111,77,119)
(44%,30%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 77 of 255 = 30%
B 119 of 255 = 47%

111
77
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 77 + 119 = 307 (100%)
R 111 of 307 ~ 36.16%
G 77 of 307 ~ 25.08%
B 119 of 307 ~ 38.76%

%36.16
%25.08
%38.76

CMYK color model

#6F4D77 color CMYK value is (7,35,0,53).

  • cyan value is 6.72%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(7,35,0,53)
C7M35Y0K53 
(7%,35%,0%,53%)
(0.07/0.35/0.00/0.53)	

CMYK percentages

%6.72
%35.29
%0
%53.33

Codes

Color #6F4D77 in popluar color models

6F4D77
RGB11177119
HSL289°21.43%38.43%
HSB/HSV289°35.29%46.67%
CMYK6.72%35.29%0.00%
53.33%

Color #6F4D77 in popluar number systems.

HEX6F4D77
Decimal11177119
Binary110111110011011110111
Octal157115167

Shades and tints

Shades of #6F4D77

#6F4D77
(111,77,119)
#65466D
(101,70,109)
#5B3F63
(91,63,99)
#513859
(81,56,89)
#47314F
(71,49,79)
#3D2A45
(61,42,69)
#33233B
(51,35,59)
#291C31
(41,28,49)
#1F1527
(31,21,39)
#150E1D
(21,14,29)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #6F4D77

#6F4D77
(111,77,119)
#7C5D83
(124,93,131)
#896D8F
(137,109,143)
#967D9B
(150,125,155)
#A38DA7
(163,141,167)
#B09DB3
(176,157,179)
#BDADBF
(189,173,191)
#CABDCB
(202,189,203)
#D7CDD7
(215,205,215)
#E4DDE3
(228,221,227)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4D77 color. Also use rgb(111,77,119) instead hex code.

Text Font Color

.myTextColor { color: #6F4D77; }

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

This text font color is #6F4D77.


Background Color

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

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

This div background color is #6F4D77.


Border color

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

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

This div border color is #6F4D77.


Opacity

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

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

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

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

This text has shadow with #6F4D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4D77 on black background.


Color preview on white background

This text has color #6F4D77 on white background.



Black color preview on #6F4D77 background

This text has black color on #6F4D77 background.


White color preview on #6F4D77 background

This text has white color on #6F4D77 background.