COLOR #6F6A75

HEX: #6F6A75
RGB: (111,106,117)

Color info

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

RGB color model

#6F6A75 color RGB value is (111,106,117).

  • red value is 111;
  • green value is 106;
  • blue value is 117.
RGB:
(111,106,117)
(44%,42%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 117 of 255 = 46%

111
106
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 106 + 117 = 334 (100%)
R 111 of 334 ~ 33.23%
G 106 of 334 ~ 31.74%
B 117 of 334 ~ 35.03%

%33.23
%31.74
%35.03

CMYK color model

#6F6A75 color CMYK value is (5,9,0,54).

  • cyan value is 5.13%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(5,9,0,54)
C5M9Y0K54 
(5%,9%,0%,54%)
(0.05/0.09/0.00/0.54)	

CMYK percentages

%5.13
%9.4
%0
%54.12

Codes

Color #6F6A75 in popluar color models

6F6A75
RGB111106117
HSL267°4.93%43.73%
HSB/HSV267°9.40%45.88%
CMYK5.13%9.40%0.00%
54.12%

Color #6F6A75 in popluar number systems.

HEX6F6A75
Decimal111106117
Binary110111111010101110101
Octal157152165

Shades and tints

Shades of #6F6A75

#6F6A75
(111,106,117)
#65616B
(101,97,107)
#5B5861
(91,88,97)
#514F57
(81,79,87)
#47464D
(71,70,77)
#3D3D43
(61,61,67)
#333439
(51,52,57)
#292B2F
(41,43,47)
#1F2225
(31,34,37)
#15191B
(21,25,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #6F6A75

#6F6A75
(111,106,117)
#7C7781
(124,119,129)
#89848D
(137,132,141)
#969199
(150,145,153)
#A39EA5
(163,158,165)
#B0ABB1
(176,171,177)
#BDB8BD
(189,184,189)
#CAC5C9
(202,197,201)
#D7D2D5
(215,210,213)
#E4DFE1
(228,223,225)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6A75 color. Also use rgb(111,106,117) instead hex code.

Text Font Color

.myTextColor { color: #6F6A75; }

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

This text font color is #6F6A75.


Background Color

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

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

This div background color is #6F6A75.


Border color

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

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

This div border color is #6F6A75.


Opacity

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

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

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

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

This text has shadow with #6F6A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6A75 on black background.


Color preview on white background

This text has color #6F6A75 on white background.



Black color preview on #6F6A75 background

This text has black color on #6F6A75 background.


White color preview on #6F6A75 background

This text has white color on #6F6A75 background.