COLOR #6C3884

HEX: #6C3884
RGB: (108,56,132)

Color info

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

RGB color model

#6C3884 color RGB value is (108,56,132).

  • red value is 108;
  • green value is 56;
  • blue value is 132.
RGB:
(108,56,132)
(42%,22%,52%)

RGB channels and saturation

R 108 of 255 = 42%
G 56 of 255 = 22%
B 132 of 255 = 52%

108
56
132

R + G + B ~ 39%. #6C3884 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 56 + 132 = 296 (100%)
R 108 of 296 ~ 36.49%
G 56 of 296 ~ 18.92%
B 132 of 296 ~ 44.59%

%36.49
%18.92
%44.59

CMYK color model

#6C3884 color CMYK value is (18,58,0,48).

  • cyan value is 18.18%
  • magenta value is 57.58%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(18,58,0,48)
C18M58Y0K48 
(18%,58%,0%,48%)
(0.18/0.58/0.00/0.48)	

CMYK percentages

%18.18
%57.58
%0
%48.24

Codes

Color #6C3884 in popluar color models

6C3884
RGB10856132
HSL281°40.43%36.86%
HSB/HSV281°57.58%51.76%
CMYK18.18%57.58%0.00%
48.24%

Color #6C3884 in popluar number systems.

HEX6C3884
Decimal10856132
Binary110110011100010000100
Octal15470204

Shades and tints

Shades of #6C3884

#6C3884
(108,56,132)
#633378
(99,51,120)
#5A2E6C
(90,46,108)
#512960
(81,41,96)
#482454
(72,36,84)
#3F1F48
(63,31,72)
#361A3C
(54,26,60)
#2D1530
(45,21,48)
#241024
(36,16,36)
#1B0B18
(27,11,24)
#12060C
(18,6,12)
#000000
(0,0,0)

Tints of #6C3884

#6C3884
(108,56,132)
#794A8F
(121,74,143)
#865C9A
(134,92,154)
#936EA5
(147,110,165)
#A080B0
(160,128,176)
#AD92BB
(173,146,187)
#BAA4C6
(186,164,198)
#C7B6D1
(199,182,209)
#D4C8DC
(212,200,220)
#E1DAE7
(225,218,231)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3884 color. Also use rgb(108,56,132) instead hex code.

Text Font Color

.myTextColor { color: #6C3884; }

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

This text font color is #6C3884.


Background Color

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

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

This div background color is #6C3884.


Border color

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

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

This div border color is #6C3884.


Opacity

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

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

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

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

This text has shadow with #6C3884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3884 on black background.


Color preview on white background

This text has color #6C3884 on white background.



Black color preview on #6C3884 background

This text has black color on #6C3884 background.


White color preview on #6C3884 background

This text has white color on #6C3884 background.