COLOR #6EAFA2

HEX: #6EAFA2 RGB: (110,175,162)

Color info

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

RGB color model

#6EAFA2 color RGB value is (110,175,162).

RGB: (110,175,162) (43%, 69%, 64%)

RGB channels and saturation

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

110
175
162

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

Portions of RGB colors in percentages

R + G + B = 110 + 175 + 162 = 447 (100%)
R 110 of 447 ~ 24.61%
G 175 of 447 ~ 39.15%
B 162 of 447 ~ 36.24'%

%24.61
%39.15
%36.24

CMYK color model

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

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 31.37%

CMYK: (37,0,7,31)
C37M0Y7K31 (37%, 0%, 7%, 31%)
(0.37 / 0.00 / 0.07 / 0.31)

CMYK percentages

%37.14
%0
%7.43
%31.37

Codes

Color #6EAFA2 in popluar color models

6E AF A2
RGB 110 175 162
HSL 168° 28.89% 55.88%
HSB/HSV 168° 37.14% 68.63%
CMYK 37.14% 0.00% 7.43%
31.37%

Color #6EAFA2 in popluar number systems.

HEX 6E AF A2
Decimal 110 175 162
Binary 1101110 10101111 10100010
Octal 156 257 242

Shades and tints

Shades of #6EAFA2

#6EAFA2
(110,175,162)
#64A094
(100,160,148)
#5A9186
(90,145,134)
#508278
(80,130,120)
#46736A
(70,115,106)
#3C645C
(60,100,92)
#32554E
(50,85,78)
#284640
(40,70,64)
#1E3732
(30,55,50)
#142824
(20,40,36)
#0A1916
(10,25,22)
#000000
(0,0,0)

Tints of #6EAFA2

#6EAFA2
(110,175,162)
#7BB6AA
(123,182,170)
#88BDB2
(136,189,178)
#95C4BA
(149,196,186)
#A2CBC2
(162,203,194)
#AFD2CA
(175,210,202)
#BCD9D2
(188,217,210)
#C9E0DA
(201,224,218)
#D6E7E2
(214,231,226)
#E3EEEA
(227,238,234)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAFA2; }

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

This text font color is #6EAFA2.

Background Color

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

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

This div background color is #6EAFA2.

Border color

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

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

This div border color is #6EAFA2.

Opacity

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

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

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

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

This text has shadow with #6EAFA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAFA2.

Preview

Color preview on black background

This text has color #6EAFA2 on black background.


Color preview on white background

This text has color #6EAFA2 on white background.


Black color preview on #6EAFA2 background

This text has black color on #6EAFA2 background.


White color preview on #6EAFA2 background

This text has white color on #6EAFA2 background.


Related colors

Complementary color

Complementary color for #hex is #91505D.


I love getcolorcode.com

Triadic colors

1 #A26EAF and #AFA26E with #6EAFA2 are triadic colors.

2 #A2AF6E and #AF6EA2 with #6EAFA2 are triadic colors.