COLOR #6D1049

HEX: #6D1049
RGB: (109,16,73)

Color info

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

RGB color model

#6D1049 color RGB value is (109,16,73).

  • red value is 109;
  • green value is 16;
  • blue value is 73.
RGB:
(109,16,73)
(43%,6%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 16 of 255 = 6%
B 73 of 255 = 29%

109
16
73

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

Portions of RGB colors in percentages

R + G + B =
109 + 16 + 73 = 198 (100%)
R 109 of 198 ~ 55.05%
G 16 of 198 ~ 8.08%
B 73 of 198 ~ 36.87%

%55.05
%36.87

CMYK color model

#6D1049 color CMYK value is (0,85,33,57).

  • cyan value is 0.00%
  • magenta value is 85.32%
  • yellow value is 33.03%
  • key color value is 57.25%
CMYK:
(0,85,33,57)
C0M85Y33K57 
(0%,85%,33%,57%)
(0.00/0.85/0.33/0.57)	

CMYK percentages

%0
%85.32
%33.03
%57.25

Codes

Color #6D1049 in popluar color models

6D1049
RGB1091673
HSL323°74.40%24.51%
HSB/HSV323°85.32%42.75%
CMYK0.00%85.32%33.03%
57.25%

Color #6D1049 in popluar number systems.

HEX6D1049
Decimal1091673
Binary1101101100001001001
Octal15520111

Shades and tints

Shades of #6D1049

#6D1049
(109,16,73)
#640F43
(100,15,67)
#5B0E3D
(91,14,61)
#520D37
(82,13,55)
#490C31
(73,12,49)
#400B2B
(64,11,43)
#370A25
(55,10,37)
#2E091F
(46,9,31)
#250819
(37,8,25)
#1C0713
(28,7,19)
#13060D
(19,6,13)
#000000
(0,0,0)

Tints of #6D1049

#6D1049
(109,16,73)
#7A2559
(122,37,89)
#873A69
(135,58,105)
#944F79
(148,79,121)
#A16489
(161,100,137)
#AE7999
(174,121,153)
#BB8EA9
(187,142,169)
#C8A3B9
(200,163,185)
#D5B8C9
(213,184,201)
#E2CDD9
(226,205,217)
#EFE2E9
(239,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1049 color. Also use rgb(109,16,73) instead hex code.

Text Font Color

.myTextColor { color: #6D1049; }

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

This text font color is #6D1049.


Background Color

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

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

This div background color is #6D1049.


Border color

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

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

This div border color is #6D1049.


Opacity

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

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

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

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

This text has shadow with #6D1049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1049 on black background.


Color preview on white background

This text has color #6D1049 on white background.



Black color preview on #6D1049 background

This text has black color on #6D1049 background.


White color preview on #6D1049 background

This text has white color on #6D1049 background.