COLOR #6E6EA7

HEX: #6E6EA7
RGB: (110,110,167)

Color info

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

RGB color model

#6E6EA7 color RGB value is (110,110,167).

  • red value is 110;
  • green value is 110;
  • blue value is 167.
RGB:
(110,110,167)
(43%,43%,65%)

RGB channels and saturation

R 110 of 255 = 43%
G 110 of 255 = 43%
B 167 of 255 = 65%

110
110
167

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

Portions of RGB colors in percentages

R + G + B =
110 + 110 + 167 = 387 (100%)
R 110 of 387 ~ 28.42%
G 110 of 387 ~ 28.42%
B 167 of 387 ~ 43.15%

%28.42
%28.42
%43.15

CMYK color model

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

  • cyan value is 34.13%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(34,34,0,35)
C34M34Y0K35 
(34%,34%,0%,35%)
(0.34/0.34/0.00/0.35)	

CMYK percentages

%34.13
%34.13
%0
%34.51

Codes

Color #6E6EA7 in popluar color models

6E6EA7
RGB110110167
HSL240°24.46%54.31%
HSB/HSV240°34.13%65.49%
CMYK34.13%34.13%0.00%
34.51%

Color #6E6EA7 in popluar number systems.

HEX6E6EA7
Decimal110110167
Binary1101110110111010100111
Octal156156247

Shades and tints

Shades of #6E6EA7

#6E6EA7
(110,110,167)
#646498
(100,100,152)
#5A5A89
(90,90,137)
#50507A
(80,80,122)
#46466B
(70,70,107)
#3C3C5C
(60,60,92)
#32324D
(50,50,77)
#28283E
(40,40,62)
#1E1E2F
(30,30,47)
#141420
(20,20,32)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6E6EA7

#6E6EA7
(110,110,167)
#7B7BAF
(123,123,175)
#8888B7
(136,136,183)
#9595BF
(149,149,191)
#A2A2C7
(162,162,199)
#AFAFCF
(175,175,207)
#BCBCD7
(188,188,215)
#C9C9DF
(201,201,223)
#D6D6E7
(214,214,231)
#E3E3EF
(227,227,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6EA7; }

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

This text font color is #6E6EA7.


Background Color

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

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

This div background color is #6E6EA7.


Border color

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

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

This div border color is #6E6EA7.


Opacity

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

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

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

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

This text has shadow with #6E6EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6EA7 on black background.


Color preview on white background

This text has color #6E6EA7 on white background.



Black color preview on #6E6EA7 background

This text has black color on #6E6EA7 background.


White color preview on #6E6EA7 background

This text has white color on #6E6EA7 background.