COLOR #6A328D

HEX: #6A328D RGB: (106,50,141)

Color info

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

RGB color model

#6A328D color RGB value is (106,50,141).

RGB: (106,50,141) (42%, 20%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 50 of 255 = 20%
B 141 of 255 = 55%

106
50
141

R + G + B ~ 39%. #6A328D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 50 + 141 = 297 (100%)
R 106 of 297 ~ 35.69%
G 50 of 297 ~ 16.84%
B 141 of 297 ~ 47.47'%

%35.69
%16.84
%47.47

CMYK color model

#6A328D color CMYK value is (25,65,0,45).

  • cyan value is 24.82%
  • magenta value is 64.54%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (25,65,0,45) C25M65Y0K45 (25%,65%,0%,45%) (0.25/0.65/0.00/0.45) 

CMYK percentages

%24.82
%64.54
%0
%44.71

Codes

Color #6A328D in popluar color models

6A 32 8D
RGB 106 50 141
HSL 277° 47.64% 37.45%
HSB/HSV 277° 64.54% 55.29%
CMYK 24.82% 64.54% 0.00%
44.71%

Color #6A328D in popluar number systems.

HEX 6A 32 8D
Decimal 106 50 141
Binary 1101010 110010 10001101
Octal 152 62 215

Shades and tints

Shades of #6A328D

#6A328D
(106,50,141)
#612E81
(97,46,129)
#582A75
(88,42,117)
#4F2669
(79,38,105)
#46225D
(70,34,93)
#3D1E51
(61,30,81)
#341A45
(52,26,69)
#2B1639
(43,22,57)
#22122D
(34,18,45)
#190E21
(25,14,33)
#100A15
(16,10,21)
#000000
(0,0,0)

Tints of #6A328D

#6A328D
(106,50,141)
#774497
(119,68,151)
#8456A1
(132,86,161)
#9168AB
(145,104,171)
#9E7AB5
(158,122,181)
#AB8CBF
(171,140,191)
#B89EC9
(184,158,201)
#C5B0D3
(197,176,211)
#D2C2DD
(210,194,221)
#DFD4E7
(223,212,231)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A328D; }

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

This text font color is #6A328D.

Background Color

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

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

This div background color is #6A328D.

Border color

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

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

This div border color is #6A328D.

Opacity

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

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

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

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

This text has shadow with #6A328D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A328D.

Preview

Color preview on black background

This text has color #6A328D on black background.


Color preview on white background

This text has color #6A328D on white background.


Black color preview on #6A328D background

This text has black color on #6A328D background.


White color preview on #6A328D background

This text has white color on #6A328D background.


Related colors

Complementary color

Complementary color for #hex is #95CD72.


I love getcolorcode.com

Triadic colors

1 #8D6A32 and #328D6A with #6A328D are triadic colors.

2 #8D326A and #326A8D with #6A328D are triadic colors.