COLOR #6EA0B8

HEX: #6EA0B8
RGB: (110,160,184)

Color info

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

RGB color model

#6EA0B8 color RGB value is (110,160,184).

  • red value is 110;
  • green value is 160;
  • blue value is 184.
RGB:
(110,160,184)
(43%,63%,72%)

RGB channels and saturation

R 110 of 255 = 43%
G 160 of 255 = 63%
B 184 of 255 = 72%

110
160
184

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

Portions of RGB colors in percentages

R + G + B =
110 + 160 + 184 = 454 (100%)
R 110 of 454 ~ 24.23%
G 160 of 454 ~ 35.24%
B 184 of 454 ~ 40.53%

%24.23
%35.24
%40.53

CMYK color model

#6EA0B8 color CMYK value is (40,13,0,28).

  • cyan value is 40.22%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(40,13,0,28)
C40M13Y0K28 
(40%,13%,0%,28%)
(0.40/0.13/0.00/0.28)	

CMYK percentages

%40.22
%13.04
%0
%27.84

Codes

Color #6EA0B8 in popluar color models

6EA0B8
RGB110160184
HSL199°34.26%57.65%
HSB/HSV199°40.22%72.16%
CMYK40.22%13.04%0.00%
27.84%

Color #6EA0B8 in popluar number systems.

HEX6EA0B8
Decimal110160184
Binary11011101010000010111000
Octal156240270

Shades and tints

Shades of #6EA0B8

#6EA0B8
(110,160,184)
#6492A8
(100,146,168)
#5A8498
(90,132,152)
#507688
(80,118,136)
#466878
(70,104,120)
#3C5A68
(60,90,104)
#324C58
(50,76,88)
#283E48
(40,62,72)
#1E3038
(30,48,56)
#142228
(20,34,40)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #6EA0B8

#6EA0B8
(110,160,184)
#7BA8BE
(123,168,190)
#88B0C4
(136,176,196)
#95B8CA
(149,184,202)
#A2C0D0
(162,192,208)
#AFC8D6
(175,200,214)
#BCD0DC
(188,208,220)
#C9D8E2
(201,216,226)
#D6E0E8
(214,224,232)
#E3E8EE
(227,232,238)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA0B8 color. Also use rgb(110,160,184) instead hex code.

Text Font Color

.myTextColor { color: #6EA0B8; }

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

This text font color is #6EA0B8.


Background Color

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

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

This div background color is #6EA0B8.


Border color

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

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

This div border color is #6EA0B8.


Opacity

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

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

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

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

This text has shadow with #6EA0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA0B8 on black background.


Color preview on white background

This text has color #6EA0B8 on white background.



Black color preview on #6EA0B8 background

This text has black color on #6EA0B8 background.


White color preview on #6EA0B8 background

This text has white color on #6EA0B8 background.