COLOR #6D1039

HEX: #6D1039
RGB: (109,16,57)

Color info

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

RGB color model

#6D1039 color RGB value is (109,16,57).

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

RGB channels and saturation

R 109 of 255 = 43%
G 16 of 255 = 6%
B 57 of 255 = 22%

109
16
57

R + G + B ~ 24%. #6D1039 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 16 + 57 = 182 (100%)
R 109 of 182 ~ 59.89%
G 16 of 182 ~ 8.79%
B 57 of 182 ~ 31.32%

%59.89
%31.32

CMYK color model

#6D1039 color CMYK value is (0,85,48,57).

  • cyan value is 0.00%
  • magenta value is 85.32%
  • yellow value is 47.71%
  • key color value is 57.25%
CMYK:
(0,85,48,57)
C0M85Y48K57 
(0%,85%,48%,57%)
(0.00/0.85/0.48/0.57)	

CMYK percentages

%0
%85.32
%47.71
%57.25

Codes

Color #6D1039 in popluar color models

6D1039
RGB1091657
HSL334°74.40%24.51%
HSB/HSV334°85.32%42.75%
CMYK0.00%85.32%47.71%
57.25%

Color #6D1039 in popluar number systems.

HEX6D1039
Decimal1091657
Binary110110110000111001
Octal1552071

Shades and tints

Shades of #6D1039

#6D1039
(109,16,57)
#640F34
(100,15,52)
#5B0E2F
(91,14,47)
#520D2A
(82,13,42)
#490C25
(73,12,37)
#400B20
(64,11,32)
#370A1B
(55,10,27)
#2E0916
(46,9,22)
#250811
(37,8,17)
#1C070C
(28,7,12)
#130607
(19,6,7)
#000000
(0,0,0)

Tints of #6D1039

#6D1039
(109,16,57)
#7A254B
(122,37,75)
#873A5D
(135,58,93)
#944F6F
(148,79,111)
#A16481
(161,100,129)
#AE7993
(174,121,147)
#BB8EA5
(187,142,165)
#C8A3B7
(200,163,183)
#D5B8C9
(213,184,201)
#E2CDDB
(226,205,219)
#EFE2ED
(239,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1039; }

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

This text font color is #6D1039.


Background Color

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

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

This div background color is #6D1039.


Border color

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

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

This div border color is #6D1039.


Opacity

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

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

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

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

This text has shadow with #6D1039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1039 on black background.


Color preview on white background

This text has color #6D1039 on white background.



Black color preview on #6D1039 background

This text has black color on #6D1039 background.


White color preview on #6D1039 background

This text has white color on #6D1039 background.