COLOR #6D2A5E

HEX: #6D2A5E RGB: (109,42,94)

Color info

#6D2A5E contains mainly red and blue colors. Web safe color of #6D2A5E is #663366 (or #636).

RGB color model

#6D2A5E color RGB value is (109,42,94).

RGB: (109,42,94) (43%, 16%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 42 of 255 = 16%
B 94 of 255 = 37%

109
42
94

R + G + B ~ 32%. #6D2A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 42 + 94 = 245 (100%)
R 109 of 245 ~ 44.49%
G 42 of 245 ~ 17.14%
B 94 of 245 ~ 38.37'%

%44.49
%17.14
%38.37

CMYK color model

#6D2A5E color CMYK value is (0,61,14,57).

  • cyan value is 0.00%
  • magenta value is 61.47%
  • yellow value is 13.76%
  • key color value is 57.25%

CMYK: (0,61,14,57)
C0M61Y14K57 (0%, 61%, 14%, 57%)
(0.00 / 0.61 / 0.14 / 0.57)

CMYK percentages

%0
%61.47
%13.76
%57.25

Codes

Color #6D2A5E in popluar color models

6D 2A 5E
RGB 109 42 94
HSL 313° 44.37% 29.61%
HSB/HSV 313° 61.47% 42.75%
CMYK 0.00% 61.47% 13.76%
57.25%

Color #6D2A5E in popluar number systems.

HEX 6D 2A 5E
Decimal 109 42 94
Binary 1101101 101010 1011110
Octal 155 52 136

Shades and tints

Shades of #6D2A5E

#6D2A5E
(109,42,94)
#642756
(100,39,86)
#5B244E
(91,36,78)
#522146
(82,33,70)
#491E3E
(73,30,62)
#401B36
(64,27,54)
#37182E
(55,24,46)
#2E1526
(46,21,38)
#25121E
(37,18,30)
#1C0F16
(28,15,22)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D2A5E

#6D2A5E
(109,42,94)
#7A3D6C
(122,61,108)
#87507A
(135,80,122)
#946388
(148,99,136)
#A17696
(161,118,150)
#AE89A4
(174,137,164)
#BB9CB2
(187,156,178)
#C8AFC0
(200,175,192)
#D5C2CE
(213,194,206)
#E2D5DC
(226,213,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2A5E color. Also use rgb(109,42,94) instead hex code.

Text Font Color

.myTextColor { color: #6D2A5E; }

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

This text font color is #6D2A5E.

Background Color

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

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

This div background color is #6D2A5E.

Border color

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

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

This div border color is #6D2A5E.

Opacity

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

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

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

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

This text has shadow with #6D2A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D2A5E.

Preview

Color preview on black background

This text has color #6D2A5E on black background.


Color preview on white background

This text has color #6D2A5E on white background.


Black color preview on #6D2A5E background

This text has black color on #6D2A5E background.


White color preview on #6D2A5E background

This text has white color on #6D2A5E background.


Related colors

Complementary color

Complementary color for #hex is #92D5A1.


I love getcolorcode.com

Triadic colors

1 #5E6D2A and #2A5E6D with #6D2A5E are triadic colors.

2 #5E2A6D and #2A6D5E with #6D2A5E are triadic colors.