COLOR #6D385B

HEX: #6D385B
RGB: (109,56,91)

Color info

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

RGB color model

#6D385B color RGB value is (109,56,91).

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

RGB channels and saturation

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

109
56
91

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

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 91 = 256 (100%)
R 109 of 256 ~ 42.58%
G 56 of 256 ~ 21.88%
B 91 of 256 ~ 35.55%

%42.58
%21.88
%35.55

CMYK color model

#6D385B color CMYK value is (0,49,17,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 16.51%
  • key color value is 57.25%
CMYK:
(0,49,17,57)
C0M49Y17K57 
(0%,49%,17%,57%)
(0.00/0.49/0.17/0.57)	

CMYK percentages

%0
%48.62
%16.51
%57.25

Codes

Color #6D385B in popluar color models

6D385B
RGB1095691
HSL320°32.12%32.35%
HSB/HSV320°48.62%42.75%
CMYK0.00%48.62%16.51%
57.25%

Color #6D385B in popluar number systems.

HEX6D385B
Decimal1095691
Binary11011011110001011011
Octal15570133

Shades and tints

Shades of #6D385B

#6D385B
(109,56,91)
#643353
(100,51,83)
#5B2E4B
(91,46,75)
#522943
(82,41,67)
#49243B
(73,36,59)
#401F33
(64,31,51)
#371A2B
(55,26,43)
#2E1523
(46,21,35)
#25101B
(37,16,27)
#1C0B13
(28,11,19)
#13060B
(19,6,11)
#000000
(0,0,0)

Tints of #6D385B

#6D385B
(109,56,91)
#7A4A69
(122,74,105)
#875C77
(135,92,119)
#946E85
(148,110,133)
#A18093
(161,128,147)
#AE92A1
(174,146,161)
#BBA4AF
(187,164,175)
#C8B6BD
(200,182,189)
#D5C8CB
(213,200,203)
#E2DAD9
(226,218,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D385B; }

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

This text font color is #6D385B.


Background Color

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

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

This div background color is #6D385B.


Border color

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

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

This div border color is #6D385B.


Opacity

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

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

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

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

This text has shadow with #6D385B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D385B on black background.


Color preview on white background

This text has color #6D385B on white background.



Black color preview on #6D385B background

This text has black color on #6D385B background.


White color preview on #6D385B background

This text has white color on #6D385B background.