COLOR #6E908F

HEX: #6E908F
RGB: (110,144,143)

Color info

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

RGB color model

#6E908F color RGB value is (110,144,143).

  • red value is 110;
  • green value is 144;
  • blue value is 143.
RGB:
(110,144,143)
(43%,56%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 144 of 255 = 56%
B 143 of 255 = 56%

110
144
143

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

Portions of RGB colors in percentages

R + G + B =
110 + 144 + 143 = 397 (100%)
R 110 of 397 ~ 27.71%
G 144 of 397 ~ 36.27%
B 143 of 397 ~ 36.02%

%27.71
%36.27
%36.02

CMYK color model

#6E908F color CMYK value is (24,0,1,44).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.53%
CMYK:
(24,0,1,44)
C24M0Y1K44 
(24%,0%,1%,44%)
(0.24/0.00/0.01/0.44)	

CMYK percentages

%23.61
%0
%0.69
%43.53

Codes

Color #6E908F in popluar color models

6E908F
RGB110144143
HSL178°13.39%49.80%
HSB/HSV178°23.61%56.47%
CMYK23.61%0.00%0.69%
43.53%

Color #6E908F in popluar number systems.

HEX6E908F
Decimal110144143
Binary11011101001000010001111
Octal156220217

Shades and tints

Shades of #6E908F

#6E908F
(110,144,143)
#648382
(100,131,130)
#5A7675
(90,118,117)
#506968
(80,105,104)
#465C5B
(70,92,91)
#3C4F4E
(60,79,78)
#324241
(50,66,65)
#283534
(40,53,52)
#1E2827
(30,40,39)
#141B1A
(20,27,26)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E908F

#6E908F
(110,144,143)
#7B9A99
(123,154,153)
#88A4A3
(136,164,163)
#95AEAD
(149,174,173)
#A2B8B7
(162,184,183)
#AFC2C1
(175,194,193)
#BCCCCB
(188,204,203)
#C9D6D5
(201,214,213)
#D6E0DF
(214,224,223)
#E3EAE9
(227,234,233)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E908F; }

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

This text font color is #6E908F.


Background Color

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

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

This div background color is #6E908F.


Border color

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

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

This div border color is #6E908F.


Opacity

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

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

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

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

This text has shadow with #6E908F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E908F on black background.


Color preview on white background

This text has color #6E908F on white background.



Black color preview on #6E908F background

This text has black color on #6E908F background.


White color preview on #6E908F background

This text has white color on #6E908F background.