COLOR #6D1146

HEX: #6D1146
RGB: (109,17,70)

Color info

#6D1146 contains mainly red and blue colors. Web safe color of #6D1146 is #660033 (or #603).

RGB color model

#6D1146 color RGB value is (109,17,70).

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

RGB channels and saturation

R 109 of 255 = 43%
G 17 of 255 = 7%
B 70 of 255 = 27%

109
17
70

R + G + B ~ 26%. #6D1146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 17 + 70 = 196 (100%)
R 109 of 196 ~ 55.61%
G 17 of 196 ~ 8.67%
B 70 of 196 ~ 35.71%

%55.61
%35.71

CMYK color model

#6D1146 color CMYK value is (0,84,36,57).

  • cyan value is 0.00%
  • magenta value is 84.40%
  • yellow value is 35.78%
  • key color value is 57.25%
CMYK:
(0,84,36,57)
C0M84Y36K57 
(0%,84%,36%,57%)
(0.00/0.84/0.36/0.57)	

CMYK percentages

%0
%84.4
%35.78
%57.25

Codes

Color #6D1146 in popluar color models

6D1146
RGB1091770
HSL325°73.02%24.71%
HSB/HSV325°84.40%42.75%
CMYK0.00%84.40%35.78%
57.25%

Color #6D1146 in popluar number systems.

HEX6D1146
Decimal1091770
Binary1101101100011000110
Octal15521106

Shades and tints

Shades of #6D1146

#6D1146
(109,17,70)
#641040
(100,16,64)
#5B0F3A
(91,15,58)
#520E34
(82,14,52)
#490D2E
(73,13,46)
#400C28
(64,12,40)
#370B22
(55,11,34)
#2E0A1C
(46,10,28)
#250916
(37,9,22)
#1C0810
(28,8,16)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #6D1146

#6D1146
(109,17,70)
#7A2656
(122,38,86)
#873B66
(135,59,102)
#945076
(148,80,118)
#A16586
(161,101,134)
#AE7A96
(174,122,150)
#BB8FA6
(187,143,166)
#C8A4B6
(200,164,182)
#D5B9C6
(213,185,198)
#E2CED6
(226,206,214)
#EFE3E6
(239,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1146; }

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

This text font color is #6D1146.


Background Color

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

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

This div background color is #6D1146.


Border color

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

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

This div border color is #6D1146.


Opacity

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

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

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

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

This text has shadow with #6D1146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1146 on black background.


Color preview on white background

This text has color #6D1146 on white background.



Black color preview on #6D1146 background

This text has black color on #6D1146 background.


White color preview on #6D1146 background

This text has white color on #6D1146 background.