COLOR #6E928A

HEX: #6E928A
RGB: (110,146,138)

Color info

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

RGB color model

#6E928A color RGB value is (110,146,138).

  • red value is 110;
  • green value is 146;
  • blue value is 138.
RGB:
(110,146,138)
(43%,57%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 146 of 255 = 57%
B 138 of 255 = 54%

110
146
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 146 + 138 = 394 (100%)
R 110 of 394 ~ 27.92%
G 146 of 394 ~ 37.06%
B 138 of 394 ~ 35.03%

%27.92
%37.06
%35.03

CMYK color model

#6E928A color CMYK value is (25,0,5,43).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 42.75%
CMYK:
(25,0,5,43)
C25M0Y5K43 
(25%,0%,5%,43%)
(0.25/0.00/0.05/0.43)	

CMYK percentages

%24.66
%0
%5.48
%42.75

Codes

Color #6E928A in popluar color models

6E928A
RGB110146138
HSL167°14.17%50.20%
HSB/HSV167°24.66%57.25%
CMYK24.66%0.00%5.48%
42.75%

Color #6E928A in popluar number systems.

HEX6E928A
Decimal110146138
Binary11011101001001010001010
Octal156222212

Shades and tints

Shades of #6E928A

#6E928A
(110,146,138)
#64857E
(100,133,126)
#5A7872
(90,120,114)
#506B66
(80,107,102)
#465E5A
(70,94,90)
#3C514E
(60,81,78)
#324442
(50,68,66)
#283736
(40,55,54)
#1E2A2A
(30,42,42)
#141D1E
(20,29,30)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6E928A

#6E928A
(110,146,138)
#7B9B94
(123,155,148)
#88A49E
(136,164,158)
#95ADA8
(149,173,168)
#A2B6B2
(162,182,178)
#AFBFBC
(175,191,188)
#BCC8C6
(188,200,198)
#C9D1D0
(201,209,208)
#D6DADA
(214,218,218)
#E3E3E4
(227,227,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E928A; }

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

This text font color is #6E928A.


Background Color

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

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

This div background color is #6E928A.


Border color

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

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

This div border color is #6E928A.


Opacity

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

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

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

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

This text has shadow with #6E928A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E928A on black background.


Color preview on white background

This text has color #6E928A on white background.



Black color preview on #6E928A background

This text has black color on #6E928A background.


White color preview on #6E928A background

This text has white color on #6E928A background.