COLOR #6D3F6F

HEX: #6D3F6F
RGB: (109,63,111)

Color info

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

RGB color model

#6D3F6F color RGB value is (109,63,111).

  • red value is 109;
  • green value is 63;
  • blue value is 111.
RGB: (109,63,111) (43%,25%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 63 of 255 = 25%
B 111 of 255 = 44%

109
63
111

R + G + B ~ 37%. #6D3F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 63 + 111 = 283 (100%)
R 109 of 283 ~ 38.52%
G 63 of 283 ~ 22.26%
B 111 of 283 ~ 39.22%

%38.52
%22.26
%39.22

CMYK color model

#6D3F6F color CMYK value is (2,43,0,56).

  • cyan value is 1.80%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (2,43,0,56) C2M43Y0K56 (2%,43%,0%,56%) (0.02/0.43/0.00/0.56)

CMYK percentages

%1.8
%43.24
%0
%56.47

Codes

Color #6D3F6F in popluar color models

6D3F6F
RGB10963111
HSL298°27.59%34.12%
HSB/HSV298°43.24%43.53%
CMYK1.80%43.24%0.00%
56.47%

Color #6D3F6F in popluar number systems.

HEX6D3F6F
Decimal10963111
Binary11011011111111101111
Octal15577157

Shades and tints

Shades of #6D3F6F

#6D3F6F
(109,63,111)
#643A65
(100,58,101)
#5B355B
(91,53,91)
#523051
(82,48,81)
#492B47
(73,43,71)
#40263D
(64,38,61)
#372133
(55,33,51)
#2E1C29
(46,28,41)
#25171F
(37,23,31)
#1C1215
(28,18,21)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #6D3F6F

#6D3F6F
(109,63,111)
#7A507C
(122,80,124)
#876189
(135,97,137)
#947296
(148,114,150)
#A183A3
(161,131,163)
#AE94B0
(174,148,176)
#BBA5BD
(187,165,189)
#C8B6CA
(200,182,202)
#D5C7D7
(213,199,215)
#E2D8E4
(226,216,228)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3F6F color. Also use rgb(109,63,111) instead hex code.

Text Font Color

.myTextColor { color: #6D3F6F; }

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

This text font color is #6D3F6F.


Background Color

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

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

This div background color is #6D3F6F.


Border color

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

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

This div border color is #6D3F6F.


Opacity

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

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

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

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

This text has shadow with #6D3F6F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D3F6F on black background.


Color preview on white background

This text has color #6D3F6F on white background.



Black color preview on #6D3F6F background

This text has black color on #6D3F6F background.


White color preview on #6D3F6F background

This text has white color on #6D3F6F background.