COLOR #6E68AA

HEX: #6E68AA RGB: (110,104,170)

Color info

#6E68AA contains mainly blue color. Web safe color of #6E68AA is #666699 (or #669).

RGB color model

#6E68AA color RGB value is (110,104,170).

RGB: (110,104,170) (43%, 41%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 170 of 255 = 67%

110
104
170

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

Portions of RGB colors in percentages

R + G + B = 110 + 104 + 170 = 384 (100%)
R 110 of 384 ~ 28.65%
G 104 of 384 ~ 27.08%
B 170 of 384 ~ 44.27'%

%28.65
%27.08
%44.27

CMYK color model

#6E68AA color CMYK value is (35,39,0,33).

  • cyan value is 35.29%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (35,39,0,33)
C35M39Y0K33 (35%, 39%, 0%, 33%)
(0.35 / 0.39 / 0.00 / 0.33)

CMYK percentages

%35.29
%38.82
%0
%33.33

Codes

Color #6E68AA in popluar color models

6E 68 AA
RGB 110 104 170
HSL 245° 27.97% 53.73%
HSB/HSV 245° 38.82% 66.67%
CMYK 35.29% 38.82% 0.00%
33.33%

Color #6E68AA in popluar number systems.

HEX 6E 68 AA
Decimal 110 104 170
Binary 1101110 1101000 10101010
Octal 156 150 252

Shades and tints

Shades of #6E68AA

#6E68AA
(110,104,170)
#645F9B
(100,95,155)
#5A568C
(90,86,140)
#504D7D
(80,77,125)
#46446E
(70,68,110)
#3C3B5F
(60,59,95)
#323250
(50,50,80)
#282941
(40,41,65)
#1E2032
(30,32,50)
#141723
(20,23,35)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #6E68AA

#6E68AA
(110,104,170)
#7B75B1
(123,117,177)
#8882B8
(136,130,184)
#958FBF
(149,143,191)
#A29CC6
(162,156,198)
#AFA9CD
(175,169,205)
#BCB6D4
(188,182,212)
#C9C3DB
(201,195,219)
#D6D0E2
(214,208,226)
#E3DDE9
(227,221,233)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E68AA; }

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

This text font color is #6E68AA.

Background Color

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

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

This div background color is #6E68AA.

Border color

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

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

This div border color is #6E68AA.

Opacity

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

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

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

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

This text has shadow with #6E68AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E68AA.

Preview

Color preview on black background

This text has color #6E68AA on black background.


Color preview on white background

This text has color #6E68AA on white background.


Black color preview on #6E68AA background

This text has black color on #6E68AA background.


White color preview on #6E68AA background

This text has white color on #6E68AA background.


Related colors

Complementary color

Complementary color for #hex is #919755.


I love getcolorcode.com

Triadic colors

1 #AA6E68 and #68AA6E with #6E68AA are triadic colors.

2 #AA686E and #686EAA with #6E68AA are triadic colors.