COLOR #6E8EBA

HEX: #6E8EBA
RGB: (110,142,186)

Color info

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

RGB color model

#6E8EBA color RGB value is (110,142,186).

  • red value is 110;
  • green value is 142;
  • blue value is 186.
RGB:
(110,142,186)
(43%,56%,73%)

RGB channels and saturation

R 110 of 255 = 43%
G 142 of 255 = 56%
B 186 of 255 = 73%

110
142
186

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

Portions of RGB colors in percentages

R + G + B =
110 + 142 + 186 = 438 (100%)
R 110 of 438 ~ 25.11%
G 142 of 438 ~ 32.42%
B 186 of 438 ~ 42.47%

%25.11
%32.42
%42.47

CMYK color model

#6E8EBA color CMYK value is (41,24,0,27).

  • cyan value is 40.86%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(41,24,0,27)
C41M24Y0K27 
(41%,24%,0%,27%)
(0.41/0.24/0.00/0.27)	

CMYK percentages

%40.86
%23.66
%0
%27.06

Codes

Color #6E8EBA in popluar color models

6E8EBA
RGB110142186
HSL215°35.51%58.04%
HSB/HSV215°40.86%72.94%
CMYK40.86%23.66%0.00%
27.06%

Color #6E8EBA in popluar number systems.

HEX6E8EBA
Decimal110142186
Binary11011101000111010111010
Octal156216272

Shades and tints

Shades of #6E8EBA

#6E8EBA
(110,142,186)
#6482AA
(100,130,170)
#5A769A
(90,118,154)
#506A8A
(80,106,138)
#465E7A
(70,94,122)
#3C526A
(60,82,106)
#32465A
(50,70,90)
#283A4A
(40,58,74)
#1E2E3A
(30,46,58)
#14222A
(20,34,42)
#0A161A
(10,22,26)
#000000
(0,0,0)

Tints of #6E8EBA

#6E8EBA
(110,142,186)
#7B98C0
(123,152,192)
#88A2C6
(136,162,198)
#95ACCC
(149,172,204)
#A2B6D2
(162,182,210)
#AFC0D8
(175,192,216)
#BCCADE
(188,202,222)
#C9D4E4
(201,212,228)
#D6DEEA
(214,222,234)
#E3E8F0
(227,232,240)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8EBA; }

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

This text font color is #6E8EBA.


Background Color

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

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

This div background color is #6E8EBA.


Border color

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

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

This div border color is #6E8EBA.


Opacity

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

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

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

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

This text has shadow with #6E8EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8EBA on black background.


Color preview on white background

This text has color #6E8EBA on white background.



Black color preview on #6E8EBA background

This text has black color on #6E8EBA background.


White color preview on #6E8EBA background

This text has white color on #6E8EBA background.