COLOR #6B6E74

HEX: #6B6E74
RGB: (107,110,116)

Color info

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

RGB color model

#6B6E74 color RGB value is (107,110,116).

  • red value is 107;
  • green value is 110;
  • blue value is 116.
RGB:
(107,110,116)
(42%,43%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 110 of 255 = 43%
B 116 of 255 = 45%

107
110
116

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

Portions of RGB colors in percentages

R + G + B =
107 + 110 + 116 = 333 (100%)
R 107 of 333 ~ 32.13%
G 110 of 333 ~ 33.03%
B 116 of 333 ~ 34.83%

%32.13
%33.03
%34.83

CMYK color model

#6B6E74 color CMYK value is (8,5,0,55).

  • cyan value is 7.76%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(8,5,0,55)
C8M5Y0K55 
(8%,5%,0%,55%)
(0.08/0.05/0.00/0.55)	

CMYK percentages

%7.76
%5.17
%0
%54.51

Codes

Color #6B6E74 in popluar color models

6B6E74
RGB107110116
HSL220°4.04%43.73%
HSB/HSV220°7.76%45.49%
CMYK7.76%5.17%0.00%
54.51%

Color #6B6E74 in popluar number systems.

HEX6B6E74
Decimal107110116
Binary110101111011101110100
Octal153156164

Shades and tints

Shades of #6B6E74

#6B6E74
(107,110,116)
#62646A
(98,100,106)
#595A60
(89,90,96)
#505056
(80,80,86)
#47464C
(71,70,76)
#3E3C42
(62,60,66)
#353238
(53,50,56)
#2C282E
(44,40,46)
#231E24
(35,30,36)
#1A141A
(26,20,26)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #6B6E74

#6B6E74
(107,110,116)
#787B80
(120,123,128)
#85888C
(133,136,140)
#929598
(146,149,152)
#9FA2A4
(159,162,164)
#ACAFB0
(172,175,176)
#B9BCBC
(185,188,188)
#C6C9C8
(198,201,200)
#D3D6D4
(211,214,212)
#E0E3E0
(224,227,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6E74 color. Also use rgb(107,110,116) instead hex code.

Text Font Color

.myTextColor { color: #6B6E74; }

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

This text font color is #6B6E74.


Background Color

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

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

This div background color is #6B6E74.


Border color

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

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

This div border color is #6B6E74.


Opacity

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

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

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

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

This text has shadow with #6B6E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6E74 on black background.


Color preview on white background

This text has color #6B6E74 on white background.



Black color preview on #6B6E74 background

This text has black color on #6B6E74 background.


White color preview on #6B6E74 background

This text has white color on #6B6E74 background.