COLOR #6EC6AF

HEX: #6EC6AF RGB: (110,198,175)

Color info

#6EC6AF contains mainly green and blue colors. Web safe color of #6EC6AF is #66CC99 (or #6C9).

RGB color model

#6EC6AF color RGB value is (110,198,175).

RGB: (110,198,175) (43%, 78%, 69%)

RGB channels and saturation

R 110 of 255 = 43%
G 198 of 255 = 78%
B 175 of 255 = 69%

110
198
175

R + G + B ~ 63%. #6EC6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 198 + 175 = 483 (100%)
R 110 of 483 ~ 22.77%
G 198 of 483 ~ 40.99%
B 175 of 483 ~ 36.23'%

%22.77
%40.99
%36.23

CMYK color model

#6EC6AF color CMYK value is (44,0,12,22).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 22.35%

CMYK: (44,0,12,22)
C44M0Y12K22 (44%, 0%, 12%, 22%)
(0.44 / 0.00 / 0.12 / 0.22)

CMYK percentages

%44.44
%0
%11.62
%22.35

Codes

Color #6EC6AF in popluar color models

6E C6 AF
RGB 110 198 175
HSL 164° 43.56% 60.39%
HSB/HSV 164° 44.44% 77.65%
CMYK 44.44% 0.00% 11.62%
22.35%

Color #6EC6AF in popluar number systems.

HEX 6E C6 AF
Decimal 110 198 175
Binary 1101110 11000110 10101111
Octal 156 306 257

Shades and tints

Shades of #6EC6AF

#6EC6AF
(110,198,175)
#64B4A0
(100,180,160)
#5AA291
(90,162,145)
#509082
(80,144,130)
#467E73
(70,126,115)
#3C6C64
(60,108,100)
#325A55
(50,90,85)
#284846
(40,72,70)
#1E3637
(30,54,55)
#142428
(20,36,40)
#0A1219
(10,18,25)
#000000
(0,0,0)

Tints of #6EC6AF

#6EC6AF
(110,198,175)
#7BCBB6
(123,203,182)
#88D0BD
(136,208,189)
#95D5C4
(149,213,196)
#A2DACB
(162,218,203)
#AFDFD2
(175,223,210)
#BCE4D9
(188,228,217)
#C9E9E0
(201,233,224)
#D6EEE7
(214,238,231)
#E3F3EE
(227,243,238)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EC6AF; }

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

This text font color is #6EC6AF.

Background Color

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

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

This div background color is #6EC6AF.

Border color

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

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

This div border color is #6EC6AF.

Opacity

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

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

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

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

This text has shadow with #6EC6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EC6AF.

Preview

Color preview on black background

This text has color #6EC6AF on black background.


Color preview on white background

This text has color #6EC6AF on white background.


Black color preview on #6EC6AF background

This text has black color on #6EC6AF background.


White color preview on #6EC6AF background

This text has white color on #6EC6AF background.


Related colors

Complementary color

Complementary color for #hex is #913950.


I love getcolorcode.com

Triadic colors

1 #AF6EC6 and #C6AF6E with #6EC6AF are triadic colors.

2 #AFC66E and #C66EAF with #6EC6AF are triadic colors.