COLOR #6D1344

HEX: #6D1344
RGB: (109,19,68)

Color info

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

RGB color model

#6D1344 color RGB value is (109,19,68).

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

RGB channels and saturation

R 109 of 255 = 43%
G 19 of 255 = 7%
B 68 of 255 = 27%

109
19
68

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

Portions of RGB colors in percentages

R + G + B =
109 + 19 + 68 = 196 (100%)
R 109 of 196 ~ 55.61%
G 19 of 196 ~ 9.69%
B 68 of 196 ~ 34.69%

%55.61
%9.69
%34.69

CMYK color model

#6D1344 color CMYK value is (0,83,38,57).

  • cyan value is 0.00%
  • magenta value is 82.57%
  • yellow value is 37.61%
  • key color value is 57.25%
CMYK:
(0,83,38,57)
C0M83Y38K57 
(0%,83%,38%,57%)
(0.00/0.83/0.38/0.57)	

CMYK percentages

%0
%82.57
%37.61
%57.25

Codes

Color #6D1344 in popluar color models

6D1344
RGB1091968
HSL327°70.31%25.10%
HSB/HSV327°82.57%42.75%
CMYK0.00%82.57%37.61%
57.25%

Color #6D1344 in popluar number systems.

HEX6D1344
Decimal1091968
Binary1101101100111000100
Octal15523104

Shades and tints

Shades of #6D1344

#6D1344
(109,19,68)
#64123E
(100,18,62)
#5B1138
(91,17,56)
#521032
(82,16,50)
#490F2C
(73,15,44)
#400E26
(64,14,38)
#370D20
(55,13,32)
#2E0C1A
(46,12,26)
#250B14
(37,11,20)
#1C0A0E
(28,10,14)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #6D1344

#6D1344
(109,19,68)
#7A2855
(122,40,85)
#873D66
(135,61,102)
#945277
(148,82,119)
#A16788
(161,103,136)
#AE7C99
(174,124,153)
#BB91AA
(187,145,170)
#C8A6BB
(200,166,187)
#D5BBCC
(213,187,204)
#E2D0DD
(226,208,221)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1344 color. Also use rgb(109,19,68) instead hex code.

Text Font Color

.myTextColor { color: #6D1344; }

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

This text font color is #6D1344.


Background Color

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

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

This div background color is #6D1344.


Border color

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

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

This div border color is #6D1344.


Opacity

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

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

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

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

This text has shadow with #6D1344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1344 on black background.


Color preview on white background

This text has color #6D1344 on white background.



Black color preview on #6D1344 background

This text has black color on #6D1344 background.


White color preview on #6D1344 background

This text has white color on #6D1344 background.