COLOR #6D1E4E

HEX: #6D1E4E RGB: (109,30,78)

Color info

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

RGB color model

#6D1E4E color RGB value is (109,30,78).

RGB: (109,30,78) (43%, 12%, 31%)

RGB channels and saturation

R 109 of 255 = 43%
G 30 of 255 = 12%
B 78 of 255 = 31%

109
30
78

R + G + B ~ 29%. #6D1E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 30 + 78 = 217 (100%)
R 109 of 217 ~ 50.23%
G 30 of 217 ~ 13.82%
B 78 of 217 ~ 35.94'%

%50.23
%13.82
%35.94

CMYK color model

#6D1E4E color CMYK value is (0,72,28,57).

  • cyan value is 0.00%
  • magenta value is 72.48%
  • yellow value is 28.44%
  • key color value is 57.25%

CMYK: (0,72,28,57)
C0M72Y28K57 (0%, 72%, 28%, 57%)
(0.00 / 0.72 / 0.28 / 0.57)

CMYK percentages

%0
%72.48
%28.44
%57.25

Codes

Color #6D1E4E in popluar color models

6D 1E 4E
RGB 109 30 78
HSL 324° 56.83% 27.25%
HSB/HSV 324° 72.48% 42.75%
CMYK 0.00% 72.48% 28.44%
57.25%

Color #6D1E4E in popluar number systems.

HEX 6D 1E 4E
Decimal 109 30 78
Binary 1101101 11110 1001110
Octal 155 36 116

Shades and tints

Shades of #6D1E4E

#6D1E4E
(109,30,78)
#641C47
(100,28,71)
#5B1A40
(91,26,64)
#521839
(82,24,57)
#491632
(73,22,50)
#40142B
(64,20,43)
#371224
(55,18,36)
#2E101D
(46,16,29)
#250E16
(37,14,22)
#1C0C0F
(28,12,15)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #6D1E4E

#6D1E4E
(109,30,78)
#7A325E
(122,50,94)
#87466E
(135,70,110)
#945A7E
(148,90,126)
#A16E8E
(161,110,142)
#AE829E
(174,130,158)
#BB96AE
(187,150,174)
#C8AABE
(200,170,190)
#D5BECE
(213,190,206)
#E2D2DE
(226,210,222)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1E4E color. Also use rgb(109,30,78) instead hex code.

Text Font Color

.myTextColor { color: #6D1E4E; }

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

This text font color is #6D1E4E.

Background Color

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

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

This div background color is #6D1E4E.

Border color

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

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

This div border color is #6D1E4E.

Opacity

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

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

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

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

This text has shadow with #6D1E4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D1E4E.

Preview

Color preview on black background

This text has color #6D1E4E on black background.


Color preview on white background

This text has color #6D1E4E on white background.


Black color preview on #6D1E4E background

This text has black color on #6D1E4E background.


White color preview on #6D1E4E background

This text has white color on #6D1E4E background.


Related colors

Complementary color

Complementary color for #hex is #92E1B1.


I love getcolorcode.com

Triadic colors

1 #4E6D1E and #1E4E6D with #6D1E4E are triadic colors.

2 #4E1E6D and #1E6D4E with #6D1E4E are triadic colors.