COLOR #6EA4AF

HEX: #6EA4AF
RGB: (110,164,175)

Color info

#6EA4AF contains mainly green and blue colors. Web safe color of #6EA4AF is #669999 (or #699).

RGB color model

#6EA4AF color RGB value is (110,164,175).

  • red value is 110;
  • green value is 164;
  • blue value is 175.
RGB:
(110,164,175)
(43%,64%,69%)

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 175 of 255 = 69%

110
164
175

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

Portions of RGB colors in percentages

R + G + B =
110 + 164 + 175 = 449 (100%)
R 110 of 449 ~ 24.5%
G 164 of 449 ~ 36.53%
B 175 of 449 ~ 38.98%

%24.5
%36.53
%38.98

CMYK color model

#6EA4AF color CMYK value is (37,6,0,31).

  • cyan value is 37.14%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(37,6,0,31)
C37M6Y0K31 
(37%,6%,0%,31%)
(0.37/0.06/0.00/0.31)	

CMYK percentages

%37.14
%6.29
%0
%31.37

Codes

Color #6EA4AF in popluar color models

6EA4AF
RGB110164175
HSL190°28.89%55.88%
HSB/HSV190°37.14%68.63%
CMYK37.14%6.29%0.00%
31.37%

Color #6EA4AF in popluar number systems.

HEX6EA4AF
Decimal110164175
Binary11011101010010010101111
Octal156244257

Shades and tints

Shades of #6EA4AF

#6EA4AF
(110,164,175)
#6496A0
(100,150,160)
#5A8891
(90,136,145)
#507A82
(80,122,130)
#466C73
(70,108,115)
#3C5E64
(60,94,100)
#325055
(50,80,85)
#284246
(40,66,70)
#1E3437
(30,52,55)
#142628
(20,38,40)
#0A1819
(10,24,25)
#000000
(0,0,0)

Tints of #6EA4AF

#6EA4AF
(110,164,175)
#7BACB6
(123,172,182)
#88B4BD
(136,180,189)
#95BCC4
(149,188,196)
#A2C4CB
(162,196,203)
#AFCCD2
(175,204,210)
#BCD4D9
(188,212,217)
#C9DCE0
(201,220,224)
#D6E4E7
(214,228,231)
#E3ECEE
(227,236,238)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA4AF color. Also use rgb(110,164,175) instead hex code.

Text Font Color

.myTextColor { color: #6EA4AF; }

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

This text font color is #6EA4AF.


Background Color

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

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

This div background color is #6EA4AF.


Border color

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

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

This div border color is #6EA4AF.


Opacity

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

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

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

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

This text has shadow with #6EA4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA4AF on black background.


Color preview on white background

This text has color #6EA4AF on white background.



Black color preview on #6EA4AF background

This text has black color on #6EA4AF background.


White color preview on #6EA4AF background

This text has white color on #6EA4AF background.