COLOR #6A4AA4

HEX: #6A4AA4
RGB: (106,74,164)

Color info

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

RGB color model

#6A4AA4 color RGB value is (106,74,164).

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

RGB channels and saturation

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

106
74
164

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

Portions of RGB colors in percentages

R + G + B =
106 + 74 + 164 = 344 (100%)
R 106 of 344 ~ 30.81%
G 74 of 344 ~ 21.51%
B 164 of 344 ~ 47.67%

%30.81
%21.51
%47.67

CMYK color model

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

  • cyan value is 35.37%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(35,55,0,36)
C35M55Y0K36 
(35%,55%,0%,36%)
(0.35/0.55/0.00/0.36)	

CMYK percentages

%35.37
%54.88
%0
%35.69

Codes

Color #6A4AA4 in popluar color models

6A4AA4
RGB10674164
HSL261°37.82%46.67%
HSB/HSV261°54.88%64.31%
CMYK35.37%54.88%0.00%
35.69%

Color #6A4AA4 in popluar number systems.

HEX6A4AA4
Decimal10674164
Binary1101010100101010100100
Octal152112244

Shades and tints

Shades of #6A4AA4

#6A4AA4
(106,74,164)
#614496
(97,68,150)
#583E88
(88,62,136)
#4F387A
(79,56,122)
#46326C
(70,50,108)
#3D2C5E
(61,44,94)
#342650
(52,38,80)
#2B2042
(43,32,66)
#221A34
(34,26,52)
#191426
(25,20,38)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #6A4AA4

#6A4AA4
(106,74,164)
#775AAC
(119,90,172)
#846AB4
(132,106,180)
#917ABC
(145,122,188)
#9E8AC4
(158,138,196)
#AB9ACC
(171,154,204)
#B8AAD4
(184,170,212)
#C5BADC
(197,186,220)
#D2CAE4
(210,202,228)
#DFDAEC
(223,218,236)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4AA4; }

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

This text font color is #6A4AA4.


Background Color

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

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

This div background color is #6A4AA4.


Border color

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

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

This div border color is #6A4AA4.


Opacity

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

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

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

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

This text has shadow with #6A4AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4AA4 on black background.


Color preview on white background

This text has color #6A4AA4 on white background.



Black color preview on #6A4AA4 background

This text has black color on #6A4AA4 background.


White color preview on #6A4AA4 background

This text has white color on #6A4AA4 background.