COLOR #6C3781

HEX: #6C3781
RGB: (108,55,129)

Color info

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

RGB color model

#6C3781 color RGB value is (108,55,129).

  • red value is 108;
  • green value is 55;
  • blue value is 129.
RGB:
(108,55,129)
(42%,22%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 55 of 255 = 22%
B 129 of 255 = 51%

108
55
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 55 + 129 = 292 (100%)
R 108 of 292 ~ 36.99%
G 55 of 292 ~ 18.84%
B 129 of 292 ~ 44.18%

%36.99
%18.84
%44.18

CMYK color model

#6C3781 color CMYK value is (16,57,0,49).

  • cyan value is 16.28%
  • magenta value is 57.36%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(16,57,0,49)
C16M57Y0K49 
(16%,57%,0%,49%)
(0.16/0.57/0.00/0.49)	

CMYK percentages

%16.28
%57.36
%0
%49.41

Codes

Color #6C3781 in popluar color models

6C3781
RGB10855129
HSL283°40.22%36.08%
HSB/HSV283°57.36%50.59%
CMYK16.28%57.36%0.00%
49.41%

Color #6C3781 in popluar number systems.

HEX6C3781
Decimal10855129
Binary110110011011110000001
Octal15467201

Shades and tints

Shades of #6C3781

#6C3781
(108,55,129)
#633276
(99,50,118)
#5A2D6B
(90,45,107)
#512860
(81,40,96)
#482355
(72,35,85)
#3F1E4A
(63,30,74)
#36193F
(54,25,63)
#2D1434
(45,20,52)
#240F29
(36,15,41)
#1B0A1E
(27,10,30)
#120513
(18,5,19)
#000000
(0,0,0)

Tints of #6C3781

#6C3781
(108,55,129)
#79498C
(121,73,140)
#865B97
(134,91,151)
#936DA2
(147,109,162)
#A07FAD
(160,127,173)
#AD91B8
(173,145,184)
#BAA3C3
(186,163,195)
#C7B5CE
(199,181,206)
#D4C7D9
(212,199,217)
#E1D9E4
(225,217,228)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3781 color. Also use rgb(108,55,129) instead hex code.

Text Font Color

.myTextColor { color: #6C3781; }

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

This text font color is #6C3781.


Background Color

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

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

This div background color is #6C3781.


Border color

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

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

This div border color is #6C3781.


Opacity

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

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

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

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

This text has shadow with #6C3781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3781 on black background.


Color preview on white background

This text has color #6C3781 on white background.



Black color preview on #6C3781 background

This text has black color on #6C3781 background.


White color preview on #6C3781 background

This text has white color on #6C3781 background.