COLOR #6C3AE9

HEX: #6C3AE9
RGB: (108,58,233)

Color info

#6C3AE9 contains mainly blue color. Web safe color of #6C3AE9 is #6633FF (or #63F).

RGB color model

#6C3AE9 color RGB value is (108,58,233).

  • red value is 108;
  • green value is 58;
  • blue value is 233.
RGB: (108,58,233) (42%,23%,91%)

RGB channels and saturation

R 108 of 255 = 42%
G 58 of 255 = 23%
B 233 of 255 = 91%

108
58
233

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

Portions of RGB colors in percentages

R + G + B =
108 + 58 + 233 = 399 (100%)
R 108 of 399 ~ 27.07%
G 58 of 399 ~ 14.54%
B 233 of 399 ~ 58.4%

%27.07
%14.54
%58.4

CMYK color model

#6C3AE9 color CMYK value is (54,75,0,9).

  • cyan value is 53.65%
  • magenta value is 75.11%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (54,75,0,9) C54M75Y0K9 (54%,75%,0%,9%) (0.54/0.75/0.00/0.09)

CMYK percentages

%53.65
%75.11
%0
%8.63

Codes

Color #6C3AE9 in popluar color models

6C3AE9
RGB10858233
HSL257°79.91%57.06%
HSB/HSV257°75.11%91.37%
CMYK53.65%75.11%0.00%
8.63%

Color #6C3AE9 in popluar number systems.

HEX6C3AE9
Decimal10858233
Binary110110011101011101001
Octal15472351

Shades and tints

Shades of #6C3AE9

#6C3AE9
(108,58,233)
#6335D4
(99,53,212)
#5A30BF
(90,48,191)
#512BAA
(81,43,170)
#482695
(72,38,149)
#3F2180
(63,33,128)
#361C6B
(54,28,107)
#2D1756
(45,23,86)
#241241
(36,18,65)
#1B0D2C
(27,13,44)
#120817
(18,8,23)
#000000
(0,0,0)

Tints of #6C3AE9

#6C3AE9
(108,58,233)
#794BEB
(121,75,235)
#865CED
(134,92,237)
#936DEF
(147,109,239)
#A07EF1
(160,126,241)
#AD8FF3
(173,143,243)
#BAA0F5
(186,160,245)
#C7B1F7
(199,177,247)
#D4C2F9
(212,194,249)
#E1D3FB
(225,211,251)
#EEE4FD
(238,228,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3AE9 color. Also use rgb(108,58,233) instead hex code.

Text Font Color

.myTextColor { color: #6C3AE9; }

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

This text font color is #6C3AE9.


Background Color

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

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

This div background color is #6C3AE9.


Border color

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

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

This div border color is #6C3AE9.


Opacity

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

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

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

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

This text has shadow with #6C3AE9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C3AE9 on black background.


Color preview on white background

This text has color #6C3AE9 on white background.



Black color preview on #6C3AE9 background

This text has black color on #6C3AE9 background.


White color preview on #6C3AE9 background

This text has white color on #6C3AE9 background.