COLOR #6E9AA4

HEX: #6E9AA4
RGB: (110,154,164)

Color info

#6E9AA4 contains red, green and blue colors in about the same proportion. Web safe color of #6E9AA4 is #669999 (or #699).

RGB color model

#6E9AA4 color RGB value is (110,154,164).

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

RGB channels and saturation

R 110 of 255 = 43%
G 154 of 255 = 60%
B 164 of 255 = 64%

110
154
164

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

Portions of RGB colors in percentages

R + G + B =
110 + 154 + 164 = 428 (100%)
R 110 of 428 ~ 25.7%
G 154 of 428 ~ 35.98%
B 164 of 428 ~ 38.32%

%25.7
%35.98
%38.32

CMYK color model

#6E9AA4 color CMYK value is (33,6,0,36).

  • cyan value is 32.93%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(33,6,0,36)
C33M6Y0K36 
(33%,6%,0%,36%)
(0.33/0.06/0.00/0.36)	

CMYK percentages

%32.93
%6.1
%0
%35.69

Codes

Color #6E9AA4 in popluar color models

6E9AA4
RGB110154164
HSL191°22.88%53.73%
HSB/HSV191°32.93%64.31%
CMYK32.93%6.10%0.00%
35.69%

Color #6E9AA4 in popluar number systems.

HEX6E9AA4
Decimal110154164
Binary11011101001101010100100
Octal156232244

Shades and tints

Shades of #6E9AA4

#6E9AA4
(110,154,164)
#648C96
(100,140,150)
#5A7E88
(90,126,136)
#50707A
(80,112,122)
#46626C
(70,98,108)
#3C545E
(60,84,94)
#324650
(50,70,80)
#283842
(40,56,66)
#1E2A34
(30,42,52)
#141C26
(20,28,38)
#0A0E18
(10,14,24)
#000000
(0,0,0)

Tints of #6E9AA4

#6E9AA4
(110,154,164)
#7BA3AC
(123,163,172)
#88ACB4
(136,172,180)
#95B5BC
(149,181,188)
#A2BEC4
(162,190,196)
#AFC7CC
(175,199,204)
#BCD0D4
(188,208,212)
#C9D9DC
(201,217,220)
#D6E2E4
(214,226,228)
#E3EBEC
(227,235,236)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9AA4; }

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

This text font color is #6E9AA4.


Background Color

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

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

This div background color is #6E9AA4.


Border color

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

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

This div border color is #6E9AA4.


Opacity

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

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

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

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

This text has shadow with #6E9AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9AA4 on black background.


Color preview on white background

This text has color #6E9AA4 on white background.



Black color preview on #6E9AA4 background

This text has black color on #6E9AA4 background.


White color preview on #6E9AA4 background

This text has white color on #6E9AA4 background.