COLOR #6A6AA2

HEX: #6A6AA2
RGB: (106,106,162)

Color info

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

RGB color model

#6A6AA2 color RGB value is (106,106,162).

  • red value is 106;
  • green value is 106;
  • blue value is 162.
RGB:
(106,106,162)
(42%,42%,64%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 162 of 255 = 64%

106
106
162

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

Portions of RGB colors in percentages

R + G + B =
106 + 106 + 162 = 374 (100%)
R 106 of 374 ~ 28.34%
G 106 of 374 ~ 28.34%
B 162 of 374 ~ 43.32%

%28.34
%28.34
%43.32

CMYK color model

#6A6AA2 color CMYK value is (35,35,0,36).

  • cyan value is 34.57%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(35,35,0,36)
C35M35Y0K36 
(35%,35%,0%,36%)
(0.35/0.35/0.00/0.36)	

CMYK percentages

%34.57
%34.57
%0
%36.47

Codes

Color #6A6AA2 in popluar color models

6A6AA2
RGB106106162
HSL240°23.14%52.55%
HSB/HSV240°34.57%63.53%
CMYK34.57%34.57%0.00%
36.47%

Color #6A6AA2 in popluar number systems.

HEX6A6AA2
Decimal106106162
Binary1101010110101010100010
Octal152152242

Shades and tints

Shades of #6A6AA2

#6A6AA2
(106,106,162)
#616194
(97,97,148)
#585886
(88,88,134)
#4F4F78
(79,79,120)
#46466A
(70,70,106)
#3D3D5C
(61,61,92)
#34344E
(52,52,78)
#2B2B40
(43,43,64)
#222232
(34,34,50)
#191924
(25,25,36)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #6A6AA2

#6A6AA2
(106,106,162)
#7777AA
(119,119,170)
#8484B2
(132,132,178)
#9191BA
(145,145,186)
#9E9EC2
(158,158,194)
#ABABCA
(171,171,202)
#B8B8D2
(184,184,210)
#C5C5DA
(197,197,218)
#D2D2E2
(210,210,226)
#DFDFEA
(223,223,234)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6AA2; }

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

This text font color is #6A6AA2.


Background Color

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

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

This div background color is #6A6AA2.


Border color

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

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

This div border color is #6A6AA2.


Opacity

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

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

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

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

This text has shadow with #6A6AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6AA2 on black background.


Color preview on white background

This text has color #6A6AA2 on white background.



Black color preview on #6A6AA2 background

This text has black color on #6A6AA2 background.


White color preview on #6A6AA2 background

This text has white color on #6A6AA2 background.