COLOR #6B3BAA

HEX: #6B3BAA
RGB: (107,59,170)

Color info

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

RGB color model

#6B3BAA color RGB value is (107,59,170).

  • red value is 107;
  • green value is 59;
  • blue value is 170.
RGB:
(107,59,170)
(42%,23%,67%)

RGB channels and saturation

R 107 of 255 = 42%
G 59 of 255 = 23%
B 170 of 255 = 67%

107
59
170

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

Portions of RGB colors in percentages

R + G + B =
107 + 59 + 170 = 336 (100%)
R 107 of 336 ~ 31.85%
G 59 of 336 ~ 17.56%
B 170 of 336 ~ 50.6%

%31.85
%17.56
%50.6

CMYK color model

#6B3BAA color CMYK value is (37,65,0,33).

  • cyan value is 37.06%
  • magenta value is 65.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(37,65,0,33)
C37M65Y0K33 
(37%,65%,0%,33%)
(0.37/0.65/0.00/0.33)	

CMYK percentages

%37.06
%65.29
%0
%33.33

Codes

Color #6B3BAA in popluar color models

6B3BAA
RGB10759170
HSL266°48.47%44.90%
HSB/HSV266°65.29%66.67%
CMYK37.06%65.29%0.00%
33.33%

Color #6B3BAA in popluar number systems.

HEX6B3BAA
Decimal10759170
Binary110101111101110101010
Octal15373252

Shades and tints

Shades of #6B3BAA

#6B3BAA
(107,59,170)
#62369B
(98,54,155)
#59318C
(89,49,140)
#502C7D
(80,44,125)
#47276E
(71,39,110)
#3E225F
(62,34,95)
#351D50
(53,29,80)
#2C1841
(44,24,65)
#231332
(35,19,50)
#1A0E23
(26,14,35)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #6B3BAA

#6B3BAA
(107,59,170)
#784CB1
(120,76,177)
#855DB8
(133,93,184)
#926EBF
(146,110,191)
#9F7FC6
(159,127,198)
#AC90CD
(172,144,205)
#B9A1D4
(185,161,212)
#C6B2DB
(198,178,219)
#D3C3E2
(211,195,226)
#E0D4E9
(224,212,233)
#EDE5F0
(237,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3BAA color. Also use rgb(107,59,170) instead hex code.

Text Font Color

.myTextColor { color: #6B3BAA; }

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

This text font color is #6B3BAA.


Background Color

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

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

This div background color is #6B3BAA.


Border color

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

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

This div border color is #6B3BAA.


Opacity

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

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

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

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

This text has shadow with #6B3BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3BAA on black background.


Color preview on white background

This text has color #6B3BAA on white background.



Black color preview on #6B3BAA background

This text has black color on #6B3BAA background.


White color preview on #6B3BAA background

This text has white color on #6B3BAA background.