COLOR #6EA8B5

HEX: #6EA8B5
RGB: (110,168,181)

Color info

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

RGB color model

#6EA8B5 color RGB value is (110,168,181).

  • red value is 110;
  • green value is 168;
  • blue value is 181.
RGB:
(110,168,181)
(43%,66%,71%)

RGB channels and saturation

R 110 of 255 = 43%
G 168 of 255 = 66%
B 181 of 255 = 71%

110
168
181

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

Portions of RGB colors in percentages

R + G + B =
110 + 168 + 181 = 459 (100%)
R 110 of 459 ~ 23.97%
G 168 of 459 ~ 36.6%
B 181 of 459 ~ 39.43%

%23.97
%36.6
%39.43

CMYK color model

#6EA8B5 color CMYK value is (39,7,0,29).

  • cyan value is 39.23%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(39,7,0,29)
C39M7Y0K29 
(39%,7%,0%,29%)
(0.39/0.07/0.00/0.29)	

CMYK percentages

%39.23
%7.18
%0
%29.02

Codes

Color #6EA8B5 in popluar color models

6EA8B5
RGB110168181
HSL191°32.42%57.06%
HSB/HSV191°39.23%70.98%
CMYK39.23%7.18%0.00%
29.02%

Color #6EA8B5 in popluar number systems.

HEX6EA8B5
Decimal110168181
Binary11011101010100010110101
Octal156250265

Shades and tints

Shades of #6EA8B5

#6EA8B5
(110,168,181)
#6499A5
(100,153,165)
#5A8A95
(90,138,149)
#507B85
(80,123,133)
#466C75
(70,108,117)
#3C5D65
(60,93,101)
#324E55
(50,78,85)
#283F45
(40,63,69)
#1E3035
(30,48,53)
#142125
(20,33,37)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #6EA8B5

#6EA8B5
(110,168,181)
#7BAFBB
(123,175,187)
#88B6C1
(136,182,193)
#95BDC7
(149,189,199)
#A2C4CD
(162,196,205)
#AFCBD3
(175,203,211)
#BCD2D9
(188,210,217)
#C9D9DF
(201,217,223)
#D6E0E5
(214,224,229)
#E3E7EB
(227,231,235)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA8B5; }

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

This text font color is #6EA8B5.


Background Color

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

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

This div background color is #6EA8B5.


Border color

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

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

This div border color is #6EA8B5.


Opacity

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

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

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

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

This text has shadow with #6EA8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA8B5 on black background.


Color preview on white background

This text has color #6EA8B5 on white background.



Black color preview on #6EA8B5 background

This text has black color on #6EA8B5 background.


White color preview on #6EA8B5 background

This text has white color on #6EA8B5 background.