COLOR #6D3AB7

HEX: #6D3AB7
RGB: (109,58,183)

Color info

#6D3AB7 contains mainly blue color. Web safe color of #6D3AB7 is #6633CC (or #63C).

RGB color model

#6D3AB7 color RGB value is (109,58,183).

  • red value is 109;
  • green value is 58;
  • blue value is 183.
RGB:
(109,58,183)
(43%,23%,72%)

RGB channels and saturation

R 109 of 255 = 43%
G 58 of 255 = 23%
B 183 of 255 = 72%

109
58
183

R + G + B ~ 46%. #6D3AB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 58 + 183 = 350 (100%)
R 109 of 350 ~ 31.14%
G 58 of 350 ~ 16.57%
B 183 of 350 ~ 52.29%

%31.14
%16.57
%52.29

CMYK color model

#6D3AB7 color CMYK value is (40,68,0,28).

  • cyan value is 40.44%
  • magenta value is 68.31%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(40,68,0,28)
C40M68Y0K28 
(40%,68%,0%,28%)
(0.40/0.68/0.00/0.28)	

CMYK percentages

%40.44
%68.31
%0
%28.24

Codes

Color #6D3AB7 in popluar color models

6D3AB7
RGB10958183
HSL264°51.87%47.25%
HSB/HSV264°68.31%71.76%
CMYK40.44%68.31%0.00%
28.24%

Color #6D3AB7 in popluar number systems.

HEX6D3AB7
Decimal10958183
Binary110110111101010110111
Octal15572267

Shades and tints

Shades of #6D3AB7

#6D3AB7
(109,58,183)
#6435A7
(100,53,167)
#5B3097
(91,48,151)
#522B87
(82,43,135)
#492677
(73,38,119)
#402167
(64,33,103)
#371C57
(55,28,87)
#2E1747
(46,23,71)
#251237
(37,18,55)
#1C0D27
(28,13,39)
#130817
(19,8,23)
#000000
(0,0,0)

Tints of #6D3AB7

#6D3AB7
(109,58,183)
#7A4BBD
(122,75,189)
#875CC3
(135,92,195)
#946DC9
(148,109,201)
#A17ECF
(161,126,207)
#AE8FD5
(174,143,213)
#BBA0DB
(187,160,219)
#C8B1E1
(200,177,225)
#D5C2E7
(213,194,231)
#E2D3ED
(226,211,237)
#EFE4F3
(239,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3AB7 color. Also use rgb(109,58,183) instead hex code.

Text Font Color

.myTextColor { color: #6D3AB7; }

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

This text font color is #6D3AB7.


Background Color

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

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

This div background color is #6D3AB7.


Border color

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

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

This div border color is #6D3AB7.


Opacity

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

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

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

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

This text has shadow with #6D3AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3AB7 on black background.


Color preview on white background

This text has color #6D3AB7 on white background.



Black color preview on #6D3AB7 background

This text has black color on #6D3AB7 background.


White color preview on #6D3AB7 background

This text has white color on #6D3AB7 background.