COLOR #6E6B6C

HEX: #6E6B6C RGB: (110,107,108)

Color info

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

RGB color model

#6E6B6C color RGB value is (110,107,108).

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

RGB channels and saturation

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

110
107
108

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

Portions of RGB colors in percentages

R + G + B = 110 + 107 + 108 = 325 (100%)
R 110 of 325 ~ 33.85%
G 107 of 325 ~ 32.92%
B 108 of 325 ~ 33.23'%

%33.85
%32.92
%33.23

CMYK color model

#6E6B6C color CMYK value is (0,3,2,57).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK: (0,3,2,57) C0M3Y2K57 (0%,3%,2%,57%) (0.00/0.03/0.02/0.57) 

CMYK percentages

%0
%2.73
%1.82
%56.86

Codes

Color #6E6B6C in popluar color models

6E 6B 6C
RGB 110 107 108
HSL 340° 1.38% 42.55%
HSB/HSV 340° 2.73% 43.14%
CMYK 0.00% 2.73% 1.82%
56.86%

Color #6E6B6C in popluar number systems.

HEX 6E 6B 6C
Decimal 110 107 108
Binary 1101110 1101011 1101100
Octal 156 153 154

Shades and tints

Shades of #6E6B6C

#6E6B6C
(110,107,108)
#646263
(100,98,99)
#5A595A
(90,89,90)
#505051
(80,80,81)
#464748
(70,71,72)
#3C3E3F
(60,62,63)
#323536
(50,53,54)
#282C2D
(40,44,45)
#1E2324
(30,35,36)
#141A1B
(20,26,27)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E6B6C

#6E6B6C
(110,107,108)
#7B7879
(123,120,121)
#888586
(136,133,134)
#959293
(149,146,147)
#A29FA0
(162,159,160)
#AFACAD
(175,172,173)
#BCB9BA
(188,185,186)
#C9C6C7
(201,198,199)
#D6D3D4
(214,211,212)
#E3E0E1
(227,224,225)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B6C; }

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

This text font color is #6E6B6C.

Background Color

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

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

This div background color is #6E6B6C.

Border color

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

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

This div border color is #6E6B6C.

Opacity

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

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

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

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

This text has shadow with #6E6B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6B6C.

Preview

Color preview on black background

This text has color #6E6B6C on black background.


Color preview on white background

This text has color #6E6B6C on white background.


Black color preview on #6E6B6C background

This text has black color on #6E6B6C background.


White color preview on #6E6B6C background

This text has white color on #6E6B6C background.


Related colors

Complementary color

Complementary color for #hex is #919493.


I love getcolorcode.com

Triadic colors

1 #6C6E6B and #6B6C6E with #6E6B6C are triadic colors.

2 #6C6B6E and #6B6E6C with #6E6B6C are triadic colors.