COLOR #6F5B6E

HEX: #6F5B6E
RGB: (111,91,110)

Color info

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

RGB color model

#6F5B6E color RGB value is (111,91,110).

  • red value is 111;
  • green value is 91;
  • blue value is 110.
RGB:
(111,91,110)
(44%,36%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 91 of 255 = 36%
B 110 of 255 = 43%

111
91
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 91 + 110 = 312 (100%)
R 111 of 312 ~ 35.58%
G 91 of 312 ~ 29.17%
B 110 of 312 ~ 35.26%

%35.58
%29.17
%35.26

CMYK color model

#6F5B6E color CMYK value is (0,18,1,56).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(0,18,1,56)
C0M18Y1K56 
(0%,18%,1%,56%)
(0.00/0.18/0.01/0.56)	

CMYK percentages

%0
%18.02
%0.9
%56.47

Codes

Color #6F5B6E in popluar color models

6F5B6E
RGB11191110
HSL303°9.90%39.61%
HSB/HSV303°18.02%43.53%
CMYK0.00%18.02%0.90%
56.47%

Color #6F5B6E in popluar number systems.

HEX6F5B6E
Decimal11191110
Binary110111110110111101110
Octal157133156

Shades and tints

Shades of #6F5B6E

#6F5B6E
(111,91,110)
#655364
(101,83,100)
#5B4B5A
(91,75,90)
#514350
(81,67,80)
#473B46
(71,59,70)
#3D333C
(61,51,60)
#332B32
(51,43,50)
#292328
(41,35,40)
#1F1B1E
(31,27,30)
#151314
(21,19,20)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #6F5B6E

#6F5B6E
(111,91,110)
#7C697B
(124,105,123)
#897788
(137,119,136)
#968595
(150,133,149)
#A393A2
(163,147,162)
#B0A1AF
(176,161,175)
#BDAFBC
(189,175,188)
#CABDC9
(202,189,201)
#D7CBD6
(215,203,214)
#E4D9E3
(228,217,227)
#F1E7F0
(241,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5B6E color. Also use rgb(111,91,110) instead hex code.

Text Font Color

.myTextColor { color: #6F5B6E; }

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

This text font color is #6F5B6E.


Background Color

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

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

This div background color is #6F5B6E.


Border color

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

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

This div border color is #6F5B6E.


Opacity

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

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

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

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

This text has shadow with #6F5B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5B6E on black background.


Color preview on white background

This text has color #6F5B6E on white background.



Black color preview on #6F5B6E background

This text has black color on #6F5B6E background.


White color preview on #6F5B6E background

This text has white color on #6F5B6E background.