COLOR #6C3FA2

HEX: #6C3FA2 RGB: (108,63,162)

Color info

#6C3FA2 contains mainly red and blue colors. Web safe color of #6C3FA2 is #663399 (or #639).

RGB color model

#6C3FA2 color RGB value is (108,63,162).

RGB: (108,63,162) (42%, 25%, 64%)

RGB channels and saturation

R 108 of 255 = 42%
G 63 of 255 = 25%
B 162 of 255 = 64%

108
63
162

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

Portions of RGB colors in percentages

R + G + B = 108 + 63 + 162 = 333 (100%)
R 108 of 333 ~ 32.43%
G 63 of 333 ~ 18.92%
B 162 of 333 ~ 48.65'%

%32.43
%18.92
%48.65

CMYK color model

#6C3FA2 color CMYK value is (33,61,0,36).

  • cyan value is 33.33%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (33,61,0,36)
C33M61Y0K36 (33%, 61%, 0%, 36%)
(0.33 / 0.61 / 0.00 / 0.36)

CMYK percentages

%33.33
%61.11
%0
%36.47

Codes

Color #6C3FA2 in popluar color models

6C 3F A2
RGB 108 63 162
HSL 267° 44.00% 44.12%
HSB/HSV 267° 61.11% 63.53%
CMYK 33.33% 61.11% 0.00%
36.47%

Color #6C3FA2 in popluar number systems.

HEX 6C 3F A2
Decimal 108 63 162
Binary 1101100 111111 10100010
Octal 154 77 242

Shades and tints

Shades of #6C3FA2

#6C3FA2
(108,63,162)
#633A94
(99,58,148)
#5A3586
(90,53,134)
#513078
(81,48,120)
#482B6A
(72,43,106)
#3F265C
(63,38,92)
#36214E
(54,33,78)
#2D1C40
(45,28,64)
#241732
(36,23,50)
#1B1224
(27,18,36)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #6C3FA2

#6C3FA2
(108,63,162)
#7950AA
(121,80,170)
#8661B2
(134,97,178)
#9372BA
(147,114,186)
#A083C2
(160,131,194)
#AD94CA
(173,148,202)
#BAA5D2
(186,165,210)
#C7B6DA
(199,182,218)
#D4C7E2
(212,199,226)
#E1D8EA
(225,216,234)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3FA2 color. Also use rgb(108,63,162) instead hex code.

Text Font Color

.myTextColor { color: #6C3FA2; }

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

This text font color is #6C3FA2.

Background Color

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

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

This div background color is #6C3FA2.

Border color

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

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

This div border color is #6C3FA2.

Opacity

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

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

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

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

This text has shadow with #6C3FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3FA2.

Preview

Color preview on black background

This text has color #6C3FA2 on black background.


Color preview on white background

This text has color #6C3FA2 on white background.


Black color preview on #6C3FA2 background

This text has black color on #6C3FA2 background.


White color preview on #6C3FA2 background

This text has white color on #6C3FA2 background.


Related colors

Complementary color

Complementary color for #hex is #93C05D.


I love getcolorcode.com

Triadic colors

1 #A26C3F and #3FA26C with #6C3FA2 are triadic colors.

2 #A23F6C and #3F6CA2 with #6C3FA2 are triadic colors.