COLOR #6D1943

HEX: #6D1943
RGB: (109,25,67)

Color info

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

RGB color model

#6D1943 color RGB value is (109,25,67).

  • red value is 109;
  • green value is 25;
  • blue value is 67.
RGB:
(109,25,67)
(43%,10%,26%)

RGB channels and saturation

R 109 of 255 = 43%
G 25 of 255 = 10%
B 67 of 255 = 26%

109
25
67

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

Portions of RGB colors in percentages

R + G + B =
109 + 25 + 67 = 201 (100%)
R 109 of 201 ~ 54.23%
G 25 of 201 ~ 12.44%
B 67 of 201 ~ 33.33%

%54.23
%12.44
%33.33

CMYK color model

#6D1943 color CMYK value is (0,77,39,57).

  • cyan value is 0.00%
  • magenta value is 77.06%
  • yellow value is 38.53%
  • key color value is 57.25%
CMYK:
(0,77,39,57)
C0M77Y39K57 
(0%,77%,39%,57%)
(0.00/0.77/0.39/0.57)	

CMYK percentages

%0
%77.06
%38.53
%57.25

Codes

Color #6D1943 in popluar color models

6D1943
RGB1092567
HSL330°62.69%26.27%
HSB/HSV330°77.06%42.75%
CMYK0.00%77.06%38.53%
57.25%

Color #6D1943 in popluar number systems.

HEX6D1943
Decimal1092567
Binary1101101110011000011
Octal15531103

Shades and tints

Shades of #6D1943

#6D1943
(109,25,67)
#64173D
(100,23,61)
#5B1537
(91,21,55)
#521331
(82,19,49)
#49112B
(73,17,43)
#400F25
(64,15,37)
#370D1F
(55,13,31)
#2E0B19
(46,11,25)
#250913
(37,9,19)
#1C070D
(28,7,13)
#130507
(19,5,7)
#000000
(0,0,0)

Tints of #6D1943

#6D1943
(109,25,67)
#7A2D54
(122,45,84)
#874165
(135,65,101)
#945576
(148,85,118)
#A16987
(161,105,135)
#AE7D98
(174,125,152)
#BB91A9
(187,145,169)
#C8A5BA
(200,165,186)
#D5B9CB
(213,185,203)
#E2CDDC
(226,205,220)
#EFE1ED
(239,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1943 color. Also use rgb(109,25,67) instead hex code.

Text Font Color

.myTextColor { color: #6D1943; }

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

This text font color is #6D1943.


Background Color

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

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

This div background color is #6D1943.


Border color

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

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

This div border color is #6D1943.


Opacity

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

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

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

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

This text has shadow with #6D1943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1943 on black background.


Color preview on white background

This text has color #6D1943 on white background.



Black color preview on #6D1943 background

This text has black color on #6D1943 background.


White color preview on #6D1943 background

This text has white color on #6D1943 background.