COLOR #6D004A

HEX: #6D004A RGB: (109,0,74)

Color info

#6D004A contains only red and blue colors. Web safe color of #6D004A is #660033 (or #603).

RGB color model

#6D004A color RGB value is (109,0,74).

RGB: (109,0,74) (43%, 0%, 29%)

RGB channels and saturation

R 109 of 255 = 43%
G 0 of 255 = 0%
B 74 of 255 = 29%

109
0
74

R + G + B ~ 24%. #6D004A is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 0 + 74 = 183 (100%)
R 109 of 183 ~ 59.56%
G 0 of 183 ~ 0%
B 74 of 183 ~ 40.44'%

%59.56
%40.44

CMYK color model

#6D004A color CMYK value is (0,100,32,57).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 32.11%
  • key color value is 57.25%

CMYK: (0,100,32,57)
C0M100Y32K57 (0%, 100%, 32%, 57%)
(0.00 / 1.00 / 0.32 / 0.57)

CMYK percentages

%0
%100
%32.11
%57.25

Codes

Color #6D004A in popluar color models

6D 00 4A
RGB 109 0 74
HSL 319° 100.00% 21.37%
HSB/HSV 319° 100.00% 42.75%
CMYK 0.00% 100.00% 32.11%
57.25%

Color #6D004A in popluar number systems.

HEX 6D 00 4A
Decimal 109 0 74
Binary 1101101 0 1001010
Octal 155 0 112

Shades and tints

Shades of #6D004A

#6D004A
(109,0,74)
#640044
(100,0,68)
#5B003E
(91,0,62)
#520038
(82,0,56)
#490032
(73,0,50)
#40002C
(64,0,44)
#370026
(55,0,38)
#2E0020
(46,0,32)
#25001A
(37,0,26)
#1C0014
(28,0,20)
#13000E
(19,0,14)
#000000
(0,0,0)

Tints of #6D004A

#6D004A
(109,0,74)
#7A175A
(122,23,90)
#872E6A
(135,46,106)
#94457A
(148,69,122)
#A15C8A
(161,92,138)
#AE739A
(174,115,154)
#BB8AAA
(187,138,170)
#C8A1BA
(200,161,186)
#D5B8CA
(213,184,202)
#E2CFDA
(226,207,218)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D004A color. Also use rgb(109,0,74) instead hex code.

Text Font Color

.myTextColor { color: #6D004A; }

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

This text font color is #6D004A.

Background Color

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

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

This div background color is #6D004A.

Border color

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

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

This div border color is #6D004A.

Opacity

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

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

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

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

This text has shadow with #6D004A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D004A.

Preview

Color preview on black background

This text has color #6D004A on black background.


Color preview on white background

This text has color #6D004A on white background.


Black color preview on #6D004A background

This text has black color on #6D004A background.


White color preview on #6D004A background

This text has white color on #6D004A background.


Related colors

Complementary color

Complementary color for #hex is #92FFB5.


I love getcolorcode.com

Triadic colors

1 #4A6D00 and #004A6D with #6D004A are triadic colors.

2 #4A006D and #006D4A with #6D004A are triadic colors.