COLOR #6B6E6D

HEX: #6B6E6D RGB: (107,110,109)

Color info

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

RGB color model

#6B6E6D color RGB value is (107,110,109).

RGB: (107,110,109) (42%, 43%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 110 of 255 = 43%
B 109 of 255 = 43%

107
110
109

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

Portions of RGB colors in percentages

R + G + B = 107 + 110 + 109 = 326 (100%)
R 107 of 326 ~ 32.82%
G 110 of 326 ~ 33.74%
B 109 of 326 ~ 33.44'%

%32.82
%33.74
%33.44

CMYK color model

#6B6E6D color CMYK value is (3,0,1,57).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 56.86%

CMYK: (3,0,1,57)
C3M0Y1K57 (3%, 0%, 1%, 57%)
(0.03 / 0.00 / 0.01 / 0.57)

CMYK percentages

%2.73
%0
%0.91
%56.86

Codes

Color #6B6E6D in popluar color models

6B 6E 6D
RGB 107 110 109
HSL 160° 1.38% 42.55%
HSB/HSV 160° 2.73% 43.14%
CMYK 2.73% 0.00% 0.91%
56.86%

Color #6B6E6D in popluar number systems.

HEX 6B 6E 6D
Decimal 107 110 109
Binary 1101011 1101110 1101101
Octal 153 156 155

Shades and tints

Shades of #6B6E6D

#6B6E6D
(107,110,109)
#626464
(98,100,100)
#595A5B
(89,90,91)
#505052
(80,80,82)
#474649
(71,70,73)
#3E3C40
(62,60,64)
#353237
(53,50,55)
#2C282E
(44,40,46)
#231E25
(35,30,37)
#1A141C
(26,20,28)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #6B6E6D

#6B6E6D
(107,110,109)
#787B7A
(120,123,122)
#858887
(133,136,135)
#929594
(146,149,148)
#9FA2A1
(159,162,161)
#ACAFAE
(172,175,174)
#B9BCBB
(185,188,187)
#C6C9C8
(198,201,200)
#D3D6D5
(211,214,213)
#E0E3E2
(224,227,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6E6D; }

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

This text font color is #6B6E6D.

Background Color

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

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

This div background color is #6B6E6D.

Border color

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

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

This div border color is #6B6E6D.

Opacity

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

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

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

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

This text has shadow with #6B6E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6E6D.

Preview

Color preview on black background

This text has color #6B6E6D on black background.


Color preview on white background

This text has color #6B6E6D on white background.


Black color preview on #6B6E6D background

This text has black color on #6B6E6D background.


White color preview on #6B6E6D background

This text has white color on #6B6E6D background.


Related colors

Complementary color

Complementary color for #hex is #949192.


I love getcolorcode.com

Triadic colors

1 #6D6B6E and #6E6D6B with #6B6E6D are triadic colors.

2 #6D6E6B and #6E6B6D with #6B6E6D are triadic colors.