COLOR #6E9DBC

HEX: #6E9DBC
RGB: (110,157,188)

Color info

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

RGB color model

#6E9DBC color RGB value is (110,157,188).

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

RGB channels and saturation

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

110
157
188

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

Portions of RGB colors in percentages

R + G + B =
110 + 157 + 188 = 455 (100%)
R 110 of 455 ~ 24.18%
G 157 of 455 ~ 34.51%
B 188 of 455 ~ 41.32%

%24.18
%34.51
%41.32

CMYK color model

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

  • cyan value is 41.49%
  • magenta value is 16.49%
  • 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
%16.49
%0
%26.27

Codes

Color #6E9DBC in popluar color models

6E9DBC
RGB110157188
HSL204°36.79%58.43%
HSB/HSV204°41.49%73.73%
CMYK41.49%16.49%0.00%
26.27%

Color #6E9DBC in popluar number systems.

HEX6E9DBC
Decimal110157188
Binary11011101001110110111100
Octal156235274

Shades and tints

Shades of #6E9DBC

#6E9DBC
(110,157,188)
#648FAB
(100,143,171)
#5A819A
(90,129,154)
#507389
(80,115,137)
#466578
(70,101,120)
#3C5767
(60,87,103)
#324956
(50,73,86)
#283B45
(40,59,69)
#1E2D34
(30,45,52)
#141F23
(20,31,35)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E9DBC

#6E9DBC
(110,157,188)
#7BA5C2
(123,165,194)
#88ADC8
(136,173,200)
#95B5CE
(149,181,206)
#A2BDD4
(162,189,212)
#AFC5DA
(175,197,218)
#BCCDE0
(188,205,224)
#C9D5E6
(201,213,230)
#D6DDEC
(214,221,236)
#E3E5F2
(227,229,242)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9DBC; }

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

This text font color is #6E9DBC.


Background Color

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

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

This div background color is #6E9DBC.


Border color

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

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

This div border color is #6E9DBC.


Opacity

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

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

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

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

This text has shadow with #6E9DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9DBC on black background.


Color preview on white background

This text has color #6E9DBC on white background.



Black color preview on #6E9DBC background

This text has black color on #6E9DBC background.


White color preview on #6E9DBC background

This text has white color on #6E9DBC background.