COLOR #6E6664

HEX: #6E6664
RGB: (110,102,100)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
102
100

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 100 = 312 (100%)
R 110 of 312 ~ 35.26%
G 102 of 312 ~ 32.69%
B 100 of 312 ~ 32.05%

%35.26
%32.69
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 9.09%
  • key color value is 56.86%
CMYK:
(0,7,9,57)
C0M7Y9K57 
(0%,7%,9%,57%)
(0.00/0.07/0.09/0.57)	

CMYK percentages

%0
%7.27
%9.09
%56.86

Codes

Color #6E6664 in popluar color models

6E6664
RGB110102100
HSL12°4.76%41.18%
HSB/HSV12°9.09%43.14%
CMYK0.00%7.27%9.09%
56.86%

Color #6E6664 in popluar number systems.

HEX6E6664
Decimal110102100
Binary110111011001101100100
Octal156146144

Shades and tints

Shades of #6E6664

#6E6664
(110,102,100)
#645D5B
(100,93,91)
#5A5452
(90,84,82)
#504B49
(80,75,73)
#464240
(70,66,64)
#3C3937
(60,57,55)
#32302E
(50,48,46)
#282725
(40,39,37)
#1E1E1C
(30,30,28)
#141513
(20,21,19)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E6664

#6E6664
(110,102,100)
#7B7372
(123,115,114)
#888080
(136,128,128)
#958D8E
(149,141,142)
#A29A9C
(162,154,156)
#AFA7AA
(175,167,170)
#BCB4B8
(188,180,184)
#C9C1C6
(201,193,198)
#D6CED4
(214,206,212)
#E3DBE2
(227,219,226)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6664; }

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

This text font color is #6E6664.


Background Color

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

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

This div background color is #6E6664.


Border color

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

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

This div border color is #6E6664.


Opacity

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

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

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

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

This text has shadow with #6E6664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6664 on black background.


Color preview on white background

This text has color #6E6664 on white background.



Black color preview on #6E6664 background

This text has black color on #6E6664 background.


White color preview on #6E6664 background

This text has white color on #6E6664 background.