COLOR #6EC6B5

HEX: #6EC6B5 RGB: (110,198,181)

Color info

#6EC6B5 contains mainly green and blue colors. Web safe color of #6EC6B5 is #66CCCC (or #6CC).

RGB color model

#6EC6B5 color RGB value is (110,198,181).

RGB: (110,198,181) (43%, 78%, 71%)

RGB channels and saturation

R 110 of 255 = 43%
G 198 of 255 = 78%
B 181 of 255 = 71%

110
198
181

R + G + B ~ 64%. #6EC6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 198 + 181 = 489 (100%)
R 110 of 489 ~ 22.49%
G 198 of 489 ~ 40.49%
B 181 of 489 ~ 37.01'%

%22.49
%40.49
%37.01

CMYK color model

#6EC6B5 color CMYK value is (44,0,9,22).

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

CMYK: (44,0,9,22)
C44M0Y9K22 (44%, 0%, 9%, 22%)
(0.44 / 0.00 / 0.09 / 0.22)

CMYK percentages

%44.44
%0
%8.59
%22.35

Codes

Color #6EC6B5 in popluar color models

6E C6 B5
RGB 110 198 181
HSL 168° 43.56% 60.39%
HSB/HSV 168° 44.44% 77.65%
CMYK 44.44% 0.00% 8.59%
22.35%

Color #6EC6B5 in popluar number systems.

HEX 6E C6 B5
Decimal 110 198 181
Binary 1101110 11000110 10110101
Octal 156 306 265

Shades and tints

Shades of #6EC6B5

#6EC6B5
(110,198,181)
#64B4A5
(100,180,165)
#5AA295
(90,162,149)
#509085
(80,144,133)
#467E75
(70,126,117)
#3C6C65
(60,108,101)
#325A55
(50,90,85)
#284845
(40,72,69)
#1E3635
(30,54,53)
#142425
(20,36,37)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #6EC6B5

#6EC6B5
(110,198,181)
#7BCBBB
(123,203,187)
#88D0C1
(136,208,193)
#95D5C7
(149,213,199)
#A2DACD
(162,218,205)
#AFDFD3
(175,223,211)
#BCE4D9
(188,228,217)
#C9E9DF
(201,233,223)
#D6EEE5
(214,238,229)
#E3F3EB
(227,243,235)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EC6B5; }

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

This text font color is #6EC6B5.

Background Color

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

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

This div background color is #6EC6B5.

Border color

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

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

This div border color is #6EC6B5.

Opacity

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

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

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

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

This text has shadow with #6EC6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EC6B5.

Preview

Color preview on black background

This text has color #6EC6B5 on black background.


Color preview on white background

This text has color #6EC6B5 on white background.


Black color preview on #6EC6B5 background

This text has black color on #6EC6B5 background.


White color preview on #6EC6B5 background

This text has white color on #6EC6B5 background.


Related colors

Complementary color

Complementary color for #hex is #91394A.


I love getcolorcode.com

Triadic colors

1 #B56EC6 and #C6B56E with #6EC6B5 are triadic colors.

2 #B5C66E and #C66EB5 with #6EC6B5 are triadic colors.