COLOR #6F4D5E

HEX: #6F4D5E RGB: (111,77,94)

Color info

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

RGB color model

#6F4D5E color RGB value is (111,77,94).

RGB: (111,77,94) (44%, 30%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 77 of 255 = 30%
B 94 of 255 = 37%

111
77
94

R + G + B ~ 37%. #6F4D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 77 + 94 = 282 (100%)
R 111 of 282 ~ 39.36%
G 77 of 282 ~ 27.3%
B 94 of 282 ~ 33.33'%

%39.36
%27.3
%33.33

CMYK color model

#6F4D5E color CMYK value is (0,31,15,56).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 15.32%
  • key color value is 56.47%

CMYK: (0,31,15,56)
C0M31Y15K56 (0%, 31%, 15%, 56%)
(0.00 / 0.31 / 0.15 / 0.56)

CMYK percentages

%0
%30.63
%15.32
%56.47

Codes

Color #6F4D5E in popluar color models

6F 4D 5E
RGB 111 77 94
HSL 330° 18.09% 36.86%
HSB/HSV 330° 30.63% 43.53%
CMYK 0.00% 30.63% 15.32%
56.47%

Color #6F4D5E in popluar number systems.

HEX 6F 4D 5E
Decimal 111 77 94
Binary 1101111 1001101 1011110
Octal 157 115 136

Shades and tints

Shades of #6F4D5E

#6F4D5E
(111,77,94)
#654656
(101,70,86)
#5B3F4E
(91,63,78)
#513846
(81,56,70)
#47313E
(71,49,62)
#3D2A36
(61,42,54)
#33232E
(51,35,46)
#291C26
(41,28,38)
#1F151E
(31,21,30)
#150E16
(21,14,22)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #6F4D5E

#6F4D5E
(111,77,94)
#7C5D6C
(124,93,108)
#896D7A
(137,109,122)
#967D88
(150,125,136)
#A38D96
(163,141,150)
#B09DA4
(176,157,164)
#BDADB2
(189,173,178)
#CABDC0
(202,189,192)
#D7CDCE
(215,205,206)
#E4DDDC
(228,221,220)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4D5E; }

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

This text font color is #6F4D5E.

Background Color

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

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

This div background color is #6F4D5E.

Border color

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

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

This div border color is #6F4D5E.

Opacity

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

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

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

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

This text has shadow with #6F4D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4D5E.

Preview

Color preview on black background

This text has color #6F4D5E on black background.


Color preview on white background

This text has color #6F4D5E on white background.


Black color preview on #6F4D5E background

This text has black color on #6F4D5E background.


White color preview on #6F4D5E background

This text has white color on #6F4D5E background.


Related colors

Complementary color

Complementary color for #hex is #90B2A1.


I love getcolorcode.com

Triadic colors

1 #5E6F4D and #4D5E6F with #6F4D5E are triadic colors.

2 #5E4D6F and #4D6F5E with #6F4D5E are triadic colors.