COLOR #6D2246

HEX: #6D2246 RGB: (109,34,70)

Color info

#6D2246 contains mainly red and blue colors. Web safe color of #6D2246 is #663333 (or #633).

RGB color model

#6D2246 color RGB value is (109,34,70).

RGB: (109,34,70) (43%, 13%, 27%)

RGB channels and saturation

R 109 of 255 = 43%
G 34 of 255 = 13%
B 70 of 255 = 27%

109
34
70

R + G + B ~ 28%. #6D2246 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 34 + 70 = 213 (100%)
R 109 of 213 ~ 51.17%
G 34 of 213 ~ 15.96%
B 70 of 213 ~ 32.86'%

%51.17
%15.96
%32.86

CMYK color model

#6D2246 color CMYK value is (0,69,36,57).

  • cyan value is 0.00%
  • magenta value is 68.81%
  • yellow value is 35.78%
  • key color value is 57.25%

CMYK: (0,69,36,57)
C0M69Y36K57 (0%, 69%, 36%, 57%)
(0.00 / 0.69 / 0.36 / 0.57)

CMYK percentages

%0
%68.81
%35.78
%57.25

Codes

Color #6D2246 in popluar color models

6D 22 46
RGB 109 34 70
HSL 331° 52.45% 28.04%
HSB/HSV 331° 68.81% 42.75%
CMYK 0.00% 68.81% 35.78%
57.25%

Color #6D2246 in popluar number systems.

HEX 6D 22 46
Decimal 109 34 70
Binary 1101101 100010 1000110
Octal 155 42 106

Shades and tints

Shades of #6D2246

#6D2246
(109,34,70)
#641F40
(100,31,64)
#5B1C3A
(91,28,58)
#521934
(82,25,52)
#49162E
(73,22,46)
#401328
(64,19,40)
#371022
(55,16,34)
#2E0D1C
(46,13,28)
#250A16
(37,10,22)
#1C0710
(28,7,16)
#13040A
(19,4,10)
#000000
(0,0,0)

Tints of #6D2246

#6D2246
(109,34,70)
#7A3656
(122,54,86)
#874A66
(135,74,102)
#945E76
(148,94,118)
#A17286
(161,114,134)
#AE8696
(174,134,150)
#BB9AA6
(187,154,166)
#C8AEB6
(200,174,182)
#D5C2C6
(213,194,198)
#E2D6D6
(226,214,214)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2246 color. Also use rgb(109,34,70) instead hex code.

Text Font Color

.myTextColor { color: #6D2246; }

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

This text font color is #6D2246.

Background Color

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

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

This div background color is #6D2246.

Border color

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

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

This div border color is #6D2246.

Opacity

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

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

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

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

This text has shadow with #6D2246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D2246.

Preview

Color preview on black background

This text has color #6D2246 on black background.


Color preview on white background

This text has color #6D2246 on white background.


Black color preview on #6D2246 background

This text has black color on #6D2246 background.


White color preview on #6D2246 background

This text has white color on #6D2246 background.


Related colors

Complementary color

Complementary color for #hex is #92DDB9.


I love getcolorcode.com

Triadic colors

1 #466D22 and #22466D with #6D2246 are triadic colors.

2 #46226D and #226D46 with #6D2246 are triadic colors.