COLOR #6D0C4C

HEX: #6D0C4C
RGB: (109,12,76)

Color info

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

RGB color model

#6D0C4C color RGB value is (109,12,76).

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

RGB channels and saturation

R 109 of 255 = 43%
G 12 of 255 = 5%
B 76 of 255 = 30%

109
12
76

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

Portions of RGB colors in percentages

R + G + B =
109 + 12 + 76 = 197 (100%)
R 109 of 197 ~ 55.33%
G 12 of 197 ~ 6.09%
B 76 of 197 ~ 38.58%

%55.33
%38.58

CMYK color model

#6D0C4C color CMYK value is (0,89,30,57).

  • cyan value is 0.00%
  • magenta value is 88.99%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(0,89,30,57)
C0M89Y30K57 
(0%,89%,30%,57%)
(0.00/0.89/0.30/0.57)	

CMYK percentages

%0
%88.99
%30.28
%57.25

Codes

Color #6D0C4C in popluar color models

6D0C4C
RGB1091276
HSL320°80.17%23.73%
HSB/HSV320°88.99%42.75%
CMYK0.00%88.99%30.28%
57.25%

Color #6D0C4C in popluar number systems.

HEX6D0C4C
Decimal1091276
Binary110110111001001100
Octal15514114

Shades and tints

Shades of #6D0C4C

#6D0C4C
(109,12,76)
#640B46
(100,11,70)
#5B0A40
(91,10,64)
#52093A
(82,9,58)
#490834
(73,8,52)
#40072E
(64,7,46)
#370628
(55,6,40)
#2E0522
(46,5,34)
#25041C
(37,4,28)
#1C0316
(28,3,22)
#130210
(19,2,16)
#000000
(0,0,0)

Tints of #6D0C4C

#6D0C4C
(109,12,76)
#7A225C
(122,34,92)
#87386C
(135,56,108)
#944E7C
(148,78,124)
#A1648C
(161,100,140)
#AE7A9C
(174,122,156)
#BB90AC
(187,144,172)
#C8A6BC
(200,166,188)
#D5BCCC
(213,188,204)
#E2D2DC
(226,210,220)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0C4C color. Also use rgb(109,12,76) instead hex code.

Text Font Color

.myTextColor { color: #6D0C4C; }

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

This text font color is #6D0C4C.


Background Color

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

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

This div background color is #6D0C4C.


Border color

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

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

This div border color is #6D0C4C.


Opacity

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

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

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

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

This text has shadow with #6D0C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0C4C on black background.


Color preview on white background

This text has color #6D0C4C on white background.



Black color preview on #6D0C4C background

This text has black color on #6D0C4C background.


White color preview on #6D0C4C background

This text has white color on #6D0C4C background.