COLOR #6E9995

HEX: #6E9995
RGB: (110,153,149)

Color info

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

RGB color model

#6E9995 color RGB value is (110,153,149).

  • red value is 110;
  • green value is 153;
  • blue value is 149.
RGB:
(110,153,149)
(43%,60%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 153 of 255 = 60%
B 149 of 255 = 58%

110
153
149

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

Portions of RGB colors in percentages

R + G + B =
110 + 153 + 149 = 412 (100%)
R 110 of 412 ~ 26.7%
G 153 of 412 ~ 37.14%
B 149 of 412 ~ 36.17%

%26.7
%37.14
%36.17

CMYK color model

#6E9995 color CMYK value is (28,0,3,40).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(28,0,3,40)
C28M0Y3K40 
(28%,0%,3%,40%)
(0.28/0.00/0.03/0.40)	

CMYK percentages

%28.1
%0
%2.61
%40

Codes

Color #6E9995 in popluar color models

6E9995
RGB110153149
HSL174°17.41%51.57%
HSB/HSV174°28.10%60.00%
CMYK28.10%0.00%2.61%
40.00%

Color #6E9995 in popluar number systems.

HEX6E9995
Decimal110153149
Binary11011101001100110010101
Octal156231225

Shades and tints

Shades of #6E9995

#6E9995
(110,153,149)
#648C88
(100,140,136)
#5A7F7B
(90,127,123)
#50726E
(80,114,110)
#466561
(70,101,97)
#3C5854
(60,88,84)
#324B47
(50,75,71)
#283E3A
(40,62,58)
#1E312D
(30,49,45)
#142420
(20,36,32)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #6E9995

#6E9995
(110,153,149)
#7BA29E
(123,162,158)
#88ABA7
(136,171,167)
#95B4B0
(149,180,176)
#A2BDB9
(162,189,185)
#AFC6C2
(175,198,194)
#BCCFCB
(188,207,203)
#C9D8D4
(201,216,212)
#D6E1DD
(214,225,221)
#E3EAE6
(227,234,230)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9995 color. Also use rgb(110,153,149) instead hex code.

Text Font Color

.myTextColor { color: #6E9995; }

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

This text font color is #6E9995.


Background Color

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

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

This div background color is #6E9995.


Border color

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

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

This div border color is #6E9995.


Opacity

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

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

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

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

This text has shadow with #6E9995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9995 on black background.


Color preview on white background

This text has color #6E9995 on white background.



Black color preview on #6E9995 background

This text has black color on #6E9995 background.


White color preview on #6E9995 background

This text has white color on #6E9995 background.