COLOR #6E968C

HEX: #6E968C RGB: (110,150,140)

Color info

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

RGB color model

#6E968C color RGB value is (110,150,140).

RGB: (110,150,140) (43%, 59%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 150 of 255 = 59%
B 140 of 255 = 55%

110
150
140

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

Portions of RGB colors in percentages

R + G + B = 110 + 150 + 140 = 400 (100%)
R 110 of 400 ~ 27.5%
G 150 of 400 ~ 37.5%
B 140 of 400 ~ 35'%

%27.5
%37.5
%35

CMYK color model

#6E968C color CMYK value is (27,0,7,41).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 41.18%

CMYK: (27,0,7,41)
C27M0Y7K41 (27%, 0%, 7%, 41%)
(0.27 / 0.00 / 0.07 / 0.41)

CMYK percentages

%26.67
%0
%6.67
%41.18

Codes

Color #6E968C in popluar color models

6E 96 8C
RGB 110 150 140
HSL 165° 16.00% 50.98%
HSB/HSV 165° 26.67% 58.82%
CMYK 26.67% 0.00% 6.67%
41.18%

Color #6E968C in popluar number systems.

HEX 6E 96 8C
Decimal 110 150 140
Binary 1101110 10010110 10001100
Octal 156 226 214

Shades and tints

Shades of #6E968C

#6E968C
(110,150,140)
#648980
(100,137,128)
#5A7C74
(90,124,116)
#506F68
(80,111,104)
#46625C
(70,98,92)
#3C5550
(60,85,80)
#324844
(50,72,68)
#283B38
(40,59,56)
#1E2E2C
(30,46,44)
#142120
(20,33,32)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #6E968C

#6E968C
(110,150,140)
#7B9F96
(123,159,150)
#88A8A0
(136,168,160)
#95B1AA
(149,177,170)
#A2BAB4
(162,186,180)
#AFC3BE
(175,195,190)
#BCCCC8
(188,204,200)
#C9D5D2
(201,213,210)
#D6DEDC
(214,222,220)
#E3E7E6
(227,231,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E968C color. Also use rgb(110,150,140) instead hex code.

Text Font Color

.myTextColor { color: #6E968C; }

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

This text font color is #6E968C.

Background Color

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

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

This div background color is #6E968C.

Border color

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

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

This div border color is #6E968C.

Opacity

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

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

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

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

This text has shadow with #6E968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E968C.

Preview

Color preview on black background

This text has color #6E968C on black background.


Color preview on white background

This text has color #6E968C on white background.


Black color preview on #6E968C background

This text has black color on #6E968C background.


White color preview on #6E968C background

This text has white color on #6E968C background.


Related colors

Complementary color

Complementary color for #hex is #916973.


I love getcolorcode.com

Triadic colors

1 #8C6E96 and #968C6E with #6E968C are triadic colors.

2 #8C966E and #966E8C with #6E968C are triadic colors.