COLOR #6D367C

HEX: #6D367C RGB: (109,54,124)

Color info

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

RGB color model

#6D367C color RGB value is (109,54,124).

RGB: (109,54,124) (43%, 21%, 49%)

RGB channels and saturation

R 109 of 255 = 43%
G 54 of 255 = 21%
B 124 of 255 = 49%

109
54
124

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

Portions of RGB colors in percentages

R + G + B = 109 + 54 + 124 = 287 (100%)
R 109 of 287 ~ 37.98%
G 54 of 287 ~ 18.82%
B 124 of 287 ~ 43.21'%

%37.98
%18.82
%43.21

CMYK color model

#6D367C color CMYK value is (12,56,0,51).

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

CMYK: (12,56,0,51)
C12M56Y0K51 (12%, 56%, 0%, 51%)
(0.12 / 0.56 / 0.00 / 0.51)

CMYK percentages

%12.1
%56.45
%0
%51.37

Codes

Color #6D367C in popluar color models

6D 36 7C
RGB 109 54 124
HSL 287° 39.33% 34.90%
HSB/HSV 287° 56.45% 48.63%
CMYK 12.10% 56.45% 0.00%
51.37%

Color #6D367C in popluar number systems.

HEX 6D 36 7C
Decimal 109 54 124
Binary 1101101 110110 1111100
Octal 155 66 174

Shades and tints

Shades of #6D367C

#6D367C
(109,54,124)
#643271
(100,50,113)
#5B2E66
(91,46,102)
#522A5B
(82,42,91)
#492650
(73,38,80)
#402245
(64,34,69)
#371E3A
(55,30,58)
#2E1A2F
(46,26,47)
#251624
(37,22,36)
#1C1219
(28,18,25)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #6D367C

#6D367C
(109,54,124)
#7A4887
(122,72,135)
#875A92
(135,90,146)
#946C9D
(148,108,157)
#A17EA8
(161,126,168)
#AE90B3
(174,144,179)
#BBA2BE
(187,162,190)
#C8B4C9
(200,180,201)
#D5C6D4
(213,198,212)
#E2D8DF
(226,216,223)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D367C; }

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

This text font color is #6D367C.

Background Color

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

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

This div background color is #6D367C.

Border color

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

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

This div border color is #6D367C.

Opacity

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

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

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

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

This text has shadow with #6D367C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D367C.

Preview

Color preview on black background

This text has color #6D367C on black background.


Color preview on white background

This text has color #6D367C on white background.


Black color preview on #6D367C background

This text has black color on #6D367C background.


White color preview on #6D367C background

This text has white color on #6D367C background.


Related colors

Complementary color

Complementary color for #hex is #92C983.


I love getcolorcode.com

Triadic colors

1 #7C6D36 and #367C6D with #6D367C are triadic colors.

2 #7C366D and #366D7C with #6D367C are triadic colors.