COLOR #6D367F

HEX: #6D367F RGB: (109,54,127)

Color info

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

RGB color model

#6D367F color RGB value is (109,54,127).

RGB: (109,54,127) (43%, 21%, 50%)

RGB channels and saturation

R 109 of 255 = 43%
G 54 of 255 = 21%
B 127 of 255 = 50%

109
54
127

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

Portions of RGB colors in percentages

R + G + B = 109 + 54 + 127 = 290 (100%)
R 109 of 290 ~ 37.59%
G 54 of 290 ~ 18.62%
B 127 of 290 ~ 43.79'%

%37.59
%18.62
%43.79

CMYK color model

#6D367F color CMYK value is (14,57,0,50).

  • cyan value is 14.17%
  • magenta value is 57.48%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (14,57,0,50)
C14M57Y0K50 (14%, 57%, 0%, 50%)
(0.14 / 0.57 / 0.00 / 0.50)

CMYK percentages

%14.17
%57.48
%0
%50.2

Codes

Color #6D367F in popluar color models

6D 36 7F
RGB 109 54 127
HSL 285° 40.33% 35.49%
HSB/HSV 285° 57.48% 49.80%
CMYK 14.17% 57.48% 0.00%
50.20%

Color #6D367F in popluar number systems.

HEX 6D 36 7F
Decimal 109 54 127
Binary 1101101 110110 1111111
Octal 155 66 177

Shades and tints

Shades of #6D367F

#6D367F
(109,54,127)
#643274
(100,50,116)
#5B2E69
(91,46,105)
#522A5E
(82,42,94)
#492653
(73,38,83)
#402248
(64,34,72)
#371E3D
(55,30,61)
#2E1A32
(46,26,50)
#251627
(37,22,39)
#1C121C
(28,18,28)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D367F

#6D367F
(109,54,127)
#7A488A
(122,72,138)
#875A95
(135,90,149)
#946CA0
(148,108,160)
#A17EAB
(161,126,171)
#AE90B6
(174,144,182)
#BBA2C1
(187,162,193)
#C8B4CC
(200,180,204)
#D5C6D7
(213,198,215)
#E2D8E2
(226,216,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D367F color. Also use rgb(109,54,127) instead hex code.

Text Font Color

.myTextColor { color: #6D367F; }

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

This text font color is #6D367F.

Background Color

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

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

This div background color is #6D367F.

Border color

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

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

This div border color is #6D367F.

Opacity

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

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

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

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

This text has shadow with #6D367F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D367F.

Preview

Color preview on black background

This text has color #6D367F on black background.


Color preview on white background

This text has color #6D367F on white background.


Black color preview on #6D367F background

This text has black color on #6D367F background.


White color preview on #6D367F background

This text has white color on #6D367F background.


Related colors

Complementary color

Complementary color for #hex is #92C980.


I love getcolorcode.com

Triadic colors

1 #7F6D36 and #367F6D with #6D367F are triadic colors.

2 #7F366D and #366D7F with #6D367F are triadic colors.