COLOR #6E938A

HEX: #6E938A
RGB: (110,147,138)

Color info

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

RGB color model

#6E938A color RGB value is (110,147,138).

  • red value is 110;
  • green value is 147;
  • blue value is 138.
RGB:
(110,147,138)
(43%,58%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 147 of 255 = 58%
B 138 of 255 = 54%

110
147
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 147 + 138 = 395 (100%)
R 110 of 395 ~ 27.85%
G 147 of 395 ~ 37.22%
B 138 of 395 ~ 34.94%

%27.85
%37.22
%34.94

CMYK color model

#6E938A color CMYK value is (25,0,6,42).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 42.35%
CMYK:
(25,0,6,42)
C25M0Y6K42 
(25%,0%,6%,42%)
(0.25/0.00/0.06/0.42)	

CMYK percentages

%25.17
%0
%6.12
%42.35

Codes

Color #6E938A in popluar color models

6E938A
RGB110147138
HSL165°14.62%50.39%
HSB/HSV165°25.17%57.65%
CMYK25.17%0.00%6.12%
42.35%

Color #6E938A in popluar number systems.

HEX6E938A
Decimal110147138
Binary11011101001001110001010
Octal156223212

Shades and tints

Shades of #6E938A

#6E938A
(110,147,138)
#64867E
(100,134,126)
#5A7972
(90,121,114)
#506C66
(80,108,102)
#465F5A
(70,95,90)
#3C524E
(60,82,78)
#324542
(50,69,66)
#283836
(40,56,54)
#1E2B2A
(30,43,42)
#141E1E
(20,30,30)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E938A

#6E938A
(110,147,138)
#7B9C94
(123,156,148)
#88A59E
(136,165,158)
#95AEA8
(149,174,168)
#A2B7B2
(162,183,178)
#AFC0BC
(175,192,188)
#BCC9C6
(188,201,198)
#C9D2D0
(201,210,208)
#D6DBDA
(214,219,218)
#E3E4E4
(227,228,228)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E938A color. Also use rgb(110,147,138) instead hex code.

Text Font Color

.myTextColor { color: #6E938A; }

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

This text font color is #6E938A.


Background Color

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

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

This div background color is #6E938A.


Border color

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

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

This div border color is #6E938A.


Opacity

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

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

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

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

This text has shadow with #6E938A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E938A on black background.


Color preview on white background

This text has color #6E938A on white background.



Black color preview on #6E938A background

This text has black color on #6E938A background.


White color preview on #6E938A background

This text has white color on #6E938A background.