COLOR #6D2F4F

HEX: #6D2F4F RGB: (109,47,79)

Color info

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

RGB color model

#6D2F4F color RGB value is (109,47,79).

RGB: (109,47,79) (43%, 18%, 31%)

RGB channels and saturation

R 109 of 255 = 43%
G 47 of 255 = 18%
B 79 of 255 = 31%

109
47
79

R + G + B ~ 31%. #6D2F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 47 + 79 = 235 (100%)
R 109 of 235 ~ 46.38%
G 47 of 235 ~ 20%
B 79 of 235 ~ 33.62'%

%46.38
%20
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 56.88%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK: (0,57,28,57) C0M57Y28K57 (0%,57%,28%,57%) (0.00/0.57/0.28/0.57) 

CMYK percentages

%0
%56.88
%27.52
%57.25

Codes

Color #6D2F4F in popluar color models

6D 2F 4F
RGB 109 47 79
HSL 329° 39.74% 30.59%
HSB/HSV 329° 56.88% 42.75%
CMYK 0.00% 56.88% 27.52%
57.25%

Color #6D2F4F in popluar number systems.

HEX 6D 2F 4F
Decimal 109 47 79
Binary 1101101 101111 1001111
Octal 155 57 117

Shades and tints

Shades of #6D2F4F

#6D2F4F
(109,47,79)
#642B48
(100,43,72)
#5B2741
(91,39,65)
#52233A
(82,35,58)
#491F33
(73,31,51)
#401B2C
(64,27,44)
#371725
(55,23,37)
#2E131E
(46,19,30)
#250F17
(37,15,23)
#1C0B10
(28,11,16)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #6D2F4F

#6D2F4F
(109,47,79)
#7A415F
(122,65,95)
#87536F
(135,83,111)
#94657F
(148,101,127)
#A1778F
(161,119,143)
#AE899F
(174,137,159)
#BB9BAF
(187,155,175)
#C8ADBF
(200,173,191)
#D5BFCF
(213,191,207)
#E2D1DF
(226,209,223)
#EFE3EF
(239,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2F4F color. Also use rgb(109,47,79) instead hex code.

Text Font Color

.myTextColor { color: #6D2F4F; }

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

This text font color is #6D2F4F.

Background Color

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

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

This div background color is #6D2F4F.

Border color

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

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

This div border color is #6D2F4F.

Opacity

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

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

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

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

This text has shadow with #6D2F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D2F4F.

Preview

Color preview on black background

This text has color #6D2F4F on black background.


Color preview on white background

This text has color #6D2F4F on white background.


Black color preview on #6D2F4F background

This text has black color on #6D2F4F background.


White color preview on #6D2F4F background

This text has white color on #6D2F4F background.


Related colors

Complementary color

Complementary color for #hex is #92D0B0.


I love getcolorcode.com

Triadic colors

1 #4F6D2F and #2F4F6D with #6D2F4F are triadic colors.

2 #4F2F6D and #2F6D4F with #6D2F4F are triadic colors.