COLOR #6D467A

HEX: #6D467A
RGB: (109,70,122)

Color info

#6D467A contains red, green and blue colors in about the same proportion. Web safe color of #6D467A is #663366 (or #636).

RGB color model

#6D467A color RGB value is (109,70,122).

  • red value is 109;
  • green value is 70;
  • blue value is 122.
RGB:
(109,70,122)
(43%,27%,48%)

RGB channels and saturation

R 109 of 255 = 43%
G 70 of 255 = 27%
B 122 of 255 = 48%

109
70
122

R + G + B ~ 39%. #6D467A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 70 + 122 = 301 (100%)
R 109 of 301 ~ 36.21%
G 70 of 301 ~ 23.26%
B 122 of 301 ~ 40.53%

%36.21
%23.26
%40.53

CMYK color model

#6D467A color CMYK value is (11,43,0,52).

  • cyan value is 10.66%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(11,43,0,52)
C11M43Y0K52 
(11%,43%,0%,52%)
(0.11/0.43/0.00/0.52)	

CMYK percentages

%10.66
%42.62
%0
%52.16

Codes

Color #6D467A in popluar color models

6D467A
RGB10970122
HSL285°27.08%37.65%
HSB/HSV285°42.62%47.84%
CMYK10.66%42.62%0.00%
52.16%

Color #6D467A in popluar number systems.

HEX6D467A
Decimal10970122
Binary110110110001101111010
Octal155106172

Shades and tints

Shades of #6D467A

#6D467A
(109,70,122)
#64406F
(100,64,111)
#5B3A64
(91,58,100)
#523459
(82,52,89)
#492E4E
(73,46,78)
#402843
(64,40,67)
#372238
(55,34,56)
#2E1C2D
(46,28,45)
#251622
(37,22,34)
#1C1017
(28,16,23)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D467A

#6D467A
(109,70,122)
#7A5686
(122,86,134)
#876692
(135,102,146)
#94769E
(148,118,158)
#A186AA
(161,134,170)
#AE96B6
(174,150,182)
#BBA6C2
(187,166,194)
#C8B6CE
(200,182,206)
#D5C6DA
(213,198,218)
#E2D6E6
(226,214,230)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D467A color. Also use rgb(109,70,122) instead hex code.

Text Font Color

.myTextColor { color: #6D467A; }

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

This text font color is #6D467A.


Background Color

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

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

This div background color is #6D467A.


Border color

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

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

This div border color is #6D467A.


Opacity

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

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

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

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

This text has shadow with #6D467A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D467A on black background.


Color preview on white background

This text has color #6D467A on white background.



Black color preview on #6D467A background

This text has black color on #6D467A background.


White color preview on #6D467A background

This text has white color on #6D467A background.