COLOR #6E6B6F

HEX: #6E6B6F RGB: (110,107,111)

Color info

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

RGB color model

#6E6B6F color RGB value is (110,107,111).

RGB: (110,107,111) (43%, 42%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 111 of 255 = 44%

110
107
111

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

Portions of RGB colors in percentages

R + G + B = 110 + 107 + 111 = 328 (100%)
R 110 of 328 ~ 33.54%
G 107 of 328 ~ 32.62%
B 111 of 328 ~ 33.84'%

%33.54
%32.62
%33.84

CMYK color model

#6E6B6F color CMYK value is (1,4,0,56).

  • cyan value is 0.90%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (1,4,0,56)
C1M4Y0K56 (1%, 4%, 0%, 56%)
(0.01 / 0.04 / 0.00 / 0.56)

CMYK percentages

%0.9
%3.6
%0
%56.47

Codes

Color #6E6B6F in popluar color models

6E 6B 6F
RGB 110 107 111
HSL 285° 1.83% 42.75%
HSB/HSV 285° 3.60% 43.53%
CMYK 0.90% 3.60% 0.00%
56.47%

Color #6E6B6F in popluar number systems.

HEX 6E 6B 6F
Decimal 110 107 111
Binary 1101110 1101011 1101111
Octal 156 153 157

Shades and tints

Shades of #6E6B6F

#6E6B6F
(110,107,111)
#646265
(100,98,101)
#5A595B
(90,89,91)
#505051
(80,80,81)
#464747
(70,71,71)
#3C3E3D
(60,62,61)
#323533
(50,53,51)
#282C29
(40,44,41)
#1E231F
(30,35,31)
#141A15
(20,26,21)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E6B6F

#6E6B6F
(110,107,111)
#7B787C
(123,120,124)
#888589
(136,133,137)
#959296
(149,146,150)
#A29FA3
(162,159,163)
#AFACB0
(175,172,176)
#BCB9BD
(188,185,189)
#C9C6CA
(201,198,202)
#D6D3D7
(214,211,215)
#E3E0E4
(227,224,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B6F; }

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

This text font color is #6E6B6F.

Background Color

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

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

This div background color is #6E6B6F.

Border color

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

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

This div border color is #6E6B6F.

Opacity

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

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

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

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

This text has shadow with #6E6B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6B6F.

Preview

Color preview on black background

This text has color #6E6B6F on black background.


Color preview on white background

This text has color #6E6B6F on white background.


Black color preview on #6E6B6F background

This text has black color on #6E6B6F background.


White color preview on #6E6B6F background

This text has white color on #6E6B6F background.


Related colors

Complementary color

Complementary color for #hex is #919490.


I love getcolorcode.com

Triadic colors

1 #6F6E6B and #6B6F6E with #6E6B6F are triadic colors.

2 #6F6B6E and #6B6E6F with #6E6B6F are triadic colors.