COLOR #6D1D89

HEX: #6D1D89
RGB: (109,29,137)

Color info

#6D1D89 contains mainly red and blue colors. Web safe color of #6D1D89 is #663399 (or #639).

RGB color model

#6D1D89 color RGB value is (109,29,137).

  • red value is 109;
  • green value is 29;
  • blue value is 137.
RGB:
(109,29,137)
(43%,11%,54%)

RGB channels and saturation

R 109 of 255 = 43%
G 29 of 255 = 11%
B 137 of 255 = 54%

109
29
137

R + G + B ~ 36%. #6D1D89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 29 + 137 = 275 (100%)
R 109 of 275 ~ 39.64%
G 29 of 275 ~ 10.55%
B 137 of 275 ~ 49.82%

%39.64
%10.55
%49.82

CMYK color model

#6D1D89 color CMYK value is (20,79,0,46).

  • cyan value is 20.44%
  • magenta value is 78.83%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(20,79,0,46)
C20M79Y0K46 
(20%,79%,0%,46%)
(0.20/0.79/0.00/0.46)	

CMYK percentages

%20.44
%78.83
%0
%46.27

Codes

Color #6D1D89 in popluar color models

6D1D89
RGB10929137
HSL284°65.06%32.55%
HSB/HSV284°78.83%53.73%
CMYK20.44%78.83%0.00%
46.27%

Color #6D1D89 in popluar number systems.

HEX6D1D89
Decimal10929137
Binary11011011110110001001
Octal15535211

Shades and tints

Shades of #6D1D89

#6D1D89
(109,29,137)
#641B7D
(100,27,125)
#5B1971
(91,25,113)
#521765
(82,23,101)
#491559
(73,21,89)
#40134D
(64,19,77)
#371141
(55,17,65)
#2E0F35
(46,15,53)
#250D29
(37,13,41)
#1C0B1D
(28,11,29)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #6D1D89

#6D1D89
(109,29,137)
#7A3193
(122,49,147)
#87459D
(135,69,157)
#9459A7
(148,89,167)
#A16DB1
(161,109,177)
#AE81BB
(174,129,187)
#BB95C5
(187,149,197)
#C8A9CF
(200,169,207)
#D5BDD9
(213,189,217)
#E2D1E3
(226,209,227)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1D89 color. Also use rgb(109,29,137) instead hex code.

Text Font Color

.myTextColor { color: #6D1D89; }

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

This text font color is #6D1D89.


Background Color

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

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

This div background color is #6D1D89.


Border color

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

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

This div border color is #6D1D89.


Opacity

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

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

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

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

This text has shadow with #6D1D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1D89 on black background.


Color preview on white background

This text has color #6D1D89 on white background.



Black color preview on #6D1D89 background

This text has black color on #6D1D89 background.


White color preview on #6D1D89 background

This text has white color on #6D1D89 background.