COLOR #6D318B

HEX: #6D318B
RGB: (109,49,139)

Color info

#6D318B contains mainly red and blue colors. Web safe color of #6D318B is #663399 (or #639).

RGB color model

#6D318B color RGB value is (109,49,139).

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

RGB channels and saturation

R 109 of 255 = 43%
G 49 of 255 = 19%
B 139 of 255 = 55%

109
49
139

R + G + B ~ 39%. #6D318B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 49 + 139 = 297 (100%)
R 109 of 297 ~ 36.7%
G 49 of 297 ~ 16.5%
B 139 of 297 ~ 46.8%

%36.7
%16.5
%46.8

CMYK color model

#6D318B color CMYK value is (22,65,0,45).

  • cyan value is 21.58%
  • magenta value is 64.75%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(22,65,0,45)
C22M65Y0K45 
(22%,65%,0%,45%)
(0.22/0.65/0.00/0.45)	

CMYK percentages

%21.58
%64.75
%0
%45.49

Codes

Color #6D318B in popluar color models

6D318B
RGB10949139
HSL280°47.87%36.86%
HSB/HSV280°64.75%54.51%
CMYK21.58%64.75%0.00%
45.49%

Color #6D318B in popluar number systems.

HEX6D318B
Decimal10949139
Binary110110111000110001011
Octal15561213

Shades and tints

Shades of #6D318B

#6D318B
(109,49,139)
#642D7F
(100,45,127)
#5B2973
(91,41,115)
#522567
(82,37,103)
#49215B
(73,33,91)
#401D4F
(64,29,79)
#371943
(55,25,67)
#2E1537
(46,21,55)
#25112B
(37,17,43)
#1C0D1F
(28,13,31)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #6D318B

#6D318B
(109,49,139)
#7A4395
(122,67,149)
#87559F
(135,85,159)
#9467A9
(148,103,169)
#A179B3
(161,121,179)
#AE8BBD
(174,139,189)
#BB9DC7
(187,157,199)
#C8AFD1
(200,175,209)
#D5C1DB
(213,193,219)
#E2D3E5
(226,211,229)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D318B; }

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

This text font color is #6D318B.


Background Color

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

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

This div background color is #6D318B.


Border color

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

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

This div border color is #6D318B.


Opacity

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

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

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

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

This text has shadow with #6D318B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D318B on black background.


Color preview on white background

This text has color #6D318B on white background.



Black color preview on #6D318B background

This text has black color on #6D318B background.


White color preview on #6D318B background

This text has white color on #6D318B background.