COLOR #6D2073

HEX: #6D2073 RGB: (109,32,115)

Color info

#6D2073 contains mainly red and blue colors. Web safe color of #6D2073 is #663366 (or #636).

RGB color model

#6D2073 color RGB value is (109,32,115).

RGB: (109,32,115) (43%, 13%, 45%)

RGB channels and saturation

R 109 of 255 = 43%
G 32 of 255 = 13%
B 115 of 255 = 45%

109
32
115

R + G + B ~ 34%. #6D2073 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 32 + 115 = 256 (100%)
R 109 of 256 ~ 42.58%
G 32 of 256 ~ 12.5%
B 115 of 256 ~ 44.92'%

%42.58
%12.5
%44.92

CMYK color model

#6D2073 color CMYK value is (5,72,0,55).

  • cyan value is 5.22%
  • magenta value is 72.17%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (5,72,0,55)
C5M72Y0K55 (5%, 72%, 0%, 55%)
(0.05 / 0.72 / 0.00 / 0.55)

CMYK percentages

%5.22
%72.17
%0
%54.9

Codes

Color #6D2073 in popluar color models

6D 20 73
RGB 109 32 115
HSL 296° 56.46% 28.82%
HSB/HSV 296° 72.17% 45.10%
CMYK 5.22% 72.17% 0.00%
54.90%

Color #6D2073 in popluar number systems.

HEX 6D 20 73
Decimal 109 32 115
Binary 1101101 100000 1110011
Octal 155 40 163

Shades and tints

Shades of #6D2073

#6D2073
(109,32,115)
#641E69
(100,30,105)
#5B1C5F
(91,28,95)
#521A55
(82,26,85)
#49184B
(73,24,75)
#401641
(64,22,65)
#371437
(55,20,55)
#2E122D
(46,18,45)
#251023
(37,16,35)
#1C0E19
(28,14,25)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D2073

#6D2073
(109,32,115)
#7A347F
(122,52,127)
#87488B
(135,72,139)
#945C97
(148,92,151)
#A170A3
(161,112,163)
#AE84AF
(174,132,175)
#BB98BB
(187,152,187)
#C8ACC7
(200,172,199)
#D5C0D3
(213,192,211)
#E2D4DF
(226,212,223)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2073 color. Also use rgb(109,32,115) instead hex code.

Text Font Color

.myTextColor { color: #6D2073; }

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

This text font color is #6D2073.

Background Color

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

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

This div background color is #6D2073.

Border color

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

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

This div border color is #6D2073.

Opacity

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

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

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

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

This text has shadow with #6D2073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D2073.

Preview

Color preview on black background

This text has color #6D2073 on black background.


Color preview on white background

This text has color #6D2073 on white background.


Black color preview on #6D2073 background

This text has black color on #6D2073 background.


White color preview on #6D2073 background

This text has white color on #6D2073 background.


Related colors

Complementary color

Complementary color for #hex is #92DF8C.


I love getcolorcode.com

Triadic colors

1 #736D20 and #20736D with #6D2073 are triadic colors.

2 #73206D and #206D73 with #6D2073 are triadic colors.