COLOR #6E9ABF

HEX: #6E9ABF
RGB: (110,154,191)

Color info

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

RGB color model

#6E9ABF color RGB value is (110,154,191).

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

RGB channels and saturation

R 110 of 255 = 43%
G 154 of 255 = 60%
B 191 of 255 = 75%

110
154
191

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

Portions of RGB colors in percentages

R + G + B =
110 + 154 + 191 = 455 (100%)
R 110 of 455 ~ 24.18%
G 154 of 455 ~ 33.85%
B 191 of 455 ~ 41.98%

%24.18
%33.85
%41.98

CMYK color model

#6E9ABF color CMYK value is (42,19,0,25).

  • cyan value is 42.41%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(42,19,0,25)
C42M19Y0K25 
(42%,19%,0%,25%)
(0.42/0.19/0.00/0.25)	

CMYK percentages

%42.41
%19.37
%0
%25.1

Codes

Color #6E9ABF in popluar color models

6E9ABF
RGB110154191
HSL207°38.76%59.02%
HSB/HSV207°42.41%74.90%
CMYK42.41%19.37%0.00%
25.10%

Color #6E9ABF in popluar number systems.

HEX6E9ABF
Decimal110154191
Binary11011101001101010111111
Octal156232277

Shades and tints

Shades of #6E9ABF

#6E9ABF
(110,154,191)
#648CAE
(100,140,174)
#5A7E9D
(90,126,157)
#50708C
(80,112,140)
#46627B
(70,98,123)
#3C546A
(60,84,106)
#324659
(50,70,89)
#283848
(40,56,72)
#1E2A37
(30,42,55)
#141C26
(20,28,38)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #6E9ABF

#6E9ABF
(110,154,191)
#7BA3C4
(123,163,196)
#88ACC9
(136,172,201)
#95B5CE
(149,181,206)
#A2BED3
(162,190,211)
#AFC7D8
(175,199,216)
#BCD0DD
(188,208,221)
#C9D9E2
(201,217,226)
#D6E2E7
(214,226,231)
#E3EBEC
(227,235,236)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9ABF; }

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

This text font color is #6E9ABF.


Background Color

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

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

This div background color is #6E9ABF.


Border color

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

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

This div border color is #6E9ABF.


Opacity

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

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

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

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

This text has shadow with #6E9ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9ABF on black background.


Color preview on white background

This text has color #6E9ABF on white background.



Black color preview on #6E9ABF background

This text has black color on #6E9ABF background.


White color preview on #6E9ABF background

This text has white color on #6E9ABF background.