COLOR #6D335F

HEX: #6D335F
RGB: (109,51,95)

Color info

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

RGB color model

#6D335F color RGB value is (109,51,95).

  • red value is 109;
  • green value is 51;
  • blue value is 95.
RGB:
(109,51,95)
(43%,20%,37%)

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 95 of 255 = 37%

109
51
95

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

Portions of RGB colors in percentages

R + G + B =
109 + 51 + 95 = 255 (100%)
R 109 of 255 ~ 42.75%
G 51 of 255 ~ 20%
B 95 of 255 ~ 37.25%

%42.75
%20
%37.25

CMYK color model

#6D335F color CMYK value is (0,53,13,57).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 12.84%
  • key color value is 57.25%
CMYK:
(0,53,13,57)
C0M53Y13K57 
(0%,53%,13%,57%)
(0.00/0.53/0.13/0.57)	

CMYK percentages

%0
%53.21
%12.84
%57.25

Codes

Color #6D335F in popluar color models

6D335F
RGB1095195
HSL314°36.25%31.37%
HSB/HSV314°53.21%42.75%
CMYK0.00%53.21%12.84%
57.25%

Color #6D335F in popluar number systems.

HEX6D335F
Decimal1095195
Binary11011011100111011111
Octal15563137

Shades and tints

Shades of #6D335F

#6D335F
(109,51,95)
#642F57
(100,47,87)
#5B2B4F
(91,43,79)
#522747
(82,39,71)
#49233F
(73,35,63)
#401F37
(64,31,55)
#371B2F
(55,27,47)
#2E1727
(46,23,39)
#25131F
(37,19,31)
#1C0F17
(28,15,23)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D335F

#6D335F
(109,51,95)
#7A456D
(122,69,109)
#87577B
(135,87,123)
#946989
(148,105,137)
#A17B97
(161,123,151)
#AE8DA5
(174,141,165)
#BB9FB3
(187,159,179)
#C8B1C1
(200,177,193)
#D5C3CF
(213,195,207)
#E2D5DD
(226,213,221)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D335F color. Also use rgb(109,51,95) instead hex code.

Text Font Color

.myTextColor { color: #6D335F; }

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

This text font color is #6D335F.


Background Color

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

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

This div background color is #6D335F.


Border color

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

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

This div border color is #6D335F.


Opacity

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

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

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

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

This text has shadow with #6D335F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D335F on black background.


Color preview on white background

This text has color #6D335F on white background.



Black color preview on #6D335F background

This text has black color on #6D335F background.


White color preview on #6D335F background

This text has white color on #6D335F background.