COLOR #6D3A7C

HEX: #6D3A7C RGB: (109,58,124)

Color info

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

RGB color model

#6D3A7C color RGB value is (109,58,124).

RGB: (109,58,124) (43%, 23%, 49%)

RGB channels and saturation

R 109 of 255 = 43%
G 58 of 255 = 23%
B 124 of 255 = 49%

109
58
124

R + G + B ~ 38%. #6D3A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 58 + 124 = 291 (100%)
R 109 of 291 ~ 37.46%
G 58 of 291 ~ 19.93%
B 124 of 291 ~ 42.61'%

%37.46
%19.93
%42.61

CMYK color model

#6D3A7C color CMYK value is (12,53,0,51).

  • cyan value is 12.10%
  • magenta value is 53.23%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (12,53,0,51)
C12M53Y0K51 (12%, 53%, 0%, 51%)
(0.12 / 0.53 / 0.00 / 0.51)

CMYK percentages

%12.1
%53.23
%0
%51.37

Codes

Color #6D3A7C in popluar color models

6D 3A 7C
RGB 109 58 124
HSL 286° 36.26% 35.69%
HSB/HSV 286° 53.23% 48.63%
CMYK 12.10% 53.23% 0.00%
51.37%

Color #6D3A7C in popluar number systems.

HEX 6D 3A 7C
Decimal 109 58 124
Binary 1101101 111010 1111100
Octal 155 72 174

Shades and tints

Shades of #6D3A7C

#6D3A7C
(109,58,124)
#643571
(100,53,113)
#5B3066
(91,48,102)
#522B5B
(82,43,91)
#492650
(73,38,80)
#402145
(64,33,69)
#371C3A
(55,28,58)
#2E172F
(46,23,47)
#251224
(37,18,36)
#1C0D19
(28,13,25)
#13080E
(19,8,14)
#000000
(0,0,0)

Tints of #6D3A7C

#6D3A7C
(109,58,124)
#7A4B87
(122,75,135)
#875C92
(135,92,146)
#946D9D
(148,109,157)
#A17EA8
(161,126,168)
#AE8FB3
(174,143,179)
#BBA0BE
(187,160,190)
#C8B1C9
(200,177,201)
#D5C2D4
(213,194,212)
#E2D3DF
(226,211,223)
#EFE4EA
(239,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3A7C color. Also use rgb(109,58,124) instead hex code.

Text Font Color

.myTextColor { color: #6D3A7C; }

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

This text font color is #6D3A7C.

Background Color

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

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

This div background color is #6D3A7C.

Border color

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

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

This div border color is #6D3A7C.

Opacity

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

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

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

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

This text has shadow with #6D3A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3A7C.

Preview

Color preview on black background

This text has color #6D3A7C on black background.


Color preview on white background

This text has color #6D3A7C on white background.


Black color preview on #6D3A7C background

This text has black color on #6D3A7C background.


White color preview on #6D3A7C background

This text has white color on #6D3A7C background.


Related colors

Complementary color

Complementary color for #hex is #92C583.


I love getcolorcode.com

Triadic colors

1 #7C6D3A and #3A7C6D with #6D3A7C are triadic colors.

2 #7C3A6D and #3A6D7C with #6D3A7C are triadic colors.