COLOR #6D3B5A

HEX: #6D3B5A RGB: (109,59,90)

Color info

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

RGB color model

#6D3B5A color RGB value is (109,59,90).

RGB: (109,59,90) (43%, 23%, 35%)

RGB channels and saturation

R 109 of 255 = 43%
G 59 of 255 = 23%
B 90 of 255 = 35%

109
59
90

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

Portions of RGB colors in percentages

R + G + B = 109 + 59 + 90 = 258 (100%)
R 109 of 258 ~ 42.25%
G 59 of 258 ~ 22.87%
B 90 of 258 ~ 34.88'%

%42.25
%22.87
%34.88

CMYK color model

#6D3B5A color CMYK value is (0,46,17,57).

  • cyan value is 0.00%
  • magenta value is 45.87%
  • yellow value is 17.43%
  • key color value is 57.25%

CMYK: (0,46,17,57)
C0M46Y17K57 (0%, 46%, 17%, 57%)
(0.00 / 0.46 / 0.17 / 0.57)

CMYK percentages

%0
%45.87
%17.43
%57.25

Codes

Color #6D3B5A in popluar color models

6D 3B 5A
RGB 109 59 90
HSL 323° 29.76% 32.94%
HSB/HSV 323° 45.87% 42.75%
CMYK 0.00% 45.87% 17.43%
57.25%

Color #6D3B5A in popluar number systems.

HEX 6D 3B 5A
Decimal 109 59 90
Binary 1101101 111011 1011010
Octal 155 73 132

Shades and tints

Shades of #6D3B5A

#6D3B5A
(109,59,90)
#643652
(100,54,82)
#5B314A
(91,49,74)
#522C42
(82,44,66)
#49273A
(73,39,58)
#402232
(64,34,50)
#371D2A
(55,29,42)
#2E1822
(46,24,34)
#25131A
(37,19,26)
#1C0E12
(28,14,18)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #6D3B5A

#6D3B5A
(109,59,90)
#7A4C69
(122,76,105)
#875D78
(135,93,120)
#946E87
(148,110,135)
#A17F96
(161,127,150)
#AE90A5
(174,144,165)
#BBA1B4
(187,161,180)
#C8B2C3
(200,178,195)
#D5C3D2
(213,195,210)
#E2D4E1
(226,212,225)
#EFE5F0
(239,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3B5A color. Also use rgb(109,59,90) instead hex code.

Text Font Color

.myTextColor { color: #6D3B5A; }

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

This text font color is #6D3B5A.

Background Color

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

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

This div background color is #6D3B5A.

Border color

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

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

This div border color is #6D3B5A.

Opacity

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

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

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

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

This text has shadow with #6D3B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3B5A.

Preview

Color preview on black background

This text has color #6D3B5A on black background.


Color preview on white background

This text has color #6D3B5A on white background.


Black color preview on #6D3B5A background

This text has black color on #6D3B5A background.


White color preview on #6D3B5A background

This text has white color on #6D3B5A background.


Related colors

Complementary color

Complementary color for #hex is #92C4A5.


I love getcolorcode.com

Triadic colors

1 #5A6D3B and #3B5A6D with #6D3B5A are triadic colors.

2 #5A3B6D and #3B6D5A with #6D3B5A are triadic colors.