COLOR #6A3A9E

HEX: #6A3A9E
RGB: (106,58,158)

Color info

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

RGB color model

#6A3A9E color RGB value is (106,58,158).

  • red value is 106;
  • green value is 58;
  • blue value is 158.
RGB:
(106,58,158)
(42%,23%,62%)

RGB channels and saturation

R 106 of 255 = 42%
G 58 of 255 = 23%
B 158 of 255 = 62%

106
58
158

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

Portions of RGB colors in percentages

R + G + B =
106 + 58 + 158 = 322 (100%)
R 106 of 322 ~ 32.92%
G 58 of 322 ~ 18.01%
B 158 of 322 ~ 49.07%

%32.92
%18.01
%49.07

CMYK color model

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

  • cyan value is 32.91%
  • magenta value is 63.29%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(33,63,0,38)
C33M63Y0K38 
(33%,63%,0%,38%)
(0.33/0.63/0.00/0.38)	

CMYK percentages

%32.91
%63.29
%0
%38.04

Codes

Color #6A3A9E in popluar color models

6A3A9E
RGB10658158
HSL269°46.30%42.35%
HSB/HSV269°63.29%61.96%
CMYK32.91%63.29%0.00%
38.04%

Color #6A3A9E in popluar number systems.

HEX6A3A9E
Decimal10658158
Binary110101011101010011110
Octal15272236

Shades and tints

Shades of #6A3A9E

#6A3A9E
(106,58,158)
#613590
(97,53,144)
#583082
(88,48,130)
#4F2B74
(79,43,116)
#462666
(70,38,102)
#3D2158
(61,33,88)
#341C4A
(52,28,74)
#2B173C
(43,23,60)
#22122E
(34,18,46)
#190D20
(25,13,32)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #6A3A9E

#6A3A9E
(106,58,158)
#774BA6
(119,75,166)
#845CAE
(132,92,174)
#916DB6
(145,109,182)
#9E7EBE
(158,126,190)
#AB8FC6
(171,143,198)
#B8A0CE
(184,160,206)
#C5B1D6
(197,177,214)
#D2C2DE
(210,194,222)
#DFD3E6
(223,211,230)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3A9E; }

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

This text font color is #6A3A9E.


Background Color

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

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

This div background color is #6A3A9E.


Border color

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

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

This div border color is #6A3A9E.


Opacity

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

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

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

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

This text has shadow with #6A3A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3A9E on black background.


Color preview on white background

This text has color #6A3A9E on white background.



Black color preview on #6A3A9E background

This text has black color on #6A3A9E background.


White color preview on #6A3A9E background

This text has white color on #6A3A9E background.