COLOR #6E9582

HEX: #6E9582
RGB: (110,149,130)

Color info

#6E9582 contains red, green and blue colors in about the same proportion. Web safe color of #6E9582 is #669999 (or #699).

RGB color model

#6E9582 color RGB value is (110,149,130).

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

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 130 of 255 = 51%

110
149
130

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

Portions of RGB colors in percentages

R + G + B =
110 + 149 + 130 = 389 (100%)
R 110 of 389 ~ 28.28%
G 149 of 389 ~ 38.3%
B 130 of 389 ~ 33.42%

%28.28
%38.3
%33.42

CMYK color model

#6E9582 color CMYK value is (26,0,13,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(26,0,13,42)
C26M0Y13K42 
(26%,0%,13%,42%)
(0.26/0.00/0.13/0.42)	

CMYK percentages

%26.17
%0
%12.75
%41.57

Codes

Color #6E9582 in popluar color models

6E9582
RGB110149130
HSL151°15.54%50.78%
HSB/HSV151°26.17%58.43%
CMYK26.17%0.00%12.75%
41.57%

Color #6E9582 in popluar number systems.

HEX6E9582
Decimal110149130
Binary11011101001010110000010
Octal156225202

Shades and tints

Shades of #6E9582

#6E9582
(110,149,130)
#648877
(100,136,119)
#5A7B6C
(90,123,108)
#506E61
(80,110,97)
#466156
(70,97,86)
#3C544B
(60,84,75)
#324740
(50,71,64)
#283A35
(40,58,53)
#1E2D2A
(30,45,42)
#14201F
(20,32,31)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #6E9582

#6E9582
(110,149,130)
#7B9E8D
(123,158,141)
#88A798
(136,167,152)
#95B0A3
(149,176,163)
#A2B9AE
(162,185,174)
#AFC2B9
(175,194,185)
#BCCBC4
(188,203,196)
#C9D4CF
(201,212,207)
#D6DDDA
(214,221,218)
#E3E6E5
(227,230,229)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9582; }

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

This text font color is #6E9582.


Background Color

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

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

This div background color is #6E9582.


Border color

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

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

This div border color is #6E9582.


Opacity

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

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

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

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

This text has shadow with #6E9582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9582 on black background.


Color preview on white background

This text has color #6E9582 on white background.



Black color preview on #6E9582 background

This text has black color on #6E9582 background.


White color preview on #6E9582 background

This text has white color on #6E9582 background.