COLOR #6F5F6D

HEX: #6F5F6D
RGB: (111,95,109)

Color info

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

RGB color model

#6F5F6D color RGB value is (111,95,109).

  • red value is 111;
  • green value is 95;
  • blue value is 109.
RGB:
(111,95,109)
(44%,37%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 109 of 255 = 43%

111
95
109

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

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 109 = 315 (100%)
R 111 of 315 ~ 35.24%
G 95 of 315 ~ 30.16%
B 109 of 315 ~ 34.6%

%35.24
%30.16
%34.6

CMYK color model

#6F5F6D color CMYK value is (0,14,2,56).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(0,14,2,56)
C0M14Y2K56 
(0%,14%,2%,56%)
(0.00/0.14/0.02/0.56)	

CMYK percentages

%0
%14.41
%1.8
%56.47

Codes

Color #6F5F6D in popluar color models

6F5F6D
RGB11195109
HSL308°7.77%40.39%
HSB/HSV308°14.41%43.53%
CMYK0.00%14.41%1.80%
56.47%

Color #6F5F6D in popluar number systems.

HEX6F5F6D
Decimal11195109
Binary110111110111111101101
Octal157137155

Shades and tints

Shades of #6F5F6D

#6F5F6D
(111,95,109)
#655764
(101,87,100)
#5B4F5B
(91,79,91)
#514752
(81,71,82)
#473F49
(71,63,73)
#3D3740
(61,55,64)
#332F37
(51,47,55)
#29272E
(41,39,46)
#1F1F25
(31,31,37)
#15171C
(21,23,28)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #6F5F6D

#6F5F6D
(111,95,109)
#7C6D7A
(124,109,122)
#897B87
(137,123,135)
#968994
(150,137,148)
#A397A1
(163,151,161)
#B0A5AE
(176,165,174)
#BDB3BB
(189,179,187)
#CAC1C8
(202,193,200)
#D7CFD5
(215,207,213)
#E4DDE2
(228,221,226)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5F6D; }

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

This text font color is #6F5F6D.


Background Color

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

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

This div background color is #6F5F6D.


Border color

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

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

This div border color is #6F5F6D.


Opacity

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

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

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

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

This text has shadow with #6F5F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5F6D on black background.


Color preview on white background

This text has color #6F5F6D on white background.



Black color preview on #6F5F6D background

This text has black color on #6F5F6D background.


White color preview on #6F5F6D background

This text has white color on #6F5F6D background.