COLOR #6D3D6B

HEX: #6D3D6B
RGB: (109,61,107)

Color info

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

RGB color model

#6D3D6B color RGB value is (109,61,107).

  • red value is 109;
  • green value is 61;
  • blue value is 107.
RGB:
(109,61,107)
(43%,24%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 61 of 255 = 24%
B 107 of 255 = 42%

109
61
107

R + G + B ~ 36%. #6D3D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 61 + 107 = 277 (100%)
R 109 of 277 ~ 39.35%
G 61 of 277 ~ 22.02%
B 107 of 277 ~ 38.63%

%39.35
%22.02
%38.63

CMYK color model

#6D3D6B color CMYK value is (0,44,2,57).

  • cyan value is 0.00%
  • magenta value is 44.04%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(0,44,2,57)
C0M44Y2K57 
(0%,44%,2%,57%)
(0.00/0.44/0.02/0.57)	

CMYK percentages

%0
%44.04
%1.83
%57.25

Codes

Color #6D3D6B in popluar color models

6D3D6B
RGB10961107
HSL303°28.24%33.33%
HSB/HSV303°44.04%42.75%
CMYK0.00%44.04%1.83%
57.25%

Color #6D3D6B in popluar number systems.

HEX6D3D6B
Decimal10961107
Binary11011011111011101011
Octal15575153

Shades and tints

Shades of #6D3D6B

#6D3D6B
(109,61,107)
#643862
(100,56,98)
#5B3359
(91,51,89)
#522E50
(82,46,80)
#492947
(73,41,71)
#40243E
(64,36,62)
#371F35
(55,31,53)
#2E1A2C
(46,26,44)
#251523
(37,21,35)
#1C101A
(28,16,26)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #6D3D6B

#6D3D6B
(109,61,107)
#7A4E78
(122,78,120)
#875F85
(135,95,133)
#947092
(148,112,146)
#A1819F
(161,129,159)
#AE92AC
(174,146,172)
#BBA3B9
(187,163,185)
#C8B4C6
(200,180,198)
#D5C5D3
(213,197,211)
#E2D6E0
(226,214,224)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3D6B color. Also use rgb(109,61,107) instead hex code.

Text Font Color

.myTextColor { color: #6D3D6B; }

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

This text font color is #6D3D6B.


Background Color

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

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

This div background color is #6D3D6B.


Border color

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

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

This div border color is #6D3D6B.


Opacity

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

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

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

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

This text has shadow with #6D3D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3D6B on black background.


Color preview on white background

This text has color #6D3D6B on white background.



Black color preview on #6D3D6B background

This text has black color on #6D3D6B background.


White color preview on #6D3D6B background

This text has white color on #6D3D6B background.