COLOR #6D194E

HEX: #6D194E
RGB: (109,25,78)

Color info

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

RGB color model

#6D194E color RGB value is (109,25,78).

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

RGB channels and saturation

R 109 of 255 = 43%
G 25 of 255 = 10%
B 78 of 255 = 31%

109
25
78

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

Portions of RGB colors in percentages

R + G + B =
109 + 25 + 78 = 212 (100%)
R 109 of 212 ~ 51.42%
G 25 of 212 ~ 11.79%
B 78 of 212 ~ 36.79%

%51.42
%11.79
%36.79

CMYK color model

#6D194E color CMYK value is (0,77,28,57).

  • cyan value is 0.00%
  • magenta value is 77.06%
  • yellow value is 28.44%
  • key color value is 57.25%
CMYK:
(0,77,28,57)
C0M77Y28K57 
(0%,77%,28%,57%)
(0.00/0.77/0.28/0.57)	

CMYK percentages

%0
%77.06
%28.44
%57.25

Codes

Color #6D194E in popluar color models

6D194E
RGB1092578
HSL322°62.69%26.27%
HSB/HSV322°77.06%42.75%
CMYK0.00%77.06%28.44%
57.25%

Color #6D194E in popluar number systems.

HEX6D194E
Decimal1092578
Binary1101101110011001110
Octal15531116

Shades and tints

Shades of #6D194E

#6D194E
(109,25,78)
#641747
(100,23,71)
#5B1540
(91,21,64)
#521339
(82,19,57)
#491132
(73,17,50)
#400F2B
(64,15,43)
#370D24
(55,13,36)
#2E0B1D
(46,11,29)
#250916
(37,9,22)
#1C070F
(28,7,15)
#130508
(19,5,8)
#000000
(0,0,0)

Tints of #6D194E

#6D194E
(109,25,78)
#7A2D5E
(122,45,94)
#87416E
(135,65,110)
#94557E
(148,85,126)
#A1698E
(161,105,142)
#AE7D9E
(174,125,158)
#BB91AE
(187,145,174)
#C8A5BE
(200,165,190)
#D5B9CE
(213,185,206)
#E2CDDE
(226,205,222)
#EFE1EE
(239,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D194E color. Also use rgb(109,25,78) instead hex code.

Text Font Color

.myTextColor { color: #6D194E; }

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

This text font color is #6D194E.


Background Color

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

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

This div background color is #6D194E.


Border color

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

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

This div border color is #6D194E.


Opacity

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

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

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

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

This text has shadow with #6D194E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D194E on black background.


Color preview on white background

This text has color #6D194E on white background.



Black color preview on #6D194E background

This text has black color on #6D194E background.


White color preview on #6D194E background

This text has white color on #6D194E background.