COLOR #6F5B74

HEX: #6F5B74
RGB: (111,91,116)

Color info

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

RGB color model

#6F5B74 color RGB value is (111,91,116).

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

RGB channels and saturation

R 111 of 255 = 44%
G 91 of 255 = 36%
B 116 of 255 = 45%

111
91
116

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

Portions of RGB colors in percentages

R + G + B =
111 + 91 + 116 = 318 (100%)
R 111 of 318 ~ 34.91%
G 91 of 318 ~ 28.62%
B 116 of 318 ~ 36.48%

%34.91
%28.62
%36.48

CMYK color model

#6F5B74 color CMYK value is (4,22,0,55).

  • cyan value is 4.31%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (4,22,0,55) C4M22Y0K55 (4%,22%,0%,55%) (0.04/0.22/0.00/0.55)

CMYK percentages

%4.31
%21.55
%0
%54.51

Codes

Color #6F5B74 in popluar color models

6F5B74
RGB11191116
HSL288°12.08%40.59%
HSB/HSV288°21.55%45.49%
CMYK4.31%21.55%0.00%
54.51%

Color #6F5B74 in popluar number systems.

HEX6F5B74
Decimal11191116
Binary110111110110111110100
Octal157133164

Shades and tints

Shades of #6F5B74

#6F5B74
(111,91,116)
#65536A
(101,83,106)
#5B4B60
(91,75,96)
#514356
(81,67,86)
#473B4C
(71,59,76)
#3D3342
(61,51,66)
#332B38
(51,43,56)
#29232E
(41,35,46)
#1F1B24
(31,27,36)
#15131A
(21,19,26)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #6F5B74

#6F5B74
(111,91,116)
#7C6980
(124,105,128)
#89778C
(137,119,140)
#968598
(150,133,152)
#A393A4
(163,147,164)
#B0A1B0
(176,161,176)
#BDAFBC
(189,175,188)
#CABDC8
(202,189,200)
#D7CBD4
(215,203,212)
#E4D9E0
(228,217,224)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5B74; }

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

This text font color is #6F5B74.


Background Color

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

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

This div background color is #6F5B74.


Border color

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

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

This div border color is #6F5B74.


Opacity

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

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

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

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

This text has shadow with #6F5B74 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F5B74 on black background.


Color preview on white background

This text has color #6F5B74 on white background.



Black color preview on #6F5B74 background

This text has black color on #6F5B74 background.


White color preview on #6F5B74 background

This text has white color on #6F5B74 background.