COLOR #6E6564

HEX: #6E6564 RGB: (110,101,100)

Color info

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

RGB color model

#6E6564 color RGB value is (110,101,100).

RGB: (110,101,100) (43%, 40%, 39%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 100 of 255 = 39%

110
101
100

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

Portions of RGB colors in percentages

R + G + B = 110 + 101 + 100 = 311 (100%)
R 110 of 311 ~ 35.37%
G 101 of 311 ~ 32.48%
B 100 of 311 ~ 32.15'%

%35.37
%32.48
%32.15

CMYK color model

#6E6564 color CMYK value is (0,8,9,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 9.09%
  • key color value is 56.86%

CMYK: (0,8,9,57)
C0M8Y9K57 (0%, 8%, 9%, 57%)
(0.00 / 0.08 / 0.09 / 0.57)

CMYK percentages

%0
%8.18
%9.09
%56.86

Codes

Color #6E6564 in popluar color models

6E 65 64
RGB 110 101 100
HSL 4.76% 41.18%
HSB/HSV 9.09% 43.14%
CMYK 0.00% 8.18% 9.09%
56.86%

Color #6E6564 in popluar number systems.

HEX 6E 65 64
Decimal 110 101 100
Binary 1101110 1100101 1100100
Octal 156 145 144

Shades and tints

Shades of #6E6564

#6E6564
(110,101,100)
#645C5B
(100,92,91)
#5A5352
(90,83,82)
#504A49
(80,74,73)
#464140
(70,65,64)
#3C3837
(60,56,55)
#322F2E
(50,47,46)
#282625
(40,38,37)
#1E1D1C
(30,29,28)
#141413
(20,20,19)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #6E6564

#6E6564
(110,101,100)
#7B7372
(123,115,114)
#888180
(136,129,128)
#958F8E
(149,143,142)
#A29D9C
(162,157,156)
#AFABAA
(175,171,170)
#BCB9B8
(188,185,184)
#C9C7C6
(201,199,198)
#D6D5D4
(214,213,212)
#E3E3E2
(227,227,226)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6564 color. Also use rgb(110,101,100) instead hex code.

Text Font Color

.myTextColor { color: #6E6564; }

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

This text font color is #6E6564.

Background Color

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

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

This div background color is #6E6564.

Border color

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

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

This div border color is #6E6564.

Opacity

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

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

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

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

This text has shadow with #6E6564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6564.

Preview

Color preview on black background

This text has color #6E6564 on black background.


Color preview on white background

This text has color #6E6564 on white background.


Black color preview on #6E6564 background

This text has black color on #6E6564 background.


White color preview on #6E6564 background

This text has white color on #6E6564 background.


Related colors

Complementary color

Complementary color for #hex is #919A9B.


I love getcolorcode.com

Triadic colors

1 #646E65 and #65646E with #6E6564 are triadic colors.

2 #64656E and #656E64 with #6E6564 are triadic colors.