COLOR #6E6AA7

HEX: #6E6AA7
RGB: (110,106,167)

Color info

#6E6AA7 contains mainly red and blue colors. Web safe color of #6E6AA7 is #666699 (or #669).

RGB color model

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

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

RGB channels and saturation

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

110
106
167

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 167 = 383 (100%)
R 110 of 383 ~ 28.72%
G 106 of 383 ~ 27.68%
B 167 of 383 ~ 43.6%

%28.72
%27.68
%43.6

CMYK color model

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

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

CMYK percentages

%34.13
%36.53
%0
%34.51

Codes

Color #6E6AA7 in popluar color models

6E6AA7
RGB110106167
HSL244°25.74%53.53%
HSB/HSV244°36.53%65.49%
CMYK34.13%36.53%0.00%
34.51%

Color #6E6AA7 in popluar number systems.

HEX6E6AA7
Decimal110106167
Binary1101110110101010100111
Octal156152247

Shades and tints

Shades of #6E6AA7

#6E6AA7
(110,106,167)
#646198
(100,97,152)
#5A5889
(90,88,137)
#504F7A
(80,79,122)
#46466B
(70,70,107)
#3C3D5C
(60,61,92)
#32344D
(50,52,77)
#282B3E
(40,43,62)
#1E222F
(30,34,47)
#141920
(20,25,32)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #6E6AA7

#6E6AA7
(110,106,167)
#7B77AF
(123,119,175)
#8884B7
(136,132,183)
#9591BF
(149,145,191)
#A29EC7
(162,158,199)
#AFABCF
(175,171,207)
#BCB8D7
(188,184,215)
#C9C5DF
(201,197,223)
#D6D2E7
(214,210,231)
#E3DFEF
(227,223,239)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6AA7; }

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

This text font color is #6E6AA7.


Background Color

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

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

This div background color is #6E6AA7.


Border color

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

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

This div border color is #6E6AA7.


Opacity

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

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

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

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

This text has shadow with #6E6AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6AA7 on black background.


Color preview on white background

This text has color #6E6AA7 on white background.



Black color preview on #6E6AA7 background

This text has black color on #6E6AA7 background.


White color preview on #6E6AA7 background

This text has white color on #6E6AA7 background.