COLOR #6EA2BC

HEX: #6EA2BC
RGB: (110,162,188)

Color info

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

RGB color model

#6EA2BC color RGB value is (110,162,188).

  • red value is 110;
  • green value is 162;
  • blue value is 188.
RGB:
(110,162,188)
(43%,64%,74%)

RGB channels and saturation

R 110 of 255 = 43%
G 162 of 255 = 64%
B 188 of 255 = 74%

110
162
188

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

Portions of RGB colors in percentages

R + G + B =
110 + 162 + 188 = 460 (100%)
R 110 of 460 ~ 23.91%
G 162 of 460 ~ 35.22%
B 188 of 460 ~ 40.87%

%23.91
%35.22
%40.87

CMYK color model

#6EA2BC color CMYK value is (41,14,0,26).

  • cyan value is 41.49%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(41,14,0,26)
C41M14Y0K26 
(41%,14%,0%,26%)
(0.41/0.14/0.00/0.26)	

CMYK percentages

%41.49
%13.83
%0
%26.27

Codes

Color #6EA2BC in popluar color models

6EA2BC
RGB110162188
HSL200°36.79%58.43%
HSB/HSV200°41.49%73.73%
CMYK41.49%13.83%0.00%
26.27%

Color #6EA2BC in popluar number systems.

HEX6EA2BC
Decimal110162188
Binary11011101010001010111100
Octal156242274

Shades and tints

Shades of #6EA2BC

#6EA2BC
(110,162,188)
#6494AB
(100,148,171)
#5A869A
(90,134,154)
#507889
(80,120,137)
#466A78
(70,106,120)
#3C5C67
(60,92,103)
#324E56
(50,78,86)
#284045
(40,64,69)
#1E3234
(30,50,52)
#142423
(20,36,35)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #6EA2BC

#6EA2BC
(110,162,188)
#7BAAC2
(123,170,194)
#88B2C8
(136,178,200)
#95BACE
(149,186,206)
#A2C2D4
(162,194,212)
#AFCADA
(175,202,218)
#BCD2E0
(188,210,224)
#C9DAE6
(201,218,230)
#D6E2EC
(214,226,236)
#E3EAF2
(227,234,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA2BC color. Also use rgb(110,162,188) instead hex code.

Text Font Color

.myTextColor { color: #6EA2BC; }

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

This text font color is #6EA2BC.


Background Color

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

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

This div background color is #6EA2BC.


Border color

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

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

This div border color is #6EA2BC.


Opacity

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

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

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

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

This text has shadow with #6EA2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA2BC on black background.


Color preview on white background

This text has color #6EA2BC on white background.



Black color preview on #6EA2BC background

This text has black color on #6EA2BC background.


White color preview on #6EA2BC background

This text has white color on #6EA2BC background.