COLOR #6D325A

HEX: #6D325A
RGB: (109,50,90)

Color info

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

RGB color model

#6D325A color RGB value is (109,50,90).

  • red value is 109;
  • green value is 50;
  • blue value is 90.
RGB:
(109,50,90)
(43%,20%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 50 of 255 = 20%
B 90 of 255 = 35%

109
50
90

R + G + B ~ 33%. #6D325A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 50 + 90 = 249 (100%)
R 109 of 249 ~ 43.78%
G 50 of 249 ~ 20.08%
B 90 of 249 ~ 36.14%

%43.78
%20.08
%36.14

CMYK color model

#6D325A color CMYK value is (0,54,17,57).

  • cyan value is 0.00%
  • magenta value is 54.13%
  • yellow value is 17.43%
  • key color value is 57.25%
CMYK:
(0,54,17,57)
C0M54Y17K57 
(0%,54%,17%,57%)
(0.00/0.54/0.17/0.57)	

CMYK percentages

%0
%54.13
%17.43
%57.25

Codes

Color #6D325A in popluar color models

6D325A
RGB1095090
HSL319°37.11%31.18%
HSB/HSV319°54.13%42.75%
CMYK0.00%54.13%17.43%
57.25%

Color #6D325A in popluar number systems.

HEX6D325A
Decimal1095090
Binary11011011100101011010
Octal15562132

Shades and tints

Shades of #6D325A

#6D325A
(109,50,90)
#642E52
(100,46,82)
#5B2A4A
(91,42,74)
#522642
(82,38,66)
#49223A
(73,34,58)
#401E32
(64,30,50)
#371A2A
(55,26,42)
#2E1622
(46,22,34)
#25121A
(37,18,26)
#1C0E12
(28,14,18)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #6D325A

#6D325A
(109,50,90)
#7A4469
(122,68,105)
#875678
(135,86,120)
#946887
(148,104,135)
#A17A96
(161,122,150)
#AE8CA5
(174,140,165)
#BB9EB4
(187,158,180)
#C8B0C3
(200,176,195)
#D5C2D2
(213,194,210)
#E2D4E1
(226,212,225)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D325A color. Also use rgb(109,50,90) instead hex code.

Text Font Color

.myTextColor { color: #6D325A; }

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

This text font color is #6D325A.


Background Color

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

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

This div background color is #6D325A.


Border color

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

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

This div border color is #6D325A.


Opacity

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

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

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

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

This text has shadow with #6D325A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D325A on black background.


Color preview on white background

This text has color #6D325A on white background.



Black color preview on #6D325A background

This text has black color on #6D325A background.


White color preview on #6D325A background

This text has white color on #6D325A background.