COLOR #6EAEAA

HEX: #6EAEAA RGB: (110,174,170)

Color info

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

RGB color model

#6EAEAA color RGB value is (110,174,170).

RGB: (110,174,170) (43%, 68%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 174 of 255 = 68%
B 170 of 255 = 67%

110
174
170

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

Portions of RGB colors in percentages

R + G + B = 110 + 174 + 170 = 454 (100%)
R 110 of 454 ~ 24.23%
G 174 of 454 ~ 38.33%
B 170 of 454 ~ 37.44'%

%24.23
%38.33
%37.44

CMYK color model

#6EAEAA color CMYK value is (37,0,2,32).

  • cyan value is 36.78%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 31.76%

CMYK: (37,0,2,32)
C37M0Y2K32 (37%, 0%, 2%, 32%)
(0.37 / 0.00 / 0.02 / 0.32)

CMYK percentages

%36.78
%0
%2.3
%31.76

Codes

Color #6EAEAA in popluar color models

6E AE AA
RGB 110 174 170
HSL 176° 28.32% 55.69%
HSB/HSV 176° 36.78% 68.24%
CMYK 36.78% 0.00% 2.30%
31.76%

Color #6EAEAA in popluar number systems.

HEX 6E AE AA
Decimal 110 174 170
Binary 1101110 10101110 10101010
Octal 156 256 252

Shades and tints

Shades of #6EAEAA

#6EAEAA
(110,174,170)
#649F9B
(100,159,155)
#5A908C
(90,144,140)
#50817D
(80,129,125)
#46726E
(70,114,110)
#3C635F
(60,99,95)
#325450
(50,84,80)
#284541
(40,69,65)
#1E3632
(30,54,50)
#142723
(20,39,35)
#0A1814
(10,24,20)
#000000
(0,0,0)

Tints of #6EAEAA

#6EAEAA
(110,174,170)
#7BB5B1
(123,181,177)
#88BCB8
(136,188,184)
#95C3BF
(149,195,191)
#A2CAC6
(162,202,198)
#AFD1CD
(175,209,205)
#BCD8D4
(188,216,212)
#C9DFDB
(201,223,219)
#D6E6E2
(214,230,226)
#E3EDE9
(227,237,233)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAEAA color. Also use rgb(110,174,170) instead hex code.

Text Font Color

.myTextColor { color: #6EAEAA; }

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

This text font color is #6EAEAA.

Background Color

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

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

This div background color is #6EAEAA.

Border color

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

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

This div border color is #6EAEAA.

Opacity

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

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

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

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

This text has shadow with #6EAEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAEAA.

Preview

Color preview on black background

This text has color #6EAEAA on black background.


Color preview on white background

This text has color #6EAEAA on white background.


Black color preview on #6EAEAA background

This text has black color on #6EAEAA background.


White color preview on #6EAEAA background

This text has white color on #6EAEAA background.


Related colors

Complementary color

Complementary color for #hex is #915155.


I love getcolorcode.com

Triadic colors

1 #AA6EAE and #AEAA6E with #6EAEAA are triadic colors.

2 #AAAE6E and #AE6EAA with #6EAEAA are triadic colors.