COLOR #6C3280

HEX: #6C3280 RGB: (108,50,128)

Color info

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

RGB color model

#6C3280 color RGB value is (108,50,128).

RGB: (108,50,128) (42%, 20%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 50 of 255 = 20%
B 128 of 255 = 50%

108
50
128

R + G + B ~ 37%. #6C3280 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 50 + 128 = 286 (100%)
R 108 of 286 ~ 37.76%
G 50 of 286 ~ 17.48%
B 128 of 286 ~ 44.76'%

%37.76
%17.48
%44.76

CMYK color model

#6C3280 color CMYK value is (16,61,0,50).

  • cyan value is 15.63%
  • magenta value is 60.94%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (16,61,0,50)
C16M61Y0K50 (16%, 61%, 0%, 50%)
(0.16 / 0.61 / 0.00 / 0.50)

CMYK percentages

%15.63
%60.94
%0
%49.8

Codes

Color #6C3280 in popluar color models

6C 32 80
RGB 108 50 128
HSL 285° 43.82% 34.90%
HSB/HSV 285° 60.94% 50.20%
CMYK 15.63% 60.94% 0.00%
49.80%

Color #6C3280 in popluar number systems.

HEX 6C 32 80
Decimal 108 50 128
Binary 1101100 110010 10000000
Octal 154 62 200

Shades and tints

Shades of #6C3280

#6C3280
(108,50,128)
#632E75
(99,46,117)
#5A2A6A
(90,42,106)
#51265F
(81,38,95)
#482254
(72,34,84)
#3F1E49
(63,30,73)
#361A3E
(54,26,62)
#2D1633
(45,22,51)
#241228
(36,18,40)
#1B0E1D
(27,14,29)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #6C3280

#6C3280
(108,50,128)
#79448B
(121,68,139)
#865696
(134,86,150)
#9368A1
(147,104,161)
#A07AAC
(160,122,172)
#AD8CB7
(173,140,183)
#BA9EC2
(186,158,194)
#C7B0CD
(199,176,205)
#D4C2D8
(212,194,216)
#E1D4E3
(225,212,227)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3280 color. Also use rgb(108,50,128) instead hex code.

Text Font Color

.myTextColor { color: #6C3280; }

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

This text font color is #6C3280.

Background Color

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

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

This div background color is #6C3280.

Border color

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

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

This div border color is #6C3280.

Opacity

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

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

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

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

This text has shadow with #6C3280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3280.

Preview

Color preview on black background

This text has color #6C3280 on black background.


Color preview on white background

This text has color #6C3280 on white background.


Black color preview on #6C3280 background

This text has black color on #6C3280 background.


White color preview on #6C3280 background

This text has white color on #6C3280 background.


Related colors

Complementary color

Complementary color for #hex is #93CD7F.


I love getcolorcode.com

Triadic colors

1 #806C32 and #32806C with #6C3280 are triadic colors.

2 #80326C and #326C80 with #6C3280 are triadic colors.