COLOR #6D3FAA

HEX: #6D3FAA
RGB: (109,63,170)

Color info

#6D3FAA contains mainly blue color. Web safe color of #6D3FAA is #663399 (or #639).

RGB color model

#6D3FAA color RGB value is (109,63,170).

  • red value is 109;
  • green value is 63;
  • blue value is 170.
RGB:
(109,63,170)
(43%,25%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 63 of 255 = 25%
B 170 of 255 = 67%

109
63
170

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

Portions of RGB colors in percentages

R + G + B =
109 + 63 + 170 = 342 (100%)
R 109 of 342 ~ 31.87%
G 63 of 342 ~ 18.42%
B 170 of 342 ~ 49.71%

%31.87
%18.42
%49.71

CMYK color model

#6D3FAA color CMYK value is (36,63,0,33).

  • cyan value is 35.88%
  • magenta value is 62.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,63,0,33)
C36M63Y0K33 
(36%,63%,0%,33%)
(0.36/0.63/0.00/0.33)	

CMYK percentages

%35.88
%62.94
%0
%33.33

Codes

Color #6D3FAA in popluar color models

6D3FAA
RGB10963170
HSL266°45.92%45.69%
HSB/HSV266°62.94%66.67%
CMYK35.88%62.94%0.00%
33.33%

Color #6D3FAA in popluar number systems.

HEX6D3FAA
Decimal10963170
Binary110110111111110101010
Octal15577252

Shades and tints

Shades of #6D3FAA

#6D3FAA
(109,63,170)
#643A9B
(100,58,155)
#5B358C
(91,53,140)
#52307D
(82,48,125)
#492B6E
(73,43,110)
#40265F
(64,38,95)
#372150
(55,33,80)
#2E1C41
(46,28,65)
#251732
(37,23,50)
#1C1223
(28,18,35)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #6D3FAA

#6D3FAA
(109,63,170)
#7A50B1
(122,80,177)
#8761B8
(135,97,184)
#9472BF
(148,114,191)
#A183C6
(161,131,198)
#AE94CD
(174,148,205)
#BBA5D4
(187,165,212)
#C8B6DB
(200,182,219)
#D5C7E2
(213,199,226)
#E2D8E9
(226,216,233)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3FAA color. Also use rgb(109,63,170) instead hex code.

Text Font Color

.myTextColor { color: #6D3FAA; }

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

This text font color is #6D3FAA.


Background Color

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

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

This div background color is #6D3FAA.


Border color

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

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

This div border color is #6D3FAA.


Opacity

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

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

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

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

This text has shadow with #6D3FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3FAA on black background.


Color preview on white background

This text has color #6D3FAA on white background.



Black color preview on #6D3FAA background

This text has black color on #6D3FAA background.


White color preview on #6D3FAA background

This text has white color on #6D3FAA background.