COLOR #6EA592

HEX: #6EA592 RGB: (110,165,146)

Color info

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

RGB color model

#6EA592 color RGB value is (110,165,146).

RGB: (110,165,146) (43%, 65%, 57%)

RGB channels and saturation

R 110 of 255 = 43%
G 165 of 255 = 65%
B 146 of 255 = 57%

110
165
146

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

Portions of RGB colors in percentages

R + G + B = 110 + 165 + 146 = 421 (100%)
R 110 of 421 ~ 26.13%
G 165 of 421 ~ 39.19%
B 146 of 421 ~ 34.68'%

%26.13
%39.19
%34.68

CMYK color model

#6EA592 color CMYK value is (33,0,12,35).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 35.29%
CMYK: (33,0,12,35) C33M0Y12K35 (33%,0%,12%,35%) (0.33/0.00/0.12/0.35) 

CMYK percentages

%33.33
%0
%11.52
%35.29

Codes

Color #6EA592 in popluar color models

6E A5 92
RGB 110 165 146
HSL 159° 23.40% 53.92%
HSB/HSV 159° 33.33% 64.71%
CMYK 33.33% 0.00% 11.52%
35.29%

Color #6EA592 in popluar number systems.

HEX 6E A5 92
Decimal 110 165 146
Binary 1101110 10100101 10010010
Octal 156 245 222

Shades and tints

Shades of #6EA592

#6EA592
(110,165,146)
#649685
(100,150,133)
#5A8778
(90,135,120)
#50786B
(80,120,107)
#46695E
(70,105,94)
#3C5A51
(60,90,81)
#324B44
(50,75,68)
#283C37
(40,60,55)
#1E2D2A
(30,45,42)
#141E1D
(20,30,29)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6EA592

#6EA592
(110,165,146)
#7BAD9B
(123,173,155)
#88B5A4
(136,181,164)
#95BDAD
(149,189,173)
#A2C5B6
(162,197,182)
#AFCDBF
(175,205,191)
#BCD5C8
(188,213,200)
#C9DDD1
(201,221,209)
#D6E5DA
(214,229,218)
#E3EDE3
(227,237,227)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA592 color. Also use rgb(110,165,146) instead hex code.

Text Font Color

.myTextColor { color: #6EA592; }

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

This text font color is #6EA592.

Background Color

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

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

This div background color is #6EA592.

Border color

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

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

This div border color is #6EA592.

Opacity

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

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

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

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

This text has shadow with #6EA592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA592.

Preview

Color preview on black background

This text has color #6EA592 on black background.


Color preview on white background

This text has color #6EA592 on white background.


Black color preview on #6EA592 background

This text has black color on #6EA592 background.


White color preview on #6EA592 background

This text has white color on #6EA592 background.


Related colors

Complementary color

Complementary color for #hex is #915A6D.


I love getcolorcode.com

Triadic colors

1 #926EA5 and #A5926E with #6EA592 are triadic colors.

2 #92A56E and #A56E92 with #6EA592 are triadic colors.