COLOR #6B3EAD

HEX: #6B3EAD
RGB: (107,62,173)

Color info

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

RGB color model

#6B3EAD color RGB value is (107,62,173).

  • red value is 107;
  • green value is 62;
  • blue value is 173.
RGB:
(107,62,173)
(42%,24%,68%)

RGB channels and saturation

R 107 of 255 = 42%
G 62 of 255 = 24%
B 173 of 255 = 68%

107
62
173

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

Portions of RGB colors in percentages

R + G + B =
107 + 62 + 173 = 342 (100%)
R 107 of 342 ~ 31.29%
G 62 of 342 ~ 18.13%
B 173 of 342 ~ 50.58%

%31.29
%18.13
%50.58

CMYK color model

#6B3EAD color CMYK value is (38,64,0,32).

  • cyan value is 38.15%
  • magenta value is 64.16%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(38,64,0,32)
C38M64Y0K32 
(38%,64%,0%,32%)
(0.38/0.64/0.00/0.32)	

CMYK percentages

%38.15
%64.16
%0
%32.16

Codes

Color #6B3EAD in popluar color models

6B3EAD
RGB10762173
HSL264°47.23%46.08%
HSB/HSV264°64.16%67.84%
CMYK38.15%64.16%0.00%
32.16%

Color #6B3EAD in popluar number systems.

HEX6B3EAD
Decimal10762173
Binary110101111111010101101
Octal15376255

Shades and tints

Shades of #6B3EAD

#6B3EAD
(107,62,173)
#62399E
(98,57,158)
#59348F
(89,52,143)
#502F80
(80,47,128)
#472A71
(71,42,113)
#3E2562
(62,37,98)
#352053
(53,32,83)
#2C1B44
(44,27,68)
#231635
(35,22,53)
#1A1126
(26,17,38)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #6B3EAD

#6B3EAD
(107,62,173)
#784FB4
(120,79,180)
#8560BB
(133,96,187)
#9271C2
(146,113,194)
#9F82C9
(159,130,201)
#AC93D0
(172,147,208)
#B9A4D7
(185,164,215)
#C6B5DE
(198,181,222)
#D3C6E5
(211,198,229)
#E0D7EC
(224,215,236)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3EAD color. Also use rgb(107,62,173) instead hex code.

Text Font Color

.myTextColor { color: #6B3EAD; }

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

This text font color is #6B3EAD.


Background Color

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

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

This div background color is #6B3EAD.


Border color

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

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

This div border color is #6B3EAD.


Opacity

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

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

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

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

This text has shadow with #6B3EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3EAD on black background.


Color preview on white background

This text has color #6B3EAD on white background.



Black color preview on #6B3EAD background

This text has black color on #6B3EAD background.


White color preview on #6B3EAD background

This text has white color on #6B3EAD background.