COLOR #6E6864

HEX: #6E6864
RGB: (110,104,100)

Color info

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

RGB color model

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

  • red value is 110;
  • green value is 104;
  • blue value is 100.
RGB:
(110,104,100)
(43%,41%,39%)

RGB channels and saturation

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

110
104
100

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

Portions of RGB colors in percentages

R + G + B =
110 + 104 + 100 = 314 (100%)
R 110 of 314 ~ 35.03%
G 104 of 314 ~ 33.12%
B 100 of 314 ~ 31.85%

%35.03
%33.12
%31.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 9.09%
  • key color value is 56.86%
CMYK:
(0,5,9,57)
C0M5Y9K57 
(0%,5%,9%,57%)
(0.00/0.05/0.09/0.57)	

CMYK percentages

%0
%5.45
%9.09
%56.86

Codes

Color #6E6864 in popluar color models

6E6864
RGB110104100
HSL24°4.76%41.18%
HSB/HSV24°9.09%43.14%
CMYK0.00%5.45%9.09%
56.86%

Color #6E6864 in popluar number systems.

HEX6E6864
Decimal110104100
Binary110111011010001100100
Octal156150144

Shades and tints

Shades of #6E6864

#6E6864
(110,104,100)
#645F5B
(100,95,91)
#5A5652
(90,86,82)
#504D49
(80,77,73)
#464440
(70,68,64)
#3C3B37
(60,59,55)
#32322E
(50,50,46)
#282925
(40,41,37)
#1E201C
(30,32,28)
#141713
(20,23,19)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #6E6864

#6E6864
(110,104,100)
#7B7572
(123,117,114)
#888280
(136,130,128)
#958F8E
(149,143,142)
#A29C9C
(162,156,156)
#AFA9AA
(175,169,170)
#BCB6B8
(188,182,184)
#C9C3C6
(201,195,198)
#D6D0D4
(214,208,212)
#E3DDE2
(227,221,226)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6864; }

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

This text font color is #6E6864.


Background Color

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

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

This div background color is #6E6864.


Border color

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

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

This div border color is #6E6864.


Opacity

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

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

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

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

This text has shadow with #6E6864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6864 on black background.


Color preview on white background

This text has color #6E6864 on white background.



Black color preview on #6E6864 background

This text has black color on #6E6864 background.


White color preview on #6E6864 background

This text has white color on #6E6864 background.