COLOR #6EA8BA

HEX: #6EA8BA RGB: (110,168,186)

Color info

#6EA8BA contains mainly green and blue colors. Web safe color of #6EA8BA is #6699CC (or #69C).

RGB color model

#6EA8BA color RGB value is (110,168,186).

RGB: (110,168,186) (43%, 66%, 73%)

RGB channels and saturation

R 110 of 255 = 43%
G 168 of 255 = 66%
B 186 of 255 = 73%

110
168
186

R + G + B ~ 61%. #6EA8BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 168 + 186 = 464 (100%)
R 110 of 464 ~ 23.71%
G 168 of 464 ~ 36.21%
B 186 of 464 ~ 40.09'%

%23.71
%36.21
%40.09

CMYK color model

#6EA8BA color CMYK value is (41,10,0,27).

  • cyan value is 40.86%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (41,10,0,27)
C41M10Y0K27 (41%, 10%, 0%, 27%)
(0.41 / 0.10 / 0.00 / 0.27)

CMYK percentages

%40.86
%9.68
%0
%27.06

Codes

Color #6EA8BA in popluar color models

6E A8 BA
RGB 110 168 186
HSL 194° 35.51% 58.04%
HSB/HSV 194° 40.86% 72.94%
CMYK 40.86% 9.68% 0.00%
27.06%

Color #6EA8BA in popluar number systems.

HEX 6E A8 BA
Decimal 110 168 186
Binary 1101110 10101000 10111010
Octal 156 250 272

Shades and tints

Shades of #6EA8BA

#6EA8BA
(110,168,186)
#6499AA
(100,153,170)
#5A8A9A
(90,138,154)
#507B8A
(80,123,138)
#466C7A
(70,108,122)
#3C5D6A
(60,93,106)
#324E5A
(50,78,90)
#283F4A
(40,63,74)
#1E303A
(30,48,58)
#14212A
(20,33,42)
#0A121A
(10,18,26)
#000000
(0,0,0)

Tints of #6EA8BA

#6EA8BA
(110,168,186)
#7BAFC0
(123,175,192)
#88B6C6
(136,182,198)
#95BDCC
(149,189,204)
#A2C4D2
(162,196,210)
#AFCBD8
(175,203,216)
#BCD2DE
(188,210,222)
#C9D9E4
(201,217,228)
#D6E0EA
(214,224,234)
#E3E7F0
(227,231,240)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA8BA color. Also use rgb(110,168,186) instead hex code.

Text Font Color

.myTextColor { color: #6EA8BA; }

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

This text font color is #6EA8BA.

Background Color

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

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

This div background color is #6EA8BA.

Border color

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

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

This div border color is #6EA8BA.

Opacity

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

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

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

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

This text has shadow with #6EA8BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA8BA.

Preview

Color preview on black background

This text has color #6EA8BA on black background.


Color preview on white background

This text has color #6EA8BA on white background.


Black color preview on #6EA8BA background

This text has black color on #6EA8BA background.


White color preview on #6EA8BA background

This text has white color on #6EA8BA background.


Related colors

Complementary color

Complementary color for #hex is #915745.


I love getcolorcode.com

Triadic colors

1 #BA6EA8 and #A8BA6E with #6EA8BA are triadic colors.

2 #BAA86E and #A86EBA with #6EA8BA are triadic colors.