COLOR #6D3A58

HEX: #6D3A58
RGB: (109,58,88)

Color info

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

RGB color model

#6D3A58 color RGB value is (109,58,88).

  • red value is 109;
  • green value is 58;
  • blue value is 88.
RGB:
(109,58,88)
(43%,23%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 58 of 255 = 23%
B 88 of 255 = 35%

109
58
88

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

Portions of RGB colors in percentages

R + G + B =
109 + 58 + 88 = 255 (100%)
R 109 of 255 ~ 42.75%
G 58 of 255 ~ 22.75%
B 88 of 255 ~ 34.51%

%42.75
%22.75
%34.51

CMYK color model

#6D3A58 color CMYK value is (0,47,19,57).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(0,47,19,57)
C0M47Y19K57 
(0%,47%,19%,57%)
(0.00/0.47/0.19/0.57)	

CMYK percentages

%0
%46.79
%19.27
%57.25

Codes

Color #6D3A58 in popluar color models

6D3A58
RGB1095888
HSL325°30.54%32.75%
HSB/HSV325°46.79%42.75%
CMYK0.00%46.79%19.27%
57.25%

Color #6D3A58 in popluar number systems.

HEX6D3A58
Decimal1095888
Binary11011011110101011000
Octal15572130

Shades and tints

Shades of #6D3A58

#6D3A58
(109,58,88)
#643550
(100,53,80)
#5B3048
(91,48,72)
#522B40
(82,43,64)
#492638
(73,38,56)
#402130
(64,33,48)
#371C28
(55,28,40)
#2E1720
(46,23,32)
#251218
(37,18,24)
#1C0D10
(28,13,16)
#130808
(19,8,8)
#000000
(0,0,0)

Tints of #6D3A58

#6D3A58
(109,58,88)
#7A4B67
(122,75,103)
#875C76
(135,92,118)
#946D85
(148,109,133)
#A17E94
(161,126,148)
#AE8FA3
(174,143,163)
#BBA0B2
(187,160,178)
#C8B1C1
(200,177,193)
#D5C2D0
(213,194,208)
#E2D3DF
(226,211,223)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3A58 color. Also use rgb(109,58,88) instead hex code.

Text Font Color

.myTextColor { color: #6D3A58; }

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

This text font color is #6D3A58.


Background Color

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

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

This div background color is #6D3A58.


Border color

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

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

This div border color is #6D3A58.


Opacity

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

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

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

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

This text has shadow with #6D3A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3A58 on black background.


Color preview on white background

This text has color #6D3A58 on white background.



Black color preview on #6D3A58 background

This text has black color on #6D3A58 background.


White color preview on #6D3A58 background

This text has white color on #6D3A58 background.