COLOR #6A6AAA

HEX: #6A6AAA RGB: (106,106,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
106
170

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

Portions of RGB colors in percentages

R + G + B = 106 + 106 + 170 = 382 (100%)
R 106 of 382 ~ 27.75%
G 106 of 382 ~ 27.75%
B 170 of 382 ~ 44.5'%

%27.75
%27.75
%44.5

CMYK color model

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

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

CMYK: (38,38,0,33)
C38M38Y0K33 (38%, 38%, 0%, 33%)
(0.38 / 0.38 / 0.00 / 0.33)

CMYK percentages

%37.65
%37.65
%0
%33.33

Codes

Color #6A6AAA in popluar color models

6A 6A AA
RGB 106 106 170
HSL 240° 27.35% 54.12%
HSB/HSV 240° 37.65% 66.67%
CMYK 37.65% 37.65% 0.00%
33.33%

Color #6A6AAA in popluar number systems.

HEX 6A 6A AA
Decimal 106 106 170
Binary 1101010 1101010 10101010
Octal 152 152 252

Shades and tints

Shades of #6A6AAA

#6A6AAA
(106,106,170)
#61619B
(97,97,155)
#58588C
(88,88,140)
#4F4F7D
(79,79,125)
#46466E
(70,70,110)
#3D3D5F
(61,61,95)
#343450
(52,52,80)
#2B2B41
(43,43,65)
#222232
(34,34,50)
#191923
(25,25,35)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #6A6AAA

#6A6AAA
(106,106,170)
#7777B1
(119,119,177)
#8484B8
(132,132,184)
#9191BF
(145,145,191)
#9E9EC6
(158,158,198)
#ABABCD
(171,171,205)
#B8B8D4
(184,184,212)
#C5C5DB
(197,197,219)
#D2D2E2
(210,210,226)
#DFDFE9
(223,223,233)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6AAA; }

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

This text font color is #6A6AAA.

Background Color

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

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

This div background color is #6A6AAA.

Border color

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

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

This div border color is #6A6AAA.

Opacity

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

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

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

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

This text has shadow with #6A6AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6AAA.

Preview

Color preview on black background

This text has color #6A6AAA on black background.


Color preview on white background

This text has color #6A6AAA on white background.


Black color preview on #6A6AAA background

This text has black color on #6A6AAA background.


White color preview on #6A6AAA background

This text has white color on #6A6AAA background.


Related colors

Complementary color

Complementary color for #hex is #959555.


I love getcolorcode.com