COLOR #6E8595

HEX: #6E8595
RGB: (110,133,149)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
133
149

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

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 149 = 392 (100%)
R 110 of 392 ~ 28.06%
G 133 of 392 ~ 33.93%
B 149 of 392 ~ 38.01%

%28.06
%33.93
%38.01

CMYK color model

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

  • cyan value is 26.17%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(26,11,0,42)
C26M11Y0K42 
(26%,11%,0%,42%)
(0.26/0.11/0.00/0.42)	

CMYK percentages

%26.17
%10.74
%0
%41.57

Codes

Color #6E8595 in popluar color models

6E8595
RGB110133149
HSL205°15.54%50.78%
HSB/HSV205°26.17%58.43%
CMYK26.17%10.74%0.00%
41.57%

Color #6E8595 in popluar number systems.

HEX6E8595
Decimal110133149
Binary11011101000010110010101
Octal156205225

Shades and tints

Shades of #6E8595

#6E8595
(110,133,149)
#647988
(100,121,136)
#5A6D7B
(90,109,123)
#50616E
(80,97,110)
#465561
(70,85,97)
#3C4954
(60,73,84)
#323D47
(50,61,71)
#28313A
(40,49,58)
#1E252D
(30,37,45)
#141920
(20,25,32)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6E8595

#6E8595
(110,133,149)
#7B909E
(123,144,158)
#889BA7
(136,155,167)
#95A6B0
(149,166,176)
#A2B1B9
(162,177,185)
#AFBCC2
(175,188,194)
#BCC7CB
(188,199,203)
#C9D2D4
(201,210,212)
#D6DDDD
(214,221,221)
#E3E8E6
(227,232,230)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8595; }

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

This text font color is #6E8595.


Background Color

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

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

This div background color is #6E8595.


Border color

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

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

This div border color is #6E8595.


Opacity

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

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

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

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

This text has shadow with #6E8595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8595 on black background.


Color preview on white background

This text has color #6E8595 on white background.



Black color preview on #6E8595 background

This text has black color on #6E8595 background.


White color preview on #6E8595 background

This text has white color on #6E8595 background.