COLOR #6F737B

HEX: #6F737B RGB: (111,115,123)

Color info

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

RGB color model

#6F737B color RGB value is (111,115,123).

RGB: (111,115,123) (44%, 45%, 48%)

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 123 of 255 = 48%

111
115
123

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

Portions of RGB colors in percentages

R + G + B = 111 + 115 + 123 = 349 (100%)
R 111 of 349 ~ 31.81%
G 115 of 349 ~ 32.95%
B 123 of 349 ~ 35.24'%

%31.81
%32.95
%35.24

CMYK color model

#6F737B color CMYK value is (10,7,0,52).

  • cyan value is 9.76%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (10,7,0,52)
C10M7Y0K52 (10%, 7%, 0%, 52%)
(0.10 / 0.07 / 0.00 / 0.52)

CMYK percentages

%9.76
%6.5
%0
%51.76

Codes

Color #6F737B in popluar color models

6F 73 7B
RGB 111 115 123
HSL 220° 5.13% 45.88%
HSB/HSV 220° 9.76% 48.24%
CMYK 9.76% 6.50% 0.00%
51.76%

Color #6F737B in popluar number systems.

HEX 6F 73 7B
Decimal 111 115 123
Binary 1101111 1110011 1111011
Octal 157 163 173

Shades and tints

Shades of #6F737B

#6F737B
(111,115,123)
#656970
(101,105,112)
#5B5F65
(91,95,101)
#51555A
(81,85,90)
#474B4F
(71,75,79)
#3D4144
(61,65,68)
#333739
(51,55,57)
#292D2E
(41,45,46)
#1F2323
(31,35,35)
#151918
(21,25,24)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #6F737B

#6F737B
(111,115,123)
#7C7F87
(124,127,135)
#898B93
(137,139,147)
#96979F
(150,151,159)
#A3A3AB
(163,163,171)
#B0AFB7
(176,175,183)
#BDBBC3
(189,187,195)
#CAC7CF
(202,199,207)
#D7D3DB
(215,211,219)
#E4DFE7
(228,223,231)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F737B; }

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

This text font color is #6F737B.

Background Color

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

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

This div background color is #6F737B.

Border color

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

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

This div border color is #6F737B.

Opacity

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

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

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

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

This text has shadow with #6F737B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F737B.

Preview

Color preview on black background

This text has color #6F737B on black background.


Color preview on white background

This text has color #6F737B on white background.


Black color preview on #6F737B background

This text has black color on #6F737B background.


White color preview on #6F737B background

This text has white color on #6F737B background.


Related colors

Complementary color

Complementary color for #hex is #908C84.


I love getcolorcode.com

Triadic colors

1 #7B6F73 and #737B6F with #6F737B are triadic colors.

2 #7B736F and #736F7B with #6F737B are triadic colors.