COLOR #6F5C6D

HEX: #6F5C6D RGB: (111,92,109)

Color info

#6F5C6D contains red, green and blue colors in about the same proportion. Web safe color of #6F5C6D is #666666 (or #666).

RGB color model

#6F5C6D color RGB value is (111,92,109).

RGB: (111,92,109) (44%, 36%, 43%)

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 109 of 255 = 43%

111
92
109

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

Portions of RGB colors in percentages

R + G + B = 111 + 92 + 109 = 312 (100%)
R 111 of 312 ~ 35.58%
G 92 of 312 ~ 29.49%
B 109 of 312 ~ 34.94'%

%35.58
%29.49
%34.94

CMYK color model

#6F5C6D color CMYK value is (0,17,2,56).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 1.80%
  • key color value is 56.47%

CMYK: (0,17,2,56)
C0M17Y2K56 (0%, 17%, 2%, 56%)
(0.00 / 0.17 / 0.02 / 0.56)

CMYK percentages

%0
%17.12
%1.8
%56.47

Codes

Color #6F5C6D in popluar color models

6F 5C 6D
RGB 111 92 109
HSL 306° 9.36% 39.80%
HSB/HSV 306° 17.12% 43.53%
CMYK 0.00% 17.12% 1.80%
56.47%

Color #6F5C6D in popluar number systems.

HEX 6F 5C 6D
Decimal 111 92 109
Binary 1101111 1011100 1101101
Octal 157 134 155

Shades and tints

Shades of #6F5C6D

#6F5C6D
(111,92,109)
#655464
(101,84,100)
#5B4C5B
(91,76,91)
#514452
(81,68,82)
#473C49
(71,60,73)
#3D3440
(61,52,64)
#332C37
(51,44,55)
#29242E
(41,36,46)
#1F1C25
(31,28,37)
#15141C
(21,20,28)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #6F5C6D

#6F5C6D
(111,92,109)
#7C6A7A
(124,106,122)
#897887
(137,120,135)
#968694
(150,134,148)
#A394A1
(163,148,161)
#B0A2AE
(176,162,174)
#BDB0BB
(189,176,187)
#CABEC8
(202,190,200)
#D7CCD5
(215,204,213)
#E4DAE2
(228,218,226)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5C6D; }

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

This text font color is #6F5C6D.

Background Color

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

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

This div background color is #6F5C6D.

Border color

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

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

This div border color is #6F5C6D.

Opacity

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

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

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

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

This text has shadow with #6F5C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5C6D.

Preview

Color preview on black background

This text has color #6F5C6D on black background.


Color preview on white background

This text has color #6F5C6D on white background.


Black color preview on #6F5C6D background

This text has black color on #6F5C6D background.


White color preview on #6F5C6D background

This text has white color on #6F5C6D background.


Related colors

Complementary color

Complementary color for #hex is #90A392.


I love getcolorcode.com

Triadic colors

1 #6D6F5C and #5C6D6F with #6F5C6D are triadic colors.

2 #6D5C6F and #5C6F6D with #6F5C6D are triadic colors.