COLOR #6A4BA2

HEX: #6A4BA2
RGB: (106,75,162)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
75
162

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

Portions of RGB colors in percentages

R + G + B =
106 + 75 + 162 = 343 (100%)
R 106 of 343 ~ 30.9%
G 75 of 343 ~ 21.87%
B 162 of 343 ~ 47.23%

%30.9
%21.87
%47.23

CMYK color model

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

  • cyan value is 34.57%
  • magenta value is 53.70%
  • 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
%53.7
%0
%36.47

Codes

Color #6A4BA2 in popluar color models

6A4BA2
RGB10675162
HSL261°36.71%46.47%
HSB/HSV261°53.70%63.53%
CMYK34.57%53.70%0.00%
36.47%

Color #6A4BA2 in popluar number systems.

HEX6A4BA2
Decimal10675162
Binary1101010100101110100010
Octal152113242

Shades and tints

Shades of #6A4BA2

#6A4BA2
(106,75,162)
#614594
(97,69,148)
#583F86
(88,63,134)
#4F3978
(79,57,120)
#46336A
(70,51,106)
#3D2D5C
(61,45,92)
#34274E
(52,39,78)
#2B2140
(43,33,64)
#221B32
(34,27,50)
#191524
(25,21,36)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #6A4BA2

#6A4BA2
(106,75,162)
#775BAA
(119,91,170)
#846BB2
(132,107,178)
#917BBA
(145,123,186)
#9E8BC2
(158,139,194)
#AB9BCA
(171,155,202)
#B8ABD2
(184,171,210)
#C5BBDA
(197,187,218)
#D2CBE2
(210,203,226)
#DFDBEA
(223,219,234)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4BA2; }

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

This text font color is #6A4BA2.


Background Color

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

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

This div background color is #6A4BA2.


Border color

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

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

This div border color is #6A4BA2.


Opacity

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

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

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

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

This text has shadow with #6A4BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4BA2 on black background.


Color preview on white background

This text has color #6A4BA2 on white background.



Black color preview on #6A4BA2 background

This text has black color on #6A4BA2 background.


White color preview on #6A4BA2 background

This text has white color on #6A4BA2 background.