COLOR #6D1C46

HEX: #6D1C46
RGB: (109,28,70)

Color info

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

RGB color model

#6D1C46 color RGB value is (109,28,70).

  • red value is 109;
  • green value is 28;
  • blue value is 70.
RGB:
(109,28,70)
(43%,11%,27%)

RGB channels and saturation

R 109 of 255 = 43%
G 28 of 255 = 11%
B 70 of 255 = 27%

109
28
70

R + G + B ~ 27%. #6D1C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 28 + 70 = 207 (100%)
R 109 of 207 ~ 52.66%
G 28 of 207 ~ 13.53%
B 70 of 207 ~ 33.82%

%52.66
%13.53
%33.82

CMYK color model

#6D1C46 color CMYK value is (0,74,36,57).

  • cyan value is 0.00%
  • magenta value is 74.31%
  • yellow value is 35.78%
  • key color value is 57.25%
CMYK:
(0,74,36,57)
C0M74Y36K57 
(0%,74%,36%,57%)
(0.00/0.74/0.36/0.57)	

CMYK percentages

%0
%74.31
%35.78
%57.25

Codes

Color #6D1C46 in popluar color models

6D1C46
RGB1092870
HSL329°59.12%26.86%
HSB/HSV329°74.31%42.75%
CMYK0.00%74.31%35.78%
57.25%

Color #6D1C46 in popluar number systems.

HEX6D1C46
Decimal1092870
Binary1101101111001000110
Octal15534106

Shades and tints

Shades of #6D1C46

#6D1C46
(109,28,70)
#641A40
(100,26,64)
#5B183A
(91,24,58)
#521634
(82,22,52)
#49142E
(73,20,46)
#401228
(64,18,40)
#371022
(55,16,34)
#2E0E1C
(46,14,28)
#250C16
(37,12,22)
#1C0A10
(28,10,16)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #6D1C46

#6D1C46
(109,28,70)
#7A3056
(122,48,86)
#874466
(135,68,102)
#945876
(148,88,118)
#A16C86
(161,108,134)
#AE8096
(174,128,150)
#BB94A6
(187,148,166)
#C8A8B6
(200,168,182)
#D5BCC6
(213,188,198)
#E2D0D6
(226,208,214)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1C46; }

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

This text font color is #6D1C46.


Background Color

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

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

This div background color is #6D1C46.


Border color

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

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

This div border color is #6D1C46.


Opacity

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

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

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

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

This text has shadow with #6D1C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1C46 on black background.


Color preview on white background

This text has color #6D1C46 on white background.



Black color preview on #6D1C46 background

This text has black color on #6D1C46 background.


White color preview on #6D1C46 background

This text has white color on #6D1C46 background.