COLOR #6E929A

HEX: #6E929A
RGB: (110,146,154)

Color info

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

RGB color model

#6E929A color RGB value is (110,146,154).

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

RGB channels and saturation

R 110 of 255 = 43%
G 146 of 255 = 57%
B 154 of 255 = 60%

110
146
154

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

Portions of RGB colors in percentages

R + G + B =
110 + 146 + 154 = 410 (100%)
R 110 of 410 ~ 26.83%
G 146 of 410 ~ 35.61%
B 154 of 410 ~ 37.56%

%26.83
%35.61
%37.56

CMYK color model

#6E929A color CMYK value is (29,5,0,40).

  • cyan value is 28.57%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(29,5,0,40)
C29M5Y0K40 
(29%,5%,0%,40%)
(0.29/0.05/0.00/0.40)	

CMYK percentages

%28.57
%5.19
%0
%39.61

Codes

Color #6E929A in popluar color models

6E929A
RGB110146154
HSL191°17.89%51.76%
HSB/HSV191°28.57%60.39%
CMYK28.57%5.19%0.00%
39.61%

Color #6E929A in popluar number systems.

HEX6E929A
Decimal110146154
Binary11011101001001010011010
Octal156222232

Shades and tints

Shades of #6E929A

#6E929A
(110,146,154)
#64858C
(100,133,140)
#5A787E
(90,120,126)
#506B70
(80,107,112)
#465E62
(70,94,98)
#3C5154
(60,81,84)
#324446
(50,68,70)
#283738
(40,55,56)
#1E2A2A
(30,42,42)
#141D1C
(20,29,28)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #6E929A

#6E929A
(110,146,154)
#7B9BA3
(123,155,163)
#88A4AC
(136,164,172)
#95ADB5
(149,173,181)
#A2B6BE
(162,182,190)
#AFBFC7
(175,191,199)
#BCC8D0
(188,200,208)
#C9D1D9
(201,209,217)
#D6DAE2
(214,218,226)
#E3E3EB
(227,227,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E929A; }

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

This text font color is #6E929A.


Background Color

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

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

This div background color is #6E929A.


Border color

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

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

This div border color is #6E929A.


Opacity

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

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

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

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

This text has shadow with #6E929A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E929A on black background.


Color preview on white background

This text has color #6E929A on white background.



Black color preview on #6E929A background

This text has black color on #6E929A background.


White color preview on #6E929A background

This text has white color on #6E929A background.