COLOR #6E9DA3

HEX: #6E9DA3 RGB: (110,157,163)

Color info

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

RGB color model

#6E9DA3 color RGB value is (110,157,163).

RGB: (110,157,163) (43%, 62%, 64%)

RGB channels and saturation

R 110 of 255 = 43%
G 157 of 255 = 62%
B 163 of 255 = 64%

110
157
163

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

Portions of RGB colors in percentages

R + G + B = 110 + 157 + 163 = 430 (100%)
R 110 of 430 ~ 25.58%
G 157 of 430 ~ 36.51%
B 163 of 430 ~ 37.91'%

%25.58
%36.51
%37.91

CMYK color model

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

  • cyan value is 32.52%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (33,4,0,36)
C33M4Y0K36 (33%, 4%, 0%, 36%)
(0.33 / 0.04 / 0.00 / 0.36)

CMYK percentages

%32.52
%3.68
%0
%36.08

Codes

Color #6E9DA3 in popluar color models

6E 9D A3
RGB 110 157 163
HSL 187° 22.36% 53.53%
HSB/HSV 187° 32.52% 63.92%
CMYK 32.52% 3.68% 0.00%
36.08%

Color #6E9DA3 in popluar number systems.

HEX 6E 9D A3
Decimal 110 157 163
Binary 1101110 10011101 10100011
Octal 156 235 243

Shades and tints

Shades of #6E9DA3

#6E9DA3
(110,157,163)
#648F95
(100,143,149)
#5A8187
(90,129,135)
#507379
(80,115,121)
#46656B
(70,101,107)
#3C575D
(60,87,93)
#32494F
(50,73,79)
#283B41
(40,59,65)
#1E2D33
(30,45,51)
#141F25
(20,31,37)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #6E9DA3

#6E9DA3
(110,157,163)
#7BA5AB
(123,165,171)
#88ADB3
(136,173,179)
#95B5BB
(149,181,187)
#A2BDC3
(162,189,195)
#AFC5CB
(175,197,203)
#BCCDD3
(188,205,211)
#C9D5DB
(201,213,219)
#D6DDE3
(214,221,227)
#E3E5EB
(227,229,235)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9DA3; }

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

This text font color is #6E9DA3.

Background Color

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

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

This div background color is #6E9DA3.

Border color

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

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

This div border color is #6E9DA3.

Opacity

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

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

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

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

This text has shadow with #6E9DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9DA3.

Preview

Color preview on black background

This text has color #6E9DA3 on black background.


Color preview on white background

This text has color #6E9DA3 on white background.


Black color preview on #6E9DA3 background

This text has black color on #6E9DA3 background.


White color preview on #6E9DA3 background

This text has white color on #6E9DA3 background.


Related colors

Complementary color

Complementary color for #hex is #91625C.


I love getcolorcode.com

Triadic colors

1 #A36E9D and #9DA36E with #6E9DA3 are triadic colors.

2 #A39D6E and #9D6EA3 with #6E9DA3 are triadic colors.