COLOR #6A4799

HEX: #6A4799 RGB: (106,71,153)

Color info

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

RGB color model

#6A4799 color RGB value is (106,71,153).

RGB: (106,71,153) (42%, 28%, 60%)

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 153 of 255 = 60%

106
71
153

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

Portions of RGB colors in percentages

R + G + B = 106 + 71 + 153 = 330 (100%)
R 106 of 330 ~ 32.12%
G 71 of 330 ~ 21.52%
B 153 of 330 ~ 46.36'%

%32.12
%21.52
%46.36

CMYK color model

#6A4799 color CMYK value is (31,54,0,40).

  • cyan value is 30.72%
  • magenta value is 53.59%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (31,54,0,40)
C31M54Y0K40 (31%, 54%, 0%, 40%)
(0.31 / 0.54 / 0.00 / 0.40)

CMYK percentages

%30.72
%53.59
%0
%40

Codes

Color #6A4799 in popluar color models

6A 47 99
RGB 106 71 153
HSL 266° 36.61% 43.92%
HSB/HSV 266° 53.59% 60.00%
CMYK 30.72% 53.59% 0.00%
40.00%

Color #6A4799 in popluar number systems.

HEX 6A 47 99
Decimal 106 71 153
Binary 1101010 1000111 10011001
Octal 152 107 231

Shades and tints

Shades of #6A4799

#6A4799
(106,71,153)
#61418C
(97,65,140)
#583B7F
(88,59,127)
#4F3572
(79,53,114)
#462F65
(70,47,101)
#3D2958
(61,41,88)
#34234B
(52,35,75)
#2B1D3E
(43,29,62)
#221731
(34,23,49)
#191124
(25,17,36)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #6A4799

#6A4799
(106,71,153)
#7757A2
(119,87,162)
#8467AB
(132,103,171)
#9177B4
(145,119,180)
#9E87BD
(158,135,189)
#AB97C6
(171,151,198)
#B8A7CF
(184,167,207)
#C5B7D8
(197,183,216)
#D2C7E1
(210,199,225)
#DFD7EA
(223,215,234)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4799 color. Also use rgb(106,71,153) instead hex code.

Text Font Color

.myTextColor { color: #6A4799; }

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

This text font color is #6A4799.

Background Color

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

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

This div background color is #6A4799.

Border color

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

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

This div border color is #6A4799.

Opacity

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

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

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

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

This text has shadow with #6A4799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4799.

Preview

Color preview on black background

This text has color #6A4799 on black background.


Color preview on white background

This text has color #6A4799 on white background.


Black color preview on #6A4799 background

This text has black color on #6A4799 background.


White color preview on #6A4799 background

This text has white color on #6A4799 background.


Related colors

Complementary color

Complementary color for #hex is #95B866.


I love getcolorcode.com

Triadic colors

1 #996A47 and #47996A with #6A4799 are triadic colors.

2 #99476A and #476A99 with #6A4799 are triadic colors.