COLOR #6C3E7A

HEX: #6C3E7A
RGB: (108,62,122)

Color info

#6C3E7A contains mainly red and blue colors. Web safe color of #6C3E7A is #663366 (or #636).

RGB color model

#6C3E7A color RGB value is (108,62,122).

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

RGB channels and saturation

R 108 of 255 = 42%
G 62 of 255 = 24%
B 122 of 255 = 48%

108
62
122

R + G + B ~ 38%. #6C3E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 62 + 122 = 292 (100%)
R 108 of 292 ~ 36.99%
G 62 of 292 ~ 21.23%
B 122 of 292 ~ 41.78%

%36.99
%21.23
%41.78

CMYK color model

#6C3E7A color CMYK value is (11,49,0,52).

  • cyan value is 11.48%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(11,49,0,52)
C11M49Y0K52 
(11%,49%,0%,52%)
(0.11/0.49/0.00/0.52)	

CMYK percentages

%11.48
%49.18
%0
%52.16

Codes

Color #6C3E7A in popluar color models

6C3E7A
RGB10862122
HSL286°32.61%36.08%
HSB/HSV286°49.18%47.84%
CMYK11.48%49.18%0.00%
52.16%

Color #6C3E7A in popluar number systems.

HEX6C3E7A
Decimal10862122
Binary11011001111101111010
Octal15476172

Shades and tints

Shades of #6C3E7A

#6C3E7A
(108,62,122)
#63396F
(99,57,111)
#5A3464
(90,52,100)
#512F59
(81,47,89)
#482A4E
(72,42,78)
#3F2543
(63,37,67)
#362038
(54,32,56)
#2D1B2D
(45,27,45)
#241622
(36,22,34)
#1B1117
(27,17,23)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C3E7A

#6C3E7A
(108,62,122)
#794F86
(121,79,134)
#866092
(134,96,146)
#93719E
(147,113,158)
#A082AA
(160,130,170)
#AD93B6
(173,147,182)
#BAA4C2
(186,164,194)
#C7B5CE
(199,181,206)
#D4C6DA
(212,198,218)
#E1D7E6
(225,215,230)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3E7A; }

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

This text font color is #6C3E7A.


Background Color

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

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

This div background color is #6C3E7A.


Border color

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

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

This div border color is #6C3E7A.


Opacity

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

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

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

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

This text has shadow with #6C3E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3E7A on black background.


Color preview on white background

This text has color #6C3E7A on white background.



Black color preview on #6C3E7A background

This text has black color on #6C3E7A background.


White color preview on #6C3E7A background

This text has white color on #6C3E7A background.