COLOR #6C3C7A

HEX: #6C3C7A RGB: (108,60,122)

Color info

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

RGB color model

#6C3C7A color RGB value is (108,60,122).

RGB: (108,60,122) (42%, 24%, 48%)

RGB channels and saturation

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

108
60
122

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

Portions of RGB colors in percentages

R + G + B = 108 + 60 + 122 = 290 (100%)
R 108 of 290 ~ 37.24%
G 60 of 290 ~ 20.69%
B 122 of 290 ~ 42.07'%

%37.24
%20.69
%42.07

CMYK color model

#6C3C7A color CMYK value is (11,51,0,52).

  • cyan value is 11.48%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (11,51,0,52)
C11M51Y0K52 (11%, 51%, 0%, 52%)
(0.11 / 0.51 / 0.00 / 0.52)

CMYK percentages

%11.48
%50.82
%0
%52.16

Codes

Color #6C3C7A in popluar color models

6C 3C 7A
RGB 108 60 122
HSL 286° 34.07% 35.69%
HSB/HSV 286° 50.82% 47.84%
CMYK 11.48% 50.82% 0.00%
52.16%

Color #6C3C7A in popluar number systems.

HEX 6C 3C 7A
Decimal 108 60 122
Binary 1101100 111100 1111010
Octal 154 74 172

Shades and tints

Shades of #6C3C7A

#6C3C7A
(108,60,122)
#63376F
(99,55,111)
#5A3264
(90,50,100)
#512D59
(81,45,89)
#48284E
(72,40,78)
#3F2343
(63,35,67)
#361E38
(54,30,56)
#2D192D
(45,25,45)
#241422
(36,20,34)
#1B0F17
(27,15,23)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #6C3C7A

#6C3C7A
(108,60,122)
#794D86
(121,77,134)
#865E92
(134,94,146)
#936F9E
(147,111,158)
#A080AA
(160,128,170)
#AD91B6
(173,145,182)
#BAA2C2
(186,162,194)
#C7B3CE
(199,179,206)
#D4C4DA
(212,196,218)
#E1D5E6
(225,213,230)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3C7A; }

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

This text font color is #6C3C7A.

Background Color

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

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

This div background color is #6C3C7A.

Border color

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

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

This div border color is #6C3C7A.

Opacity

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

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

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

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

This text has shadow with #6C3C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3C7A.

Preview

Color preview on black background

This text has color #6C3C7A on black background.


Color preview on white background

This text has color #6C3C7A on white background.


Black color preview on #6C3C7A background

This text has black color on #6C3C7A background.


White color preview on #6C3C7A background

This text has white color on #6C3C7A background.


Related colors

Complementary color

Complementary color for #hex is #93C385.


I love getcolorcode.com

Triadic colors

1 #7A6C3C and #3C7A6C with #6C3C7A are triadic colors.

2 #7A3C6C and #3C6C7A with #6C3C7A are triadic colors.