COLOR #6D0D4D

HEX: #6D0D4D
RGB: (109,13,77)

Color info

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

RGB color model

#6D0D4D color RGB value is (109,13,77).

  • red value is 109;
  • green value is 13;
  • blue value is 77.
RGB:
(109,13,77)
(43%,5%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 13 of 255 = 5%
B 77 of 255 = 30%

109
13
77

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

Portions of RGB colors in percentages

R + G + B =
109 + 13 + 77 = 199 (100%)
R 109 of 199 ~ 54.77%
G 13 of 199 ~ 6.53%
B 77 of 199 ~ 38.69%

%54.77
%38.69

CMYK color model

#6D0D4D color CMYK value is (0,88,29,57).

  • cyan value is 0.00%
  • magenta value is 88.07%
  • yellow value is 29.36%
  • key color value is 57.25%
CMYK:
(0,88,29,57)
C0M88Y29K57 
(0%,88%,29%,57%)
(0.00/0.88/0.29/0.57)	

CMYK percentages

%0
%88.07
%29.36
%57.25

Codes

Color #6D0D4D in popluar color models

6D0D4D
RGB1091377
HSL320°78.69%23.92%
HSB/HSV320°88.07%42.75%
CMYK0.00%88.07%29.36%
57.25%

Color #6D0D4D in popluar number systems.

HEX6D0D4D
Decimal1091377
Binary110110111011001101
Octal15515115

Shades and tints

Shades of #6D0D4D

#6D0D4D
(109,13,77)
#640C46
(100,12,70)
#5B0B3F
(91,11,63)
#520A38
(82,10,56)
#490931
(73,9,49)
#40082A
(64,8,42)
#370723
(55,7,35)
#2E061C
(46,6,28)
#250515
(37,5,21)
#1C040E
(28,4,14)
#130307
(19,3,7)
#000000
(0,0,0)

Tints of #6D0D4D

#6D0D4D
(109,13,77)
#7A235D
(122,35,93)
#87396D
(135,57,109)
#944F7D
(148,79,125)
#A1658D
(161,101,141)
#AE7B9D
(174,123,157)
#BB91AD
(187,145,173)
#C8A7BD
(200,167,189)
#D5BDCD
(213,189,205)
#E2D3DD
(226,211,221)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0D4D color. Also use rgb(109,13,77) instead hex code.

Text Font Color

.myTextColor { color: #6D0D4D; }

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

This text font color is #6D0D4D.


Background Color

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

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

This div background color is #6D0D4D.


Border color

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

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

This div border color is #6D0D4D.


Opacity

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

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

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

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

This text has shadow with #6D0D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0D4D on black background.


Color preview on white background

This text has color #6D0D4D on white background.



Black color preview on #6D0D4D background

This text has black color on #6D0D4D background.


White color preview on #6D0D4D background

This text has white color on #6D0D4D background.