COLOR #6E8AB3

HEX: #6E8AB3
RGB: (110,138,179)

Color info

#6E8AB3 contains mainly green and blue colors. Web safe color of #6E8AB3 is #669999 (or #699).

RGB color model

#6E8AB3 color RGB value is (110,138,179).

  • red value is 110;
  • green value is 138;
  • blue value is 179.
RGB:
(110,138,179)
(43%,54%,70%)

RGB channels and saturation

R 110 of 255 = 43%
G 138 of 255 = 54%
B 179 of 255 = 70%

110
138
179

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

Portions of RGB colors in percentages

R + G + B =
110 + 138 + 179 = 427 (100%)
R 110 of 427 ~ 25.76%
G 138 of 427 ~ 32.32%
B 179 of 427 ~ 41.92%

%25.76
%32.32
%41.92

CMYK color model

#6E8AB3 color CMYK value is (39,23,0,30).

  • cyan value is 38.55%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(39,23,0,30)
C39M23Y0K30 
(39%,23%,0%,30%)
(0.39/0.23/0.00/0.30)	

CMYK percentages

%38.55
%22.91
%0
%29.8

Codes

Color #6E8AB3 in popluar color models

6E8AB3
RGB110138179
HSL216°31.22%56.67%
HSB/HSV216°38.55%70.20%
CMYK38.55%22.91%0.00%
29.80%

Color #6E8AB3 in popluar number systems.

HEX6E8AB3
Decimal110138179
Binary11011101000101010110011
Octal156212263

Shades and tints

Shades of #6E8AB3

#6E8AB3
(110,138,179)
#647EA3
(100,126,163)
#5A7293
(90,114,147)
#506683
(80,102,131)
#465A73
(70,90,115)
#3C4E63
(60,78,99)
#324253
(50,66,83)
#283643
(40,54,67)
#1E2A33
(30,42,51)
#141E23
(20,30,35)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #6E8AB3

#6E8AB3
(110,138,179)
#7B94B9
(123,148,185)
#889EBF
(136,158,191)
#95A8C5
(149,168,197)
#A2B2CB
(162,178,203)
#AFBCD1
(175,188,209)
#BCC6D7
(188,198,215)
#C9D0DD
(201,208,221)
#D6DAE3
(214,218,227)
#E3E4E9
(227,228,233)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8AB3 color. Also use rgb(110,138,179) instead hex code.

Text Font Color

.myTextColor { color: #6E8AB3; }

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

This text font color is #6E8AB3.


Background Color

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

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

This div background color is #6E8AB3.


Border color

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

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

This div border color is #6E8AB3.


Opacity

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

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

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

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

This text has shadow with #6E8AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8AB3 on black background.


Color preview on white background

This text has color #6E8AB3 on white background.



Black color preview on #6E8AB3 background

This text has black color on #6E8AB3 background.


White color preview on #6E8AB3 background

This text has white color on #6E8AB3 background.