COLOR #6E6D82

HEX: #6E6D82
RGB: (110,109,130)

Color info

#6E6D82 contains red, green and blue colors in about the same proportion. Web safe color of #6E6D82 is #666699 (or #669).

RGB color model

#6E6D82 color RGB value is (110,109,130).

  • red value is 110;
  • green value is 109;
  • blue value is 130.
RGB:
(110,109,130)
(43%,43%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 109 of 255 = 43%
B 130 of 255 = 51%

110
109
130

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

Portions of RGB colors in percentages

R + G + B =
110 + 109 + 130 = 349 (100%)
R 110 of 349 ~ 31.52%
G 109 of 349 ~ 31.23%
B 130 of 349 ~ 37.25%

%31.52
%31.23
%37.25

CMYK color model

#6E6D82 color CMYK value is (15,16,0,49).

  • cyan value is 15.38%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(15,16,0,49)
C15M16Y0K49 
(15%,16%,0%,49%)
(0.15/0.16/0.00/0.49)	

CMYK percentages

%15.38
%16.15
%0
%49.02

Codes

Color #6E6D82 in popluar color models

6E6D82
RGB110109130
HSL243°8.79%46.86%
HSB/HSV243°16.15%50.98%
CMYK15.38%16.15%0.00%
49.02%

Color #6E6D82 in popluar number systems.

HEX6E6D82
Decimal110109130
Binary1101110110110110000010
Octal156155202

Shades and tints

Shades of #6E6D82

#6E6D82
(110,109,130)
#646477
(100,100,119)
#5A5B6C
(90,91,108)
#505261
(80,82,97)
#464956
(70,73,86)
#3C404B
(60,64,75)
#323740
(50,55,64)
#282E35
(40,46,53)
#1E252A
(30,37,42)
#141C1F
(20,28,31)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #6E6D82

#6E6D82
(110,109,130)
#7B7A8D
(123,122,141)
#888798
(136,135,152)
#9594A3
(149,148,163)
#A2A1AE
(162,161,174)
#AFAEB9
(175,174,185)
#BCBBC4
(188,187,196)
#C9C8CF
(201,200,207)
#D6D5DA
(214,213,218)
#E3E2E5
(227,226,229)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6D82; }

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

This text font color is #6E6D82.


Background Color

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

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

This div background color is #6E6D82.


Border color

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

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

This div border color is #6E6D82.


Opacity

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

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

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

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

This text has shadow with #6E6D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6D82 on black background.


Color preview on white background

This text has color #6E6D82 on white background.



Black color preview on #6E6D82 background

This text has black color on #6E6D82 background.


White color preview on #6E6D82 background

This text has white color on #6E6D82 background.