COLOR #6A4D7E

HEX: #6A4D7E RGB: (106,77,126)

Color info

#6A4D7E contains red, green and blue colors in about the same proportion. Web safe color of #6A4D7E is #663366 (or #636).

RGB color model

#6A4D7E color RGB value is (106,77,126).

RGB: (106,77,126) (42%, 30%, 49%)

RGB channels and saturation

R 106 of 255 = 42%
G 77 of 255 = 30%
B 126 of 255 = 49%

106
77
126

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

Portions of RGB colors in percentages

R + G + B = 106 + 77 + 126 = 309 (100%)
R 106 of 309 ~ 34.3%
G 77 of 309 ~ 24.92%
B 126 of 309 ~ 40.78'%

%34.3
%24.92
%40.78

CMYK color model

#6A4D7E color CMYK value is (16,39,0,51).

  • cyan value is 15.87%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (16,39,0,51)
C16M39Y0K51 (16%, 39%, 0%, 51%)
(0.16 / 0.39 / 0.00 / 0.51)

CMYK percentages

%15.87
%38.89
%0
%50.59

Codes

Color #6A4D7E in popluar color models

6A 4D 7E
RGB 106 77 126
HSL 276° 24.14% 39.80%
HSB/HSV 276° 38.89% 49.41%
CMYK 15.87% 38.89% 0.00%
50.59%

Color #6A4D7E in popluar number systems.

HEX 6A 4D 7E
Decimal 106 77 126
Binary 1101010 1001101 1111110
Octal 152 115 176

Shades and tints

Shades of #6A4D7E

#6A4D7E
(106,77,126)
#614673
(97,70,115)
#583F68
(88,63,104)
#4F385D
(79,56,93)
#463152
(70,49,82)
#3D2A47
(61,42,71)
#34233C
(52,35,60)
#2B1C31
(43,28,49)
#221526
(34,21,38)
#190E1B
(25,14,27)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #6A4D7E

#6A4D7E
(106,77,126)
#775D89
(119,93,137)
#846D94
(132,109,148)
#917D9F
(145,125,159)
#9E8DAA
(158,141,170)
#AB9DB5
(171,157,181)
#B8ADC0
(184,173,192)
#C5BDCB
(197,189,203)
#D2CDD6
(210,205,214)
#DFDDE1
(223,221,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4D7E color. Also use rgb(106,77,126) instead hex code.

Text Font Color

.myTextColor { color: #6A4D7E; }

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

This text font color is #6A4D7E.

Background Color

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

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

This div background color is #6A4D7E.

Border color

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

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

This div border color is #6A4D7E.

Opacity

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

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

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

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

This text has shadow with #6A4D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4D7E.

Preview

Color preview on black background

This text has color #6A4D7E on black background.


Color preview on white background

This text has color #6A4D7E on white background.


Black color preview on #6A4D7E background

This text has black color on #6A4D7E background.


White color preview on #6A4D7E background

This text has white color on #6A4D7E background.


Related colors

Complementary color

Complementary color for #hex is #95B281.


I love getcolorcode.com

Triadic colors

1 #7E6A4D and #4D7E6A with #6A4D7E are triadic colors.

2 #7E4D6A and #4D6A7E with #6A4D7E are triadic colors.