COLOR #6D3767

HEX: #6D3767
RGB: (109,55,103)

Color info

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

RGB color model

#6D3767 color RGB value is (109,55,103).

  • red value is 109;
  • green value is 55;
  • blue value is 103.
RGB:
(109,55,103)
(43%,22%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 55 of 255 = 22%
B 103 of 255 = 40%

109
55
103

R + G + B ~ 35%. #6D3767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 55 + 103 = 267 (100%)
R 109 of 267 ~ 40.82%
G 55 of 267 ~ 20.6%
B 103 of 267 ~ 38.58%

%40.82
%20.6
%38.58

CMYK color model

#6D3767 color CMYK value is (0,50,6,57).

  • cyan value is 0.00%
  • magenta value is 49.54%
  • yellow value is 5.50%
  • key color value is 57.25%
CMYK:
(0,50,6,57)
C0M50Y6K57 
(0%,50%,6%,57%)
(0.00/0.50/0.06/0.57)	

CMYK percentages

%0
%49.54
%5.5
%57.25

Codes

Color #6D3767 in popluar color models

6D3767
RGB10955103
HSL307°32.93%32.16%
HSB/HSV307°49.54%42.75%
CMYK0.00%49.54%5.50%
57.25%

Color #6D3767 in popluar number systems.

HEX6D3767
Decimal10955103
Binary11011011101111100111
Octal15567147

Shades and tints

Shades of #6D3767

#6D3767
(109,55,103)
#64325E
(100,50,94)
#5B2D55
(91,45,85)
#52284C
(82,40,76)
#492343
(73,35,67)
#401E3A
(64,30,58)
#371931
(55,25,49)
#2E1428
(46,20,40)
#250F1F
(37,15,31)
#1C0A16
(28,10,22)
#13050D
(19,5,13)
#000000
(0,0,0)

Tints of #6D3767

#6D3767
(109,55,103)
#7A4974
(122,73,116)
#875B81
(135,91,129)
#946D8E
(148,109,142)
#A17F9B
(161,127,155)
#AE91A8
(174,145,168)
#BBA3B5
(187,163,181)
#C8B5C2
(200,181,194)
#D5C7CF
(213,199,207)
#E2D9DC
(226,217,220)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3767 color. Also use rgb(109,55,103) instead hex code.

Text Font Color

.myTextColor { color: #6D3767; }

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

This text font color is #6D3767.


Background Color

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

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

This div background color is #6D3767.


Border color

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

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

This div border color is #6D3767.


Opacity

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

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

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

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

This text has shadow with #6D3767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3767 on black background.


Color preview on white background

This text has color #6D3767 on white background.



Black color preview on #6D3767 background

This text has black color on #6D3767 background.


White color preview on #6D3767 background

This text has white color on #6D3767 background.