COLOR #6F6D7B

HEX: #6F6D7B
RGB: (111,109,123)

Color info

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

RGB color model

#6F6D7B color RGB value is (111,109,123).

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

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 123 of 255 = 48%

111
109
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 109 + 123 = 343 (100%)
R 111 of 343 ~ 32.36%
G 109 of 343 ~ 31.78%
B 123 of 343 ~ 35.86%

%32.36
%31.78
%35.86

CMYK color model

#6F6D7B color CMYK value is (10,11,0,52).

  • cyan value is 9.76%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(10,11,0,52)
C10M11Y0K52 
(10%,11%,0%,52%)
(0.10/0.11/0.00/0.52)	

CMYK percentages

%9.76
%11.38
%0
%51.76

Codes

Color #6F6D7B in popluar color models

6F6D7B
RGB111109123
HSL249°6.03%45.49%
HSB/HSV249°11.38%48.24%
CMYK9.76%11.38%0.00%
51.76%

Color #6F6D7B in popluar number systems.

HEX6F6D7B
Decimal111109123
Binary110111111011011111011
Octal157155173

Shades and tints

Shades of #6F6D7B

#6F6D7B
(111,109,123)
#656470
(101,100,112)
#5B5B65
(91,91,101)
#51525A
(81,82,90)
#47494F
(71,73,79)
#3D4044
(61,64,68)
#333739
(51,55,57)
#292E2E
(41,46,46)
#1F2523
(31,37,35)
#151C18
(21,28,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6F6D7B

#6F6D7B
(111,109,123)
#7C7A87
(124,122,135)
#898793
(137,135,147)
#96949F
(150,148,159)
#A3A1AB
(163,161,171)
#B0AEB7
(176,174,183)
#BDBBC3
(189,187,195)
#CAC8CF
(202,200,207)
#D7D5DB
(215,213,219)
#E4E2E7
(228,226,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6D7B; }

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

This text font color is #6F6D7B.


Background Color

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

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

This div background color is #6F6D7B.


Border color

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

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

This div border color is #6F6D7B.


Opacity

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

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

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

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

This text has shadow with #6F6D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6D7B on black background.


Color preview on white background

This text has color #6F6D7B on white background.



Black color preview on #6F6D7B background

This text has black color on #6F6D7B background.


White color preview on #6F6D7B background

This text has white color on #6F6D7B background.