COLOR #6E9595

HEX: #6E9595 RGB: (110,149,149)

Color info

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

RGB color model

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

RGB: (110,149,149) (43%, 58%, 58%)

RGB channels and saturation

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

110
149
149

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

Portions of RGB colors in percentages

R + G + B = 110 + 149 + 149 = 408 (100%)
R 110 of 408 ~ 26.96%
G 149 of 408 ~ 36.52%
B 149 of 408 ~ 36.52'%

%26.96
%36.52
%36.52

CMYK color model

#6E9595 color CMYK value is (26,0,0,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (26,0,0,42)
C26M0Y0K42 (26%, 0%, 0%, 42%)
(0.26 / 0.00 / 0.00 / 0.42)

CMYK percentages

%26.17
%0
%0
%41.57

Codes

Color #6E9595 in popluar color models

6E 95 95
RGB 110 149 149
HSL 180° 15.54% 50.78%
HSB/HSV 180° 26.17% 58.43%
CMYK 26.17% 0.00% 0.00%
41.57%

Color #6E9595 in popluar number systems.

HEX 6E 95 95
Decimal 110 149 149
Binary 1101110 10010101 10010101
Octal 156 225 225

Shades and tints

Shades of #6E9595

#6E9595
(110,149,149)
#648888
(100,136,136)
#5A7B7B
(90,123,123)
#506E6E
(80,110,110)
#466161
(70,97,97)
#3C5454
(60,84,84)
#324747
(50,71,71)
#283A3A
(40,58,58)
#1E2D2D
(30,45,45)
#142020
(20,32,32)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #6E9595

#6E9595
(110,149,149)
#7B9E9E
(123,158,158)
#88A7A7
(136,167,167)
#95B0B0
(149,176,176)
#A2B9B9
(162,185,185)
#AFC2C2
(175,194,194)
#BCCBCB
(188,203,203)
#C9D4D4
(201,212,212)
#D6DDDD
(214,221,221)
#E3E6E6
(227,230,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9595; }

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

This text font color is #6E9595.

Background Color

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

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

This div background color is #6E9595.

Border color

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

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

This div border color is #6E9595.

Opacity

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

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

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

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

This text has shadow with #6E9595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9595.

Preview

Color preview on black background

This text has color #6E9595 on black background.


Color preview on white background

This text has color #6E9595 on white background.


Black color preview on #6E9595 background

This text has black color on #6E9595 background.


White color preview on #6E9595 background

This text has white color on #6E9595 background.


Related colors

Complementary color

Complementary color for #hex is #916A6A.


I love getcolorcode.com