COLOR #6E9398

HEX: #6E9398
RGB: (110,147,152)

Color info

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

RGB color model

#6E9398 color RGB value is (110,147,152).

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

RGB channels and saturation

R 110 of 255 = 43%
G 147 of 255 = 58%
B 152 of 255 = 60%

110
147
152

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

Portions of RGB colors in percentages

R + G + B =
110 + 147 + 152 = 409 (100%)
R 110 of 409 ~ 26.89%
G 147 of 409 ~ 35.94%
B 152 of 409 ~ 37.16%

%26.89
%35.94
%37.16

CMYK color model

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

  • cyan value is 27.63%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(28,3,0,40)
C28M3Y0K40 
(28%,3%,0%,40%)
(0.28/0.03/0.00/0.40)	

CMYK percentages

%27.63
%3.29
%0
%40.39

Codes

Color #6E9398 in popluar color models

6E9398
RGB110147152
HSL187°16.94%51.37%
HSB/HSV187°27.63%59.61%
CMYK27.63%3.29%0.00%
40.39%

Color #6E9398 in popluar number systems.

HEX6E9398
Decimal110147152
Binary11011101001001110011000
Octal156223230

Shades and tints

Shades of #6E9398

#6E9398
(110,147,152)
#64868B
(100,134,139)
#5A797E
(90,121,126)
#506C71
(80,108,113)
#465F64
(70,95,100)
#3C5257
(60,82,87)
#32454A
(50,69,74)
#28383D
(40,56,61)
#1E2B30
(30,43,48)
#141E23
(20,30,35)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #6E9398

#6E9398
(110,147,152)
#7B9CA1
(123,156,161)
#88A5AA
(136,165,170)
#95AEB3
(149,174,179)
#A2B7BC
(162,183,188)
#AFC0C5
(175,192,197)
#BCC9CE
(188,201,206)
#C9D2D7
(201,210,215)
#D6DBE0
(214,219,224)
#E3E4E9
(227,228,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9398; }

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

This text font color is #6E9398.


Background Color

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

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

This div background color is #6E9398.


Border color

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

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

This div border color is #6E9398.


Opacity

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

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

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

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

This text has shadow with #6E9398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9398 on black background.


Color preview on white background

This text has color #6E9398 on white background.



Black color preview on #6E9398 background

This text has black color on #6E9398 background.


White color preview on #6E9398 background

This text has white color on #6E9398 background.