COLOR #6D315C

HEX: #6D315C
RGB: (109,49,92)

Color info

#6D315C contains mainly red and blue colors. Web safe color of #6D315C is #663366 (or #636).

RGB color model

#6D315C color RGB value is (109,49,92).

  • red value is 109;
  • green value is 49;
  • blue value is 92.
RGB:
(109,49,92)
(43%,19%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 49 of 255 = 19%
B 92 of 255 = 36%

109
49
92

R + G + B ~ 33%. #6D315C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 49 + 92 = 250 (100%)
R 109 of 250 ~ 43.6%
G 49 of 250 ~ 19.6%
B 92 of 250 ~ 36.8%

%43.6
%19.6
%36.8

CMYK color model

#6D315C color CMYK value is (0,55,16,57).

  • cyan value is 0.00%
  • magenta value is 55.05%
  • yellow value is 15.60%
  • key color value is 57.25%
CMYK:
(0,55,16,57)
C0M55Y16K57 
(0%,55%,16%,57%)
(0.00/0.55/0.16/0.57)	

CMYK percentages

%0
%55.05
%15.6
%57.25

Codes

Color #6D315C in popluar color models

6D315C
RGB1094992
HSL317°37.97%30.98%
HSB/HSV317°55.05%42.75%
CMYK0.00%55.05%15.60%
57.25%

Color #6D315C in popluar number systems.

HEX6D315C
Decimal1094992
Binary11011011100011011100
Octal15561134

Shades and tints

Shades of #6D315C

#6D315C
(109,49,92)
#642D54
(100,45,84)
#5B294C
(91,41,76)
#522544
(82,37,68)
#49213C
(73,33,60)
#401D34
(64,29,52)
#37192C
(55,25,44)
#2E1524
(46,21,36)
#25111C
(37,17,28)
#1C0D14
(28,13,20)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #6D315C

#6D315C
(109,49,92)
#7A436A
(122,67,106)
#875578
(135,85,120)
#946786
(148,103,134)
#A17994
(161,121,148)
#AE8BA2
(174,139,162)
#BB9DB0
(187,157,176)
#C8AFBE
(200,175,190)
#D5C1CC
(213,193,204)
#E2D3DA
(226,211,218)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D315C color. Also use rgb(109,49,92) instead hex code.

Text Font Color

.myTextColor { color: #6D315C; }

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

This text font color is #6D315C.


Background Color

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

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

This div background color is #6D315C.


Border color

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

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

This div border color is #6D315C.


Opacity

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

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

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

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

This text has shadow with #6D315C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D315C on black background.


Color preview on white background

This text has color #6D315C on white background.



Black color preview on #6D315C background

This text has black color on #6D315C background.


White color preview on #6D315C background

This text has white color on #6D315C background.