COLOR #6D1D84

HEX: #6D1D84
RGB: (109,29,132)

Color info

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

RGB color model

#6D1D84 color RGB value is (109,29,132).

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

RGB channels and saturation

R 109 of 255 = 43%
G 29 of 255 = 11%
B 132 of 255 = 52%

109
29
132

R + G + B ~ 35%. #6D1D84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 29 + 132 = 270 (100%)
R 109 of 270 ~ 40.37%
G 29 of 270 ~ 10.74%
B 132 of 270 ~ 48.89%

%40.37
%10.74
%48.89

CMYK color model

#6D1D84 color CMYK value is (17,78,0,48).

  • cyan value is 17.42%
  • magenta value is 78.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(17,78,0,48)
C17M78Y0K48 
(17%,78%,0%,48%)
(0.17/0.78/0.00/0.48)	

CMYK percentages

%17.42
%78.03
%0
%48.24

Codes

Color #6D1D84 in popluar color models

6D1D84
RGB10929132
HSL287°63.98%31.57%
HSB/HSV287°78.03%51.76%
CMYK17.42%78.03%0.00%
48.24%

Color #6D1D84 in popluar number systems.

HEX6D1D84
Decimal10929132
Binary11011011110110000100
Octal15535204

Shades and tints

Shades of #6D1D84

#6D1D84
(109,29,132)
#641B78
(100,27,120)
#5B196C
(91,25,108)
#521760
(82,23,96)
#491554
(73,21,84)
#401348
(64,19,72)
#37113C
(55,17,60)
#2E0F30
(46,15,48)
#250D24
(37,13,36)
#1C0B18
(28,11,24)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #6D1D84

#6D1D84
(109,29,132)
#7A318F
(122,49,143)
#87459A
(135,69,154)
#9459A5
(148,89,165)
#A16DB0
(161,109,176)
#AE81BB
(174,129,187)
#BB95C6
(187,149,198)
#C8A9D1
(200,169,209)
#D5BDDC
(213,189,220)
#E2D1E7
(226,209,231)
#EFE5F2
(239,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1D84; }

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

This text font color is #6D1D84.


Background Color

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

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

This div background color is #6D1D84.


Border color

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

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

This div border color is #6D1D84.


Opacity

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

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

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

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

This text has shadow with #6D1D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1D84 on black background.


Color preview on white background

This text has color #6D1D84 on white background.



Black color preview on #6D1D84 background

This text has black color on #6D1D84 background.


White color preview on #6D1D84 background

This text has white color on #6D1D84 background.