COLOR #6E7FA6

HEX: #6E7FA6 RGB: (110,127,166)

Color info

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

RGB color model

#6E7FA6 color RGB value is (110,127,166).

RGB: (110,127,166) (43%, 50%, 65%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 166 of 255 = 65%

110
127
166

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

Portions of RGB colors in percentages

R + G + B = 110 + 127 + 166 = 403 (100%)
R 110 of 403 ~ 27.3%
G 127 of 403 ~ 31.51%
B 166 of 403 ~ 41.19'%

%27.3
%31.51
%41.19

CMYK color model

#6E7FA6 color CMYK value is (34,23,0,35).

  • cyan value is 33.73%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (34,23,0,35)
C34M23Y0K35 (34%, 23%, 0%, 35%)
(0.34 / 0.23 / 0.00 / 0.35)

CMYK percentages

%33.73
%23.49
%0
%34.9

Codes

Color #6E7FA6 in popluar color models

6E 7F A6
RGB 110 127 166
HSL 222° 23.93% 54.12%
HSB/HSV 222° 33.73% 65.10%
CMYK 33.73% 23.49% 0.00%
34.90%

Color #6E7FA6 in popluar number systems.

HEX 6E 7F A6
Decimal 110 127 166
Binary 1101110 1111111 10100110
Octal 156 177 246

Shades and tints

Shades of #6E7FA6

#6E7FA6
(110,127,166)
#647497
(100,116,151)
#5A6988
(90,105,136)
#505E79
(80,94,121)
#46536A
(70,83,106)
#3C485B
(60,72,91)
#323D4C
(50,61,76)
#28323D
(40,50,61)
#1E272E
(30,39,46)
#141C1F
(20,28,31)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6E7FA6

#6E7FA6
(110,127,166)
#7B8AAE
(123,138,174)
#8895B6
(136,149,182)
#95A0BE
(149,160,190)
#A2ABC6
(162,171,198)
#AFB6CE
(175,182,206)
#BCC1D6
(188,193,214)
#C9CCDE
(201,204,222)
#D6D7E6
(214,215,230)
#E3E2EE
(227,226,238)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7FA6 color. Also use rgb(110,127,166) instead hex code.

Text Font Color

.myTextColor { color: #6E7FA6; }

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

This text font color is #6E7FA6.

Background Color

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

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

This div background color is #6E7FA6.

Border color

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

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

This div border color is #6E7FA6.

Opacity

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

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

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

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

This text has shadow with #6E7FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7FA6.

Preview

Color preview on black background

This text has color #6E7FA6 on black background.


Color preview on white background

This text has color #6E7FA6 on white background.


Black color preview on #6E7FA6 background

This text has black color on #6E7FA6 background.


White color preview on #6E7FA6 background

This text has white color on #6E7FA6 background.


Related colors

Complementary color

Complementary color for #hex is #918059.


I love getcolorcode.com

Triadic colors

1 #A66E7F and #7FA66E with #6E7FA6 are triadic colors.

2 #A67F6E and #7F6EA6 with #6E7FA6 are triadic colors.