COLOR #6E9185

HEX: #6E9185
RGB: (110,145,133)

Color info

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

RGB color model

#6E9185 color RGB value is (110,145,133).

  • red value is 110;
  • green value is 145;
  • blue value is 133.
RGB:
(110,145,133)
(43%,57%,52%)

RGB channels and saturation

R 110 of 255 = 43%
G 145 of 255 = 57%
B 133 of 255 = 52%

110
145
133

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

Portions of RGB colors in percentages

R + G + B =
110 + 145 + 133 = 388 (100%)
R 110 of 388 ~ 28.35%
G 145 of 388 ~ 37.37%
B 133 of 388 ~ 34.28%

%28.35
%37.37
%34.28

CMYK color model

#6E9185 color CMYK value is (24,0,8,43).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 43.14%
CMYK:
(24,0,8,43)
C24M0Y8K43 
(24%,0%,8%,43%)
(0.24/0.00/0.08/0.43)	

CMYK percentages

%24.14
%0
%8.28
%43.14

Codes

Color #6E9185 in popluar color models

6E9185
RGB110145133
HSL159°13.73%50.00%
HSB/HSV159°24.14%56.86%
CMYK24.14%0.00%8.28%
43.14%

Color #6E9185 in popluar number systems.

HEX6E9185
Decimal110145133
Binary11011101001000110000101
Octal156221205

Shades and tints

Shades of #6E9185

#6E9185
(110,145,133)
#648479
(100,132,121)
#5A776D
(90,119,109)
#506A61
(80,106,97)
#465D55
(70,93,85)
#3C5049
(60,80,73)
#32433D
(50,67,61)
#283631
(40,54,49)
#1E2925
(30,41,37)
#141C19
(20,28,25)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #6E9185

#6E9185
(110,145,133)
#7B9B90
(123,155,144)
#88A59B
(136,165,155)
#95AFA6
(149,175,166)
#A2B9B1
(162,185,177)
#AFC3BC
(175,195,188)
#BCCDC7
(188,205,199)
#C9D7D2
(201,215,210)
#D6E1DD
(214,225,221)
#E3EBE8
(227,235,232)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9185; }

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

This text font color is #6E9185.


Background Color

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

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

This div background color is #6E9185.


Border color

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

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

This div border color is #6E9185.


Opacity

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

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

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

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

This text has shadow with #6E9185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9185 on black background.


Color preview on white background

This text has color #6E9185 on white background.



Black color preview on #6E9185 background

This text has black color on #6E9185 background.


White color preview on #6E9185 background

This text has white color on #6E9185 background.