COLOR #6D244C

HEX: #6D244C
RGB: (109,36,76)

Color info

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

RGB color model

#6D244C color RGB value is (109,36,76).

  • red value is 109;
  • green value is 36;
  • blue value is 76.
RGB:
(109,36,76)
(43%,14%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 36 of 255 = 14%
B 76 of 255 = 30%

109
36
76

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

Portions of RGB colors in percentages

R + G + B =
109 + 36 + 76 = 221 (100%)
R 109 of 221 ~ 49.32%
G 36 of 221 ~ 16.29%
B 76 of 221 ~ 34.39%

%49.32
%16.29
%34.39

CMYK color model

#6D244C color CMYK value is (0,67,30,57).

  • cyan value is 0.00%
  • magenta value is 66.97%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(0,67,30,57)
C0M67Y30K57 
(0%,67%,30%,57%)
(0.00/0.67/0.30/0.57)	

CMYK percentages

%0
%66.97
%30.28
%57.25

Codes

Color #6D244C in popluar color models

6D244C
RGB1093676
HSL327°50.34%28.43%
HSB/HSV327°66.97%42.75%
CMYK0.00%66.97%30.28%
57.25%

Color #6D244C in popluar number systems.

HEX6D244C
Decimal1093676
Binary11011011001001001100
Octal15544114

Shades and tints

Shades of #6D244C

#6D244C
(109,36,76)
#642146
(100,33,70)
#5B1E40
(91,30,64)
#521B3A
(82,27,58)
#491834
(73,24,52)
#40152E
(64,21,46)
#371228
(55,18,40)
#2E0F22
(46,15,34)
#250C1C
(37,12,28)
#1C0916
(28,9,22)
#130610
(19,6,16)
#000000
(0,0,0)

Tints of #6D244C

#6D244C
(109,36,76)
#7A375C
(122,55,92)
#874A6C
(135,74,108)
#945D7C
(148,93,124)
#A1708C
(161,112,140)
#AE839C
(174,131,156)
#BB96AC
(187,150,172)
#C8A9BC
(200,169,188)
#D5BCCC
(213,188,204)
#E2CFDC
(226,207,220)
#EFE2EC
(239,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D244C color. Also use rgb(109,36,76) instead hex code.

Text Font Color

.myTextColor { color: #6D244C; }

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

This text font color is #6D244C.


Background Color

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

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

This div background color is #6D244C.


Border color

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

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

This div border color is #6D244C.


Opacity

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

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

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

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

This text has shadow with #6D244C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D244C on black background.


Color preview on white background

This text has color #6D244C on white background.



Black color preview on #6D244C background

This text has black color on #6D244C background.


White color preview on #6D244C background

This text has white color on #6D244C background.