COLOR #6D1A4F

HEX: #6D1A4F
RGB: (109,26,79)

Color info

#6D1A4F contains mainly red and blue colors. Web safe color of #6D1A4F is #660066 (or #606).

RGB color model

#6D1A4F color RGB value is (109,26,79).

  • red value is 109;
  • green value is 26;
  • blue value is 79.
RGB:
(109,26,79)
(43%,10%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 26 of 255 = 10%
B 79 of 255 = 31%

109
26
79

R + G + B ~ 28%. #6D1A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 26 + 79 = 214 (100%)
R 109 of 214 ~ 50.93%
G 26 of 214 ~ 12.15%
B 79 of 214 ~ 36.92%

%50.93
%12.15
%36.92

CMYK color model

#6D1A4F color CMYK value is (0,76,28,57).

  • cyan value is 0.00%
  • magenta value is 76.15%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(0,76,28,57)
C0M76Y28K57 
(0%,76%,28%,57%)
(0.00/0.76/0.28/0.57)	

CMYK percentages

%0
%76.15
%27.52
%57.25

Codes

Color #6D1A4F in popluar color models

6D1A4F
RGB1092679
HSL322°61.48%26.47%
HSB/HSV322°76.15%42.75%
CMYK0.00%76.15%27.52%
57.25%

Color #6D1A4F in popluar number systems.

HEX6D1A4F
Decimal1092679
Binary1101101110101001111
Octal15532117

Shades and tints

Shades of #6D1A4F

#6D1A4F
(109,26,79)
#641848
(100,24,72)
#5B1641
(91,22,65)
#52143A
(82,20,58)
#491233
(73,18,51)
#40102C
(64,16,44)
#370E25
(55,14,37)
#2E0C1E
(46,12,30)
#250A17
(37,10,23)
#1C0810
(28,8,16)
#130609
(19,6,9)
#000000
(0,0,0)

Tints of #6D1A4F

#6D1A4F
(109,26,79)
#7A2E5F
(122,46,95)
#87426F
(135,66,111)
#94567F
(148,86,127)
#A16A8F
(161,106,143)
#AE7E9F
(174,126,159)
#BB92AF
(187,146,175)
#C8A6BF
(200,166,191)
#D5BACF
(213,186,207)
#E2CEDF
(226,206,223)
#EFE2EF
(239,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1A4F color. Also use rgb(109,26,79) instead hex code.

Text Font Color

.myTextColor { color: #6D1A4F; }

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

This text font color is #6D1A4F.


Background Color

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

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

This div background color is #6D1A4F.


Border color

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

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

This div border color is #6D1A4F.


Opacity

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

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

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

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

This text has shadow with #6D1A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1A4F on black background.


Color preview on white background

This text has color #6D1A4F on white background.



Black color preview on #6D1A4F background

This text has black color on #6D1A4F background.


White color preview on #6D1A4F background

This text has white color on #6D1A4F background.