COLOR #6E9BA7

HEX: #6E9BA7
RGB: (110,155,167)

Color info

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

RGB color model

#6E9BA7 color RGB value is (110,155,167).

  • red value is 110;
  • green value is 155;
  • blue value is 167.
RGB:
(110,155,167)
(43%,61%,65%)

RGB channels and saturation

R 110 of 255 = 43%
G 155 of 255 = 61%
B 167 of 255 = 65%

110
155
167

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

Portions of RGB colors in percentages

R + G + B =
110 + 155 + 167 = 432 (100%)
R 110 of 432 ~ 25.46%
G 155 of 432 ~ 35.88%
B 167 of 432 ~ 38.66%

%25.46
%35.88
%38.66

CMYK color model

#6E9BA7 color CMYK value is (34,7,0,35).

  • cyan value is 34.13%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(34,7,0,35)
C34M7Y0K35 
(34%,7%,0%,35%)
(0.34/0.07/0.00/0.35)	

CMYK percentages

%34.13
%7.19
%0
%34.51

Codes

Color #6E9BA7 in popluar color models

6E9BA7
RGB110155167
HSL193°24.46%54.31%
HSB/HSV193°34.13%65.49%
CMYK34.13%7.19%0.00%
34.51%

Color #6E9BA7 in popluar number systems.

HEX6E9BA7
Decimal110155167
Binary11011101001101110100111
Octal156233247

Shades and tints

Shades of #6E9BA7

#6E9BA7
(110,155,167)
#648D98
(100,141,152)
#5A7F89
(90,127,137)
#50717A
(80,113,122)
#46636B
(70,99,107)
#3C555C
(60,85,92)
#32474D
(50,71,77)
#28393E
(40,57,62)
#1E2B2F
(30,43,47)
#141D20
(20,29,32)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #6E9BA7

#6E9BA7
(110,155,167)
#7BA4AF
(123,164,175)
#88ADB7
(136,173,183)
#95B6BF
(149,182,191)
#A2BFC7
(162,191,199)
#AFC8CF
(175,200,207)
#BCD1D7
(188,209,215)
#C9DADF
(201,218,223)
#D6E3E7
(214,227,231)
#E3ECEF
(227,236,239)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9BA7 color. Also use rgb(110,155,167) instead hex code.

Text Font Color

.myTextColor { color: #6E9BA7; }

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

This text font color is #6E9BA7.


Background Color

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

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

This div background color is #6E9BA7.


Border color

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

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

This div border color is #6E9BA7.


Opacity

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

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

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

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

This text has shadow with #6E9BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9BA7 on black background.


Color preview on white background

This text has color #6E9BA7 on white background.



Black color preview on #6E9BA7 background

This text has black color on #6E9BA7 background.


White color preview on #6E9BA7 background

This text has white color on #6E9BA7 background.