COLOR #6A6EAA

HEX: #6A6EAA RGB: (106,110,170)

Color info

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

RGB color model

#6A6EAA color RGB value is (106,110,170).

RGB: (106,110,170) (42%, 43%, 67%)

RGB channels and saturation

R 106 of 255 = 42%
G 110 of 255 = 43%
B 170 of 255 = 67%

106
110
170

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

Portions of RGB colors in percentages

R + G + B = 106 + 110 + 170 = 386 (100%)
R 106 of 386 ~ 27.46%
G 110 of 386 ~ 28.5%
B 170 of 386 ~ 44.04'%

%27.46
%28.5
%44.04

CMYK color model

#6A6EAA color CMYK value is (38,35,0,33).

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

CMYK: (38,35,0,33)
C38M35Y0K33 (38%, 35%, 0%, 33%)
(0.38 / 0.35 / 0.00 / 0.33)

CMYK percentages

%37.65
%35.29
%0
%33.33

Codes

Color #6A6EAA in popluar color models

6A 6E AA
RGB 106 110 170
HSL 236° 27.35% 54.12%
HSB/HSV 236° 37.65% 66.67%
CMYK 37.65% 35.29% 0.00%
33.33%

Color #6A6EAA in popluar number systems.

HEX 6A 6E AA
Decimal 106 110 170
Binary 1101010 1101110 10101010
Octal 152 156 252

Shades and tints

Shades of #6A6EAA

#6A6EAA
(106,110,170)
#61649B
(97,100,155)
#585A8C
(88,90,140)
#4F507D
(79,80,125)
#46466E
(70,70,110)
#3D3C5F
(61,60,95)
#343250
(52,50,80)
#2B2841
(43,40,65)
#221E32
(34,30,50)
#191423
(25,20,35)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #6A6EAA

#6A6EAA
(106,110,170)
#777BB1
(119,123,177)
#8488B8
(132,136,184)
#9195BF
(145,149,191)
#9EA2C6
(158,162,198)
#ABAFCD
(171,175,205)
#B8BCD4
(184,188,212)
#C5C9DB
(197,201,219)
#D2D6E2
(210,214,226)
#DFE3E9
(223,227,233)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6EAA; }

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

This text font color is #6A6EAA.

Background Color

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

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

This div background color is #6A6EAA.

Border color

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

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

This div border color is #6A6EAA.

Opacity

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

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

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

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

This text has shadow with #6A6EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6EAA.

Preview

Color preview on black background

This text has color #6A6EAA on black background.


Color preview on white background

This text has color #6A6EAA on white background.


Black color preview on #6A6EAA background

This text has black color on #6A6EAA background.


White color preview on #6A6EAA background

This text has white color on #6A6EAA background.


Related colors

Complementary color

Complementary color for #hex is #959155.


I love getcolorcode.com

Triadic colors

1 #AA6A6E and #6EAA6A with #6A6EAA are triadic colors.

2 #AA6E6A and #6E6AAA with #6A6EAA are triadic colors.