COLOR #6A3E8D

HEX: #6A3E8D RGB: (106,62,141)

Color info

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

RGB color model

#6A3E8D color RGB value is (106,62,141).

RGB: (106,62,141) (42%, 24%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 62 of 255 = 24%
B 141 of 255 = 55%

106
62
141

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

Portions of RGB colors in percentages

R + G + B = 106 + 62 + 141 = 309 (100%)
R 106 of 309 ~ 34.3%
G 62 of 309 ~ 20.06%
B 141 of 309 ~ 45.63'%

%34.3
%20.06
%45.63

CMYK color model

#6A3E8D color CMYK value is (25,56,0,45).

  • cyan value is 24.82%
  • magenta value is 56.03%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (25,56,0,45)
C25M56Y0K45 (25%, 56%, 0%, 45%)
(0.25 / 0.56 / 0.00 / 0.45)

CMYK percentages

%24.82
%56.03
%0
%44.71

Codes

Color #6A3E8D in popluar color models

6A 3E 8D
RGB 106 62 141
HSL 273° 38.92% 39.80%
HSB/HSV 273° 56.03% 55.29%
CMYK 24.82% 56.03% 0.00%
44.71%

Color #6A3E8D in popluar number systems.

HEX 6A 3E 8D
Decimal 106 62 141
Binary 1101010 111110 10001101
Octal 152 76 215

Shades and tints

Shades of #6A3E8D

#6A3E8D
(106,62,141)
#613981
(97,57,129)
#583475
(88,52,117)
#4F2F69
(79,47,105)
#462A5D
(70,42,93)
#3D2551
(61,37,81)
#342045
(52,32,69)
#2B1B39
(43,27,57)
#22162D
(34,22,45)
#191121
(25,17,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #6A3E8D

#6A3E8D
(106,62,141)
#774F97
(119,79,151)
#8460A1
(132,96,161)
#9171AB
(145,113,171)
#9E82B5
(158,130,181)
#AB93BF
(171,147,191)
#B8A4C9
(184,164,201)
#C5B5D3
(197,181,211)
#D2C6DD
(210,198,221)
#DFD7E7
(223,215,231)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3E8D color. Also use rgb(106,62,141) instead hex code.

Text Font Color

.myTextColor { color: #6A3E8D; }

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

This text font color is #6A3E8D.

Background Color

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

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

This div background color is #6A3E8D.

Border color

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

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

This div border color is #6A3E8D.

Opacity

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

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

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

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

This text has shadow with #6A3E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A3E8D.

Preview

Color preview on black background

This text has color #6A3E8D on black background.


Color preview on white background

This text has color #6A3E8D on white background.


Black color preview on #6A3E8D background

This text has black color on #6A3E8D background.


White color preview on #6A3E8D background

This text has white color on #6A3E8D background.


Related colors

Complementary color

Complementary color for #hex is #95C172.


I love getcolorcode.com

Triadic colors

1 #8D6A3E and #3E8D6A with #6A3E8D are triadic colors.

2 #8D3E6A and #3E6A8D with #6A3E8D are triadic colors.