COLOR #6E696C

HEX: #6E696C RGB: (110,105,108)

Color info

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

RGB color model

#6E696C color RGB value is (110,105,108).

RGB: (110,105,108) (43%, 41%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 108 of 255 = 42%

110
105
108

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 108 = 323 (100%)
R 110 of 323 ~ 34.06%
G 105 of 323 ~ 32.51%
B 108 of 323 ~ 33.44'%

%34.06
%32.51
%33.44

CMYK color model

#6E696C color CMYK value is (0,5,2,57).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 1.82%
  • key color value is 56.86%

CMYK: (0,5,2,57)
C0M5Y2K57 (0%, 5%, 2%, 57%)
(0.00 / 0.05 / 0.02 / 0.57)

CMYK percentages

%0
%4.55
%1.82
%56.86

Codes

Color #6E696C in popluar color models

6E 69 6C
RGB 110 105 108
HSL 324° 2.33% 42.16%
HSB/HSV 324° 4.55% 43.14%
CMYK 0.00% 4.55% 1.82%
56.86%

Color #6E696C in popluar number systems.

HEX 6E 69 6C
Decimal 110 105 108
Binary 1101110 1101001 1101100
Octal 156 151 154

Shades and tints

Shades of #6E696C

#6E696C
(110,105,108)
#646063
(100,96,99)
#5A575A
(90,87,90)
#504E51
(80,78,81)
#464548
(70,69,72)
#3C3C3F
(60,60,63)
#323336
(50,51,54)
#282A2D
(40,42,45)
#1E2124
(30,33,36)
#14181B
(20,24,27)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #6E696C

#6E696C
(110,105,108)
#7B7679
(123,118,121)
#888386
(136,131,134)
#959093
(149,144,147)
#A29DA0
(162,157,160)
#AFAAAD
(175,170,173)
#BCB7BA
(188,183,186)
#C9C4C7
(201,196,199)
#D6D1D4
(214,209,212)
#E3DEE1
(227,222,225)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E696C; }

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

This text font color is #6E696C.

Background Color

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

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

This div background color is #6E696C.

Border color

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

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

This div border color is #6E696C.

Opacity

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

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

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

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

This text has shadow with #6E696C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E696C.

Preview

Color preview on black background

This text has color #6E696C on black background.


Color preview on white background

This text has color #6E696C on white background.


Black color preview on #6E696C background

This text has black color on #6E696C background.


White color preview on #6E696C background

This text has white color on #6E696C background.


Related colors

Complementary color

Complementary color for #hex is #919693.


I love getcolorcode.com

Triadic colors

1 #6C6E69 and #696C6E with #6E696C are triadic colors.

2 #6C696E and #696E6C with #6E696C are triadic colors.