COLOR #6D325B

HEX: #6D325B
RGB: (109,50,91)

Color info

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

RGB color model

#6D325B color RGB value is (109,50,91).

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

RGB channels and saturation

R 109 of 255 = 43%
G 50 of 255 = 20%
B 91 of 255 = 36%

109
50
91

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

Portions of RGB colors in percentages

R + G + B =
109 + 50 + 91 = 250 (100%)
R 109 of 250 ~ 43.6%
G 50 of 250 ~ 20%
B 91 of 250 ~ 36.4%

%43.6
%20
%36.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.13%
  • yellow value is 16.51%
  • 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
%16.51
%57.25

Codes

Color #6D325B in popluar color models

6D325B
RGB1095091
HSL318°37.11%31.18%
HSB/HSV318°54.13%42.75%
CMYK0.00%54.13%16.51%
57.25%

Color #6D325B in popluar number systems.

HEX6D325B
Decimal1095091
Binary11011011100101011011
Octal15562133

Shades and tints

Shades of #6D325B

#6D325B
(109,50,91)
#642E53
(100,46,83)
#5B2A4B
(91,42,75)
#522643
(82,38,67)
#49223B
(73,34,59)
#401E33
(64,30,51)
#371A2B
(55,26,43)
#2E1623
(46,22,35)
#25121B
(37,18,27)
#1C0E13
(28,14,19)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D325B

#6D325B
(109,50,91)
#7A4469
(122,68,105)
#875677
(135,86,119)
#946885
(148,104,133)
#A17A93
(161,122,147)
#AE8CA1
(174,140,161)
#BB9EAF
(187,158,175)
#C8B0BD
(200,176,189)
#D5C2CB
(213,194,203)
#E2D4D9
(226,212,217)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D325B; }

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

This text font color is #6D325B.


Background Color

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

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

This div background color is #6D325B.


Border color

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

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

This div border color is #6D325B.


Opacity

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

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

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

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

This text has shadow with #6D325B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D325B on black background.


Color preview on white background

This text has color #6D325B on white background.



Black color preview on #6D325B background

This text has black color on #6D325B background.


White color preview on #6D325B background

This text has white color on #6D325B background.