COLOR #6A4589

HEX: #6A4589 RGB: (106,69,137)

Color info

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

RGB color model

#6A4589 color RGB value is (106,69,137).

RGB: (106,69,137) (42%, 27%, 54%)

RGB channels and saturation

R 106 of 255 = 42%
G 69 of 255 = 27%
B 137 of 255 = 54%

106
69
137

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

Portions of RGB colors in percentages

R + G + B = 106 + 69 + 137 = 312 (100%)
R 106 of 312 ~ 33.97%
G 69 of 312 ~ 22.12%
B 137 of 312 ~ 43.91'%

%33.97
%22.12
%43.91

CMYK color model

#6A4589 color CMYK value is (23,50,0,46).

  • cyan value is 22.63%
  • magenta value is 49.64%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (23,50,0,46)
C23M50Y0K46 (23%, 50%, 0%, 46%)
(0.23 / 0.50 / 0.00 / 0.46)

CMYK percentages

%22.63
%49.64
%0
%46.27

Codes

Color #6A4589 in popluar color models

6A 45 89
RGB 106 69 137
HSL 273° 33.01% 40.39%
HSB/HSV 273° 49.64% 53.73%
CMYK 22.63% 49.64% 0.00%
46.27%

Color #6A4589 in popluar number systems.

HEX 6A 45 89
Decimal 106 69 137
Binary 1101010 1000101 10001001
Octal 152 105 211

Shades and tints

Shades of #6A4589

#6A4589
(106,69,137)
#613F7D
(97,63,125)
#583971
(88,57,113)
#4F3365
(79,51,101)
#462D59
(70,45,89)
#3D274D
(61,39,77)
#342141
(52,33,65)
#2B1B35
(43,27,53)
#221529
(34,21,41)
#190F1D
(25,15,29)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #6A4589

#6A4589
(106,69,137)
#775593
(119,85,147)
#84659D
(132,101,157)
#9175A7
(145,117,167)
#9E85B1
(158,133,177)
#AB95BB
(171,149,187)
#B8A5C5
(184,165,197)
#C5B5CF
(197,181,207)
#D2C5D9
(210,197,217)
#DFD5E3
(223,213,227)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4589 color. Also use rgb(106,69,137) instead hex code.

Text Font Color

.myTextColor { color: #6A4589; }

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

This text font color is #6A4589.

Background Color

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

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

This div background color is #6A4589.

Border color

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

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

This div border color is #6A4589.

Opacity

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

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

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

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

This text has shadow with #6A4589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4589.

Preview

Color preview on black background

This text has color #6A4589 on black background.


Color preview on white background

This text has color #6A4589 on white background.


Black color preview on #6A4589 background

This text has black color on #6A4589 background.


White color preview on #6A4589 background

This text has white color on #6A4589 background.


Related colors

Complementary color

Complementary color for #hex is #95BA76.


I love getcolorcode.com

Triadic colors

1 #896A45 and #45896A with #6A4589 are triadic colors.

2 #89456A and #456A89 with #6A4589 are triadic colors.