COLOR #6E6A6C

HEX: #6E6A6C RGB: (110,106,108)

Color info

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

RGB color model

#6E6A6C color RGB value is (110,106,108).

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

RGB channels and saturation

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

110
106
108

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

Portions of RGB colors in percentages

R + G + B = 110 + 106 + 108 = 324 (100%)
R 110 of 324 ~ 33.95%
G 106 of 324 ~ 32.72%
B 108 of 324 ~ 33.33'%

%33.95
%32.72
%33.33

CMYK color model

#6E6A6C color CMYK value is (0,4,2,57).

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

CMYK: (0,4,2,57)
C0M4Y2K57 (0%, 4%, 2%, 57%)
(0.00 / 0.04 / 0.02 / 0.57)

CMYK percentages

%0
%3.64
%1.82
%56.86

Codes

Color #6E6A6C in popluar color models

6E 6A 6C
RGB 110 106 108
HSL 330° 1.85% 42.35%
HSB/HSV 330° 3.64% 43.14%
CMYK 0.00% 3.64% 1.82%
56.86%

Color #6E6A6C in popluar number systems.

HEX 6E 6A 6C
Decimal 110 106 108
Binary 1101110 1101010 1101100
Octal 156 152 154

Shades and tints

Shades of #6E6A6C

#6E6A6C
(110,106,108)
#646163
(100,97,99)
#5A585A
(90,88,90)
#504F51
(80,79,81)
#464648
(70,70,72)
#3C3D3F
(60,61,63)
#323436
(50,52,54)
#282B2D
(40,43,45)
#1E2224
(30,34,36)
#14191B
(20,25,27)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6E6A6C

#6E6A6C
(110,106,108)
#7B7779
(123,119,121)
#888486
(136,132,134)
#959193
(149,145,147)
#A29EA0
(162,158,160)
#AFABAD
(175,171,173)
#BCB8BA
(188,184,186)
#C9C5C7
(201,197,199)
#D6D2D4
(214,210,212)
#E3DFE1
(227,223,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6A6C; }

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

This text font color is #6E6A6C.

Background Color

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

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

This div background color is #6E6A6C.

Border color

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

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

This div border color is #6E6A6C.

Opacity

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

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

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

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

This text has shadow with #6E6A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6A6C.

Preview

Color preview on black background

This text has color #6E6A6C on black background.


Color preview on white background

This text has color #6E6A6C on white background.


Black color preview on #6E6A6C background

This text has black color on #6E6A6C background.


White color preview on #6E6A6C background

This text has white color on #6E6A6C background.


Related colors

Complementary color

Complementary color for #hex is #919593.


I love getcolorcode.com

Triadic colors

1 #6C6E6A and #6A6C6E with #6E6A6C are triadic colors.

2 #6C6A6E and #6A6E6C with #6E6A6C are triadic colors.