COLOR #6E8DBA

HEX: #6E8DBA
RGB: (110,141,186)

Color info

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

RGB color model

#6E8DBA color RGB value is (110,141,186).

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

RGB channels and saturation

R 110 of 255 = 43%
G 141 of 255 = 55%
B 186 of 255 = 73%

110
141
186

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

Portions of RGB colors in percentages

R + G + B =
110 + 141 + 186 = 437 (100%)
R 110 of 437 ~ 25.17%
G 141 of 437 ~ 32.27%
B 186 of 437 ~ 42.56%

%25.17
%32.27
%42.56

CMYK color model

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

  • cyan value is 40.86%
  • magenta value is 24.19%
  • 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
%24.19
%0
%27.06

Codes

Color #6E8DBA in popluar color models

6E8DBA
RGB110141186
HSL216°35.51%58.04%
HSB/HSV216°40.86%72.94%
CMYK40.86%24.19%0.00%
27.06%

Color #6E8DBA in popluar number systems.

HEX6E8DBA
Decimal110141186
Binary11011101000110110111010
Octal156215272

Shades and tints

Shades of #6E8DBA

#6E8DBA
(110,141,186)
#6481AA
(100,129,170)
#5A759A
(90,117,154)
#50698A
(80,105,138)
#465D7A
(70,93,122)
#3C516A
(60,81,106)
#32455A
(50,69,90)
#28394A
(40,57,74)
#1E2D3A
(30,45,58)
#14212A
(20,33,42)
#0A151A
(10,21,26)
#000000
(0,0,0)

Tints of #6E8DBA

#6E8DBA
(110,141,186)
#7B97C0
(123,151,192)
#88A1C6
(136,161,198)
#95ABCC
(149,171,204)
#A2B5D2
(162,181,210)
#AFBFD8
(175,191,216)
#BCC9DE
(188,201,222)
#C9D3E4
(201,211,228)
#D6DDEA
(214,221,234)
#E3E7F0
(227,231,240)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8DBA; }

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

This text font color is #6E8DBA.


Background Color

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

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

This div background color is #6E8DBA.


Border color

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

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

This div border color is #6E8DBA.


Opacity

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

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

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

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

This text has shadow with #6E8DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8DBA on black background.


Color preview on white background

This text has color #6E8DBA on white background.



Black color preview on #6E8DBA background

This text has black color on #6E8DBA background.


White color preview on #6E8DBA background

This text has white color on #6E8DBA background.