COLOR #6C3E8A

HEX: #6C3E8A
RGB: (108,62,138)

Color info

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

RGB color model

#6C3E8A color RGB value is (108,62,138).

  • red value is 108;
  • green value is 62;
  • blue value is 138.
RGB:
(108,62,138)
(42%,24%,54%)

RGB channels and saturation

R 108 of 255 = 42%
G 62 of 255 = 24%
B 138 of 255 = 54%

108
62
138

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

Portions of RGB colors in percentages

R + G + B =
108 + 62 + 138 = 308 (100%)
R 108 of 308 ~ 35.06%
G 62 of 308 ~ 20.13%
B 138 of 308 ~ 44.81%

%35.06
%20.13
%44.81

CMYK color model

#6C3E8A color CMYK value is (22,55,0,46).

  • cyan value is 21.74%
  • magenta value is 55.07%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,55,0,46)
C22M55Y0K46 
(22%,55%,0%,46%)
(0.22/0.55/0.00/0.46)	

CMYK percentages

%21.74
%55.07
%0
%45.88

Codes

Color #6C3E8A in popluar color models

6C3E8A
RGB10862138
HSL276°38.00%39.22%
HSB/HSV276°55.07%54.12%
CMYK21.74%55.07%0.00%
45.88%

Color #6C3E8A in popluar number systems.

HEX6C3E8A
Decimal10862138
Binary110110011111010001010
Octal15476212

Shades and tints

Shades of #6C3E8A

#6C3E8A
(108,62,138)
#63397E
(99,57,126)
#5A3472
(90,52,114)
#512F66
(81,47,102)
#482A5A
(72,42,90)
#3F254E
(63,37,78)
#362042
(54,32,66)
#2D1B36
(45,27,54)
#24162A
(36,22,42)
#1B111E
(27,17,30)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #6C3E8A

#6C3E8A
(108,62,138)
#794F94
(121,79,148)
#86609E
(134,96,158)
#9371A8
(147,113,168)
#A082B2
(160,130,178)
#AD93BC
(173,147,188)
#BAA4C6
(186,164,198)
#C7B5D0
(199,181,208)
#D4C6DA
(212,198,218)
#E1D7E4
(225,215,228)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3E8A color. Also use rgb(108,62,138) instead hex code.

Text Font Color

.myTextColor { color: #6C3E8A; }

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

This text font color is #6C3E8A.


Background Color

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

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

This div background color is #6C3E8A.


Border color

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

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

This div border color is #6C3E8A.


Opacity

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

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

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

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

This text has shadow with #6C3E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3E8A on black background.


Color preview on white background

This text has color #6C3E8A on white background.



Black color preview on #6C3E8A background

This text has black color on #6C3E8A background.


White color preview on #6C3E8A background

This text has white color on #6C3E8A background.