COLOR #6E7E9C

HEX: #6E7E9C RGB: (110,126,156)

Color info

#6E7E9C contains red, green and blue colors in about the same proportion. Web safe color of #6E7E9C is #666699 (or #669).

RGB color model

#6E7E9C color RGB value is (110,126,156).

RGB: (110,126,156) (43%, 49%, 61%)

RGB channels and saturation

R 110 of 255 = 43%
G 126 of 255 = 49%
B 156 of 255 = 61%

110
126
156

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

Portions of RGB colors in percentages

R + G + B = 110 + 126 + 156 = 392 (100%)
R 110 of 392 ~ 28.06%
G 126 of 392 ~ 32.14%
B 156 of 392 ~ 39.8'%

%28.06
%32.14
%39.8

CMYK color model

#6E7E9C color CMYK value is (29,19,0,39).

  • cyan value is 29.49%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (29,19,0,39)
C29M19Y0K39 (29%, 19%, 0%, 39%)
(0.29 / 0.19 / 0.00 / 0.39)

CMYK percentages

%29.49
%19.23
%0
%38.82

Codes

Color #6E7E9C in popluar color models

6E 7E 9C
RGB 110 126 156
HSL 219° 18.85% 52.16%
HSB/HSV 219° 29.49% 61.18%
CMYK 29.49% 19.23% 0.00%
38.82%

Color #6E7E9C in popluar number systems.

HEX 6E 7E 9C
Decimal 110 126 156
Binary 1101110 1111110 10011100
Octal 156 176 234

Shades and tints

Shades of #6E7E9C

#6E7E9C
(110,126,156)
#64738E
(100,115,142)
#5A6880
(90,104,128)
#505D72
(80,93,114)
#465264
(70,82,100)
#3C4756
(60,71,86)
#323C48
(50,60,72)
#28313A
(40,49,58)
#1E262C
(30,38,44)
#141B1E
(20,27,30)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E7E9C

#6E7E9C
(110,126,156)
#7B89A5
(123,137,165)
#8894AE
(136,148,174)
#959FB7
(149,159,183)
#A2AAC0
(162,170,192)
#AFB5C9
(175,181,201)
#BCC0D2
(188,192,210)
#C9CBDB
(201,203,219)
#D6D6E4
(214,214,228)
#E3E1ED
(227,225,237)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7E9C color. Also use rgb(110,126,156) instead hex code.

Text Font Color

.myTextColor { color: #6E7E9C; }

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

This text font color is #6E7E9C.

Background Color

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

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

This div background color is #6E7E9C.

Border color

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

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

This div border color is #6E7E9C.

Opacity

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

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

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

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

This text has shadow with #6E7E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7E9C.

Preview

Color preview on black background

This text has color #6E7E9C on black background.


Color preview on white background

This text has color #6E7E9C on white background.


Black color preview on #6E7E9C background

This text has black color on #6E7E9C background.


White color preview on #6E7E9C background

This text has white color on #6E7E9C background.


Related colors

Complementary color

Complementary color for #hex is #918163.


I love getcolorcode.com

Triadic colors

1 #9C6E7E and #7E9C6E with #6E7E9C are triadic colors.

2 #9C7E6E and #7E6E9C with #6E7E9C are triadic colors.