COLOR #6E9BA5

HEX: #6E9BA5
RGB: (110,155,165)

Color info

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

RGB color model

#6E9BA5 color RGB value is (110,155,165).

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

RGB channels and saturation

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

110
155
165

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

Portions of RGB colors in percentages

R + G + B =
110 + 155 + 165 = 430 (100%)
R 110 of 430 ~ 25.58%
G 155 of 430 ~ 36.05%
B 165 of 430 ~ 38.37%

%25.58
%36.05
%38.37

CMYK color model

#6E9BA5 color CMYK value is (33,6,0,35).

  • cyan value is 33.33%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(33,6,0,35)
C33M6Y0K35 
(33%,6%,0%,35%)
(0.33/0.06/0.00/0.35)	

CMYK percentages

%33.33
%6.06
%0
%35.29

Codes

Color #6E9BA5 in popluar color models

6E9BA5
RGB110155165
HSL191°23.40%53.92%
HSB/HSV191°33.33%64.71%
CMYK33.33%6.06%0.00%
35.29%

Color #6E9BA5 in popluar number systems.

HEX6E9BA5
Decimal110155165
Binary11011101001101110100101
Octal156233245

Shades and tints

Shades of #6E9BA5

#6E9BA5
(110,155,165)
#648D96
(100,141,150)
#5A7F87
(90,127,135)
#507178
(80,113,120)
#466369
(70,99,105)
#3C555A
(60,85,90)
#32474B
(50,71,75)
#28393C
(40,57,60)
#1E2B2D
(30,43,45)
#141D1E
(20,29,30)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E9BA5

#6E9BA5
(110,155,165)
#7BA4AD
(123,164,173)
#88ADB5
(136,173,181)
#95B6BD
(149,182,189)
#A2BFC5
(162,191,197)
#AFC8CD
(175,200,205)
#BCD1D5
(188,209,213)
#C9DADD
(201,218,221)
#D6E3E5
(214,227,229)
#E3ECED
(227,236,237)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9BA5; }

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

This text font color is #6E9BA5.


Background Color

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

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

This div background color is #6E9BA5.


Border color

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

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

This div border color is #6E9BA5.


Opacity

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

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

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

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

This text has shadow with #6E9BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9BA5 on black background.


Color preview on white background

This text has color #6E9BA5 on white background.



Black color preview on #6E9BA5 background

This text has black color on #6E9BA5 background.


White color preview on #6E9BA5 background

This text has white color on #6E9BA5 background.