COLOR #6EA1BF

HEX: #6EA1BF
RGB: (110,161,191)

Color info

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

RGB color model

#6EA1BF color RGB value is (110,161,191).

  • red value is 110;
  • green value is 161;
  • blue value is 191.
RGB:
(110,161,191)
(43%,63%,75%)

RGB channels and saturation

R 110 of 255 = 43%
G 161 of 255 = 63%
B 191 of 255 = 75%

110
161
191

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

Portions of RGB colors in percentages

R + G + B =
110 + 161 + 191 = 462 (100%)
R 110 of 462 ~ 23.81%
G 161 of 462 ~ 34.85%
B 191 of 462 ~ 41.34%

%23.81
%34.85
%41.34

CMYK color model

#6EA1BF color CMYK value is (42,16,0,25).

  • cyan value is 42.41%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(42,16,0,25)
C42M16Y0K25 
(42%,16%,0%,25%)
(0.42/0.16/0.00/0.25)	

CMYK percentages

%42.41
%15.71
%0
%25.1

Codes

Color #6EA1BF in popluar color models

6EA1BF
RGB110161191
HSL202°38.76%59.02%
HSB/HSV202°42.41%74.90%
CMYK42.41%15.71%0.00%
25.10%

Color #6EA1BF in popluar number systems.

HEX6EA1BF
Decimal110161191
Binary11011101010000110111111
Octal156241277

Shades and tints

Shades of #6EA1BF

#6EA1BF
(110,161,191)
#6493AE
(100,147,174)
#5A859D
(90,133,157)
#50778C
(80,119,140)
#46697B
(70,105,123)
#3C5B6A
(60,91,106)
#324D59
(50,77,89)
#283F48
(40,63,72)
#1E3137
(30,49,55)
#142326
(20,35,38)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #6EA1BF

#6EA1BF
(110,161,191)
#7BA9C4
(123,169,196)
#88B1C9
(136,177,201)
#95B9CE
(149,185,206)
#A2C1D3
(162,193,211)
#AFC9D8
(175,201,216)
#BCD1DD
(188,209,221)
#C9D9E2
(201,217,226)
#D6E1E7
(214,225,231)
#E3E9EC
(227,233,236)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA1BF color. Also use rgb(110,161,191) instead hex code.

Text Font Color

.myTextColor { color: #6EA1BF; }

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

This text font color is #6EA1BF.


Background Color

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

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

This div background color is #6EA1BF.


Border color

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

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

This div border color is #6EA1BF.


Opacity

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

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

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

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

This text has shadow with #6EA1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA1BF on black background.


Color preview on white background

This text has color #6EA1BF on white background.



Black color preview on #6EA1BF background

This text has black color on #6EA1BF background.


White color preview on #6EA1BF background

This text has white color on #6EA1BF background.