COLOR #6A3C9E

HEX: #6A3C9E
RGB: (106,60,158)

Color info

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

RGB color model

#6A3C9E color RGB value is (106,60,158).

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

RGB channels and saturation

R 106 of 255 = 42%
G 60 of 255 = 24%
B 158 of 255 = 62%

106
60
158

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

Portions of RGB colors in percentages

R + G + B =
106 + 60 + 158 = 324 (100%)
R 106 of 324 ~ 32.72%
G 60 of 324 ~ 18.52%
B 158 of 324 ~ 48.77%

%32.72
%18.52
%48.77

CMYK color model

#6A3C9E color CMYK value is (33,62,0,38).

  • cyan value is 32.91%
  • magenta value is 62.03%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(33,62,0,38)
C33M62Y0K38 
(33%,62%,0%,38%)
(0.33/0.62/0.00/0.38)	

CMYK percentages

%32.91
%62.03
%0
%38.04

Codes

Color #6A3C9E in popluar color models

6A3C9E
RGB10660158
HSL268°44.95%42.75%
HSB/HSV268°62.03%61.96%
CMYK32.91%62.03%0.00%
38.04%

Color #6A3C9E in popluar number systems.

HEX6A3C9E
Decimal10660158
Binary110101011110010011110
Octal15274236

Shades and tints

Shades of #6A3C9E

#6A3C9E
(106,60,158)
#613790
(97,55,144)
#583282
(88,50,130)
#4F2D74
(79,45,116)
#462866
(70,40,102)
#3D2358
(61,35,88)
#341E4A
(52,30,74)
#2B193C
(43,25,60)
#22142E
(34,20,46)
#190F20
(25,15,32)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #6A3C9E

#6A3C9E
(106,60,158)
#774DA6
(119,77,166)
#845EAE
(132,94,174)
#916FB6
(145,111,182)
#9E80BE
(158,128,190)
#AB91C6
(171,145,198)
#B8A2CE
(184,162,206)
#C5B3D6
(197,179,214)
#D2C4DE
(210,196,222)
#DFD5E6
(223,213,230)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3C9E; }

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

This text font color is #6A3C9E.


Background Color

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

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

This div background color is #6A3C9E.


Border color

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

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

This div border color is #6A3C9E.


Opacity

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

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

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

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

This text has shadow with #6A3C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3C9E on black background.


Color preview on white background

This text has color #6A3C9E on white background.



Black color preview on #6A3C9E background

This text has black color on #6A3C9E background.


White color preview on #6A3C9E background

This text has white color on #6A3C9E background.