COLOR #6D1D81

HEX: #6D1D81
RGB: (109,29,129)

Color info

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

RGB color model

#6D1D81 color RGB value is (109,29,129).

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

RGB channels and saturation

R 109 of 255 = 43%
G 29 of 255 = 11%
B 129 of 255 = 51%

109
29
129

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

Portions of RGB colors in percentages

R + G + B =
109 + 29 + 129 = 267 (100%)
R 109 of 267 ~ 40.82%
G 29 of 267 ~ 10.86%
B 129 of 267 ~ 48.31%

%40.82
%10.86
%48.31

CMYK color model

#6D1D81 color CMYK value is (16,78,0,49).

  • cyan value is 15.50%
  • magenta value is 77.52%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(16,78,0,49)
C16M78Y0K49 
(16%,78%,0%,49%)
(0.16/0.78/0.00/0.49)	

CMYK percentages

%15.5
%77.52
%0
%49.41

Codes

Color #6D1D81 in popluar color models

6D1D81
RGB10929129
HSL288°63.29%30.98%
HSB/HSV288°77.52%50.59%
CMYK15.50%77.52%0.00%
49.41%

Color #6D1D81 in popluar number systems.

HEX6D1D81
Decimal10929129
Binary11011011110110000001
Octal15535201

Shades and tints

Shades of #6D1D81

#6D1D81
(109,29,129)
#641B76
(100,27,118)
#5B196B
(91,25,107)
#521760
(82,23,96)
#491555
(73,21,85)
#40134A
(64,19,74)
#37113F
(55,17,63)
#2E0F34
(46,15,52)
#250D29
(37,13,41)
#1C0B1E
(28,11,30)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #6D1D81

#6D1D81
(109,29,129)
#7A318C
(122,49,140)
#874597
(135,69,151)
#9459A2
(148,89,162)
#A16DAD
(161,109,173)
#AE81B8
(174,129,184)
#BB95C3
(187,149,195)
#C8A9CE
(200,169,206)
#D5BDD9
(213,189,217)
#E2D1E4
(226,209,228)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1D81; }

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

This text font color is #6D1D81.


Background Color

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

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

This div background color is #6D1D81.


Border color

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

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

This div border color is #6D1D81.


Opacity

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

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

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

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

This text has shadow with #6D1D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1D81 on black background.


Color preview on white background

This text has color #6D1D81 on white background.



Black color preview on #6D1D81 background

This text has black color on #6D1D81 background.


White color preview on #6D1D81 background

This text has white color on #6D1D81 background.