COLOR #6D365F

HEX: #6D365F
RGB: (109,54,95)

Color info

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

RGB color model

#6D365F color RGB value is (109,54,95).

  • red value is 109;
  • green value is 54;
  • blue value is 95.
RGB:
(109,54,95)
(43%,21%,37%)

RGB channels and saturation

R 109 of 255 = 43%
G 54 of 255 = 21%
B 95 of 255 = 37%

109
54
95

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

Portions of RGB colors in percentages

R + G + B =
109 + 54 + 95 = 258 (100%)
R 109 of 258 ~ 42.25%
G 54 of 258 ~ 20.93%
B 95 of 258 ~ 36.82%

%42.25
%20.93
%36.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 12.84%
  • key color value is 57.25%
CMYK:
(0,50,13,57)
C0M50Y13K57 
(0%,50%,13%,57%)
(0.00/0.50/0.13/0.57)	

CMYK percentages

%0
%50.46
%12.84
%57.25

Codes

Color #6D365F in popluar color models

6D365F
RGB1095495
HSL315°33.74%31.96%
HSB/HSV315°50.46%42.75%
CMYK0.00%50.46%12.84%
57.25%

Color #6D365F in popluar number systems.

HEX6D365F
Decimal1095495
Binary11011011101101011111
Octal15566137

Shades and tints

Shades of #6D365F

#6D365F
(109,54,95)
#643257
(100,50,87)
#5B2E4F
(91,46,79)
#522A47
(82,42,71)
#49263F
(73,38,63)
#402237
(64,34,55)
#371E2F
(55,30,47)
#2E1A27
(46,26,39)
#25161F
(37,22,31)
#1C1217
(28,18,23)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D365F

#6D365F
(109,54,95)
#7A486D
(122,72,109)
#875A7B
(135,90,123)
#946C89
(148,108,137)
#A17E97
(161,126,151)
#AE90A5
(174,144,165)
#BBA2B3
(187,162,179)
#C8B4C1
(200,180,193)
#D5C6CF
(213,198,207)
#E2D8DD
(226,216,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D365F color. Also use rgb(109,54,95) instead hex code.

Text Font Color

.myTextColor { color: #6D365F; }

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

This text font color is #6D365F.


Background Color

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

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

This div background color is #6D365F.


Border color

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

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

This div border color is #6D365F.


Opacity

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

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

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

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

This text has shadow with #6D365F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D365F on black background.


Color preview on white background

This text has color #6D365F on white background.



Black color preview on #6D365F background

This text has black color on #6D365F background.


White color preview on #6D365F background

This text has white color on #6D365F background.