COLOR #6E9EBC

HEX: #6E9EBC
RGB: (110,158,188)

Color info

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

RGB color model

#6E9EBC color RGB value is (110,158,188).

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

RGB channels and saturation

R 110 of 255 = 43%
G 158 of 255 = 62%
B 188 of 255 = 74%

110
158
188

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

Portions of RGB colors in percentages

R + G + B =
110 + 158 + 188 = 456 (100%)
R 110 of 456 ~ 24.12%
G 158 of 456 ~ 34.65%
B 188 of 456 ~ 41.23%

%24.12
%34.65
%41.23

CMYK color model

#6E9EBC color CMYK value is (41,16,0,26).

  • cyan value is 41.49%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(41,16,0,26)
C41M16Y0K26 
(41%,16%,0%,26%)
(0.41/0.16/0.00/0.26)	

CMYK percentages

%41.49
%15.96
%0
%26.27

Codes

Color #6E9EBC in popluar color models

6E9EBC
RGB110158188
HSL203°36.79%58.43%
HSB/HSV203°41.49%73.73%
CMYK41.49%15.96%0.00%
26.27%

Color #6E9EBC in popluar number systems.

HEX6E9EBC
Decimal110158188
Binary11011101001111010111100
Octal156236274

Shades and tints

Shades of #6E9EBC

#6E9EBC
(110,158,188)
#6490AB
(100,144,171)
#5A829A
(90,130,154)
#507489
(80,116,137)
#466678
(70,102,120)
#3C5867
(60,88,103)
#324A56
(50,74,86)
#283C45
(40,60,69)
#1E2E34
(30,46,52)
#142023
(20,32,35)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E9EBC

#6E9EBC
(110,158,188)
#7BA6C2
(123,166,194)
#88AEC8
(136,174,200)
#95B6CE
(149,182,206)
#A2BED4
(162,190,212)
#AFC6DA
(175,198,218)
#BCCEE0
(188,206,224)
#C9D6E6
(201,214,230)
#D6DEEC
(214,222,236)
#E3E6F2
(227,230,242)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9EBC; }

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

This text font color is #6E9EBC.


Background Color

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

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

This div background color is #6E9EBC.


Border color

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

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

This div border color is #6E9EBC.


Opacity

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

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

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

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

This text has shadow with #6E9EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9EBC on black background.


Color preview on white background

This text has color #6E9EBC on white background.



Black color preview on #6E9EBC background

This text has black color on #6E9EBC background.


White color preview on #6E9EBC background

This text has white color on #6E9EBC background.