COLOR #6E6464

HEX: #6E6464 RGB: (110,100,100)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
100
100

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 100 = 310 (100%)
R 110 of 310 ~ 35.48%
G 100 of 310 ~ 32.26%
B 100 of 310 ~ 32.26'%

%35.48
%32.26
%32.26

CMYK color model

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

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

CMYK: (0,9,9,57)
C0M9Y9K57 (0%, 9%, 9%, 57%)
(0.00 / 0.09 / 0.09 / 0.57)

CMYK percentages

%0
%9.09
%9.09
%56.86

Codes

Color #6E6464 in popluar color models

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

Color #6E6464 in popluar number systems.

HEX 6E 64 64
Decimal 110 100 100
Binary 1101110 1100100 1100100
Octal 156 144 144

Shades and tints

Shades of #6E6464

#6E6464
(110,100,100)
#645B5B
(100,91,91)
#5A5252
(90,82,82)
#504949
(80,73,73)
#464040
(70,64,64)
#3C3737
(60,55,55)
#322E2E
(50,46,46)
#282525
(40,37,37)
#1E1C1C
(30,28,28)
#141313
(20,19,19)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E6464

#6E6464
(110,100,100)
#7B7272
(123,114,114)
#888080
(136,128,128)
#958E8E
(149,142,142)
#A29C9C
(162,156,156)
#AFAAAA
(175,170,170)
#BCB8B8
(188,184,184)
#C9C6C6
(201,198,198)
#D6D4D4
(214,212,212)
#E3E2E2
(227,226,226)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6464; }

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

This text font color is #6E6464.

Background Color

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

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

This div background color is #6E6464.

Border color

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

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

This div border color is #6E6464.

Opacity

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

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

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

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

This text has shadow with #6E6464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6464.

Preview

Color preview on black background

This text has color #6E6464 on black background.


Color preview on white background

This text has color #6E6464 on white background.


Black color preview on #6E6464 background

This text has black color on #6E6464 background.


White color preview on #6E6464 background

This text has white color on #6E6464 background.


Related colors

Complementary color

Complementary color for #hex is #919B9B.


I love getcolorcode.com