COLOR #6D385D

HEX: #6D385D
RGB: (109,56,93)

Color info

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

RGB color model

#6D385D color RGB value is (109,56,93).

  • red value is 109;
  • green value is 56;
  • blue value is 93.
RGB:
(109,56,93)
(43%,22%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 93 of 255 = 36%

109
56
93

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

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 93 = 258 (100%)
R 109 of 258 ~ 42.25%
G 56 of 258 ~ 21.71%
B 93 of 258 ~ 36.05%

%42.25
%21.71
%36.05

CMYK color model

#6D385D color CMYK value is (0,49,15,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 14.68%
  • key color value is 57.25%
CMYK:
(0,49,15,57)
C0M49Y15K57 
(0%,49%,15%,57%)
(0.00/0.49/0.15/0.57)	

CMYK percentages

%0
%48.62
%14.68
%57.25

Codes

Color #6D385D in popluar color models

6D385D
RGB1095693
HSL318°32.12%32.35%
HSB/HSV318°48.62%42.75%
CMYK0.00%48.62%14.68%
57.25%

Color #6D385D in popluar number systems.

HEX6D385D
Decimal1095693
Binary11011011110001011101
Octal15570135

Shades and tints

Shades of #6D385D

#6D385D
(109,56,93)
#643355
(100,51,85)
#5B2E4D
(91,46,77)
#522945
(82,41,69)
#49243D
(73,36,61)
#401F35
(64,31,53)
#371A2D
(55,26,45)
#2E1525
(46,21,37)
#25101D
(37,16,29)
#1C0B15
(28,11,21)
#13060D
(19,6,13)
#000000
(0,0,0)

Tints of #6D385D

#6D385D
(109,56,93)
#7A4A6B
(122,74,107)
#875C79
(135,92,121)
#946E87
(148,110,135)
#A18095
(161,128,149)
#AE92A3
(174,146,163)
#BBA4B1
(187,164,177)
#C8B6BF
(200,182,191)
#D5C8CD
(213,200,205)
#E2DADB
(226,218,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D385D color. Also use rgb(109,56,93) instead hex code.

Text Font Color

.myTextColor { color: #6D385D; }

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

This text font color is #6D385D.


Background Color

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

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

This div background color is #6D385D.


Border color

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

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

This div border color is #6D385D.


Opacity

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

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

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

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

This text has shadow with #6D385D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D385D on black background.


Color preview on white background

This text has color #6D385D on white background.



Black color preview on #6D385D background

This text has black color on #6D385D background.


White color preview on #6D385D background

This text has white color on #6D385D background.