COLOR #6F767B

HEX: #6F767B
RGB: (111,118,123)

Color info

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

RGB color model

#6F767B color RGB value is (111,118,123).

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

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 123 of 255 = 48%

111
118
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 118 + 123 = 352 (100%)
R 111 of 352 ~ 31.53%
G 118 of 352 ~ 33.52%
B 123 of 352 ~ 34.94%

%31.53
%33.52
%34.94

CMYK color model

#6F767B color CMYK value is (10,4,0,52).

  • cyan value is 9.76%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(10,4,0,52)
C10M4Y0K52 
(10%,4%,0%,52%)
(0.10/0.04/0.00/0.52)	

CMYK percentages

%9.76
%4.07
%0
%51.76

Codes

Color #6F767B in popluar color models

6F767B
RGB111118123
HSL205°5.13%45.88%
HSB/HSV205°9.76%48.24%
CMYK9.76%4.07%0.00%
51.76%

Color #6F767B in popluar number systems.

HEX6F767B
Decimal111118123
Binary110111111101101111011
Octal157166173

Shades and tints

Shades of #6F767B

#6F767B
(111,118,123)
#656C70
(101,108,112)
#5B6265
(91,98,101)
#51585A
(81,88,90)
#474E4F
(71,78,79)
#3D4444
(61,68,68)
#333A39
(51,58,57)
#29302E
(41,48,46)
#1F2623
(31,38,35)
#151C18
(21,28,24)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #6F767B

#6F767B
(111,118,123)
#7C8287
(124,130,135)
#898E93
(137,142,147)
#969A9F
(150,154,159)
#A3A6AB
(163,166,171)
#B0B2B7
(176,178,183)
#BDBEC3
(189,190,195)
#CACACF
(202,202,207)
#D7D6DB
(215,214,219)
#E4E2E7
(228,226,231)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F767B; }

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

This text font color is #6F767B.


Background Color

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

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

This div background color is #6F767B.


Border color

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

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

This div border color is #6F767B.


Opacity

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

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

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

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

This text has shadow with #6F767B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F767B on black background.


Color preview on white background

This text has color #6F767B on white background.



Black color preview on #6F767B background

This text has black color on #6F767B background.


White color preview on #6F767B background

This text has white color on #6F767B background.