COLOR #6A4AA2

HEX: #6A4AA2
RGB: (106,74,162)

Color info

#6A4AA2 contains mainly red and blue colors. Web safe color of #6A4AA2 is #663399 (or #639).

RGB color model

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

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

RGB channels and saturation

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

106
74
162

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

Portions of RGB colors in percentages

R + G + B =
106 + 74 + 162 = 342 (100%)
R 106 of 342 ~ 30.99%
G 74 of 342 ~ 21.64%
B 162 of 342 ~ 47.37%

%30.99
%21.64
%47.37

CMYK color model

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

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

CMYK percentages

%34.57
%54.32
%0
%36.47

Codes

Color #6A4AA2 in popluar color models

6A4AA2
RGB10674162
HSL262°37.29%46.27%
HSB/HSV262°54.32%63.53%
CMYK34.57%54.32%0.00%
36.47%

Color #6A4AA2 in popluar number systems.

HEX6A4AA2
Decimal10674162
Binary1101010100101010100010
Octal152112242

Shades and tints

Shades of #6A4AA2

#6A4AA2
(106,74,162)
#614494
(97,68,148)
#583E86
(88,62,134)
#4F3878
(79,56,120)
#46326A
(70,50,106)
#3D2C5C
(61,44,92)
#34264E
(52,38,78)
#2B2040
(43,32,64)
#221A32
(34,26,50)
#191424
(25,20,36)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #6A4AA2

#6A4AA2
(106,74,162)
#775AAA
(119,90,170)
#846AB2
(132,106,178)
#917ABA
(145,122,186)
#9E8AC2
(158,138,194)
#AB9ACA
(171,154,202)
#B8AAD2
(184,170,210)
#C5BADA
(197,186,218)
#D2CAE2
(210,202,226)
#DFDAEA
(223,218,234)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4AA2; }

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

This text font color is #6A4AA2.


Background Color

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

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

This div background color is #6A4AA2.


Border color

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

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

This div border color is #6A4AA2.


Opacity

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

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

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

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

This text has shadow with #6A4AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4AA2 on black background.


Color preview on white background

This text has color #6A4AA2 on white background.



Black color preview on #6A4AA2 background

This text has black color on #6A4AA2 background.


White color preview on #6A4AA2 background

This text has white color on #6A4AA2 background.