COLOR #6C3699

HEX: #6C3699
RGB: (108,54,153)

Color info

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

RGB color model

#6C3699 color RGB value is (108,54,153).

  • red value is 108;
  • green value is 54;
  • blue value is 153.
RGB:
(108,54,153)
(42%,21%,60%)

RGB channels and saturation

R 108 of 255 = 42%
G 54 of 255 = 21%
B 153 of 255 = 60%

108
54
153

R + G + B ~ 41%. #6C3699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 54 + 153 = 315 (100%)
R 108 of 315 ~ 34.29%
G 54 of 315 ~ 17.14%
B 153 of 315 ~ 48.57%

%34.29
%17.14
%48.57

CMYK color model

#6C3699 color CMYK value is (29,65,0,40).

  • cyan value is 29.41%
  • magenta value is 64.71%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(29,65,0,40)
C29M65Y0K40 
(29%,65%,0%,40%)
(0.29/0.65/0.00/0.40)	

CMYK percentages

%29.41
%64.71
%0
%40

Codes

Color #6C3699 in popluar color models

6C3699
RGB10854153
HSL273°47.83%40.59%
HSB/HSV273°64.71%60.00%
CMYK29.41%64.71%0.00%
40.00%

Color #6C3699 in popluar number systems.

HEX6C3699
Decimal10854153
Binary110110011011010011001
Octal15466231

Shades and tints

Shades of #6C3699

#6C3699
(108,54,153)
#63328C
(99,50,140)
#5A2E7F
(90,46,127)
#512A72
(81,42,114)
#482665
(72,38,101)
#3F2258
(63,34,88)
#361E4B
(54,30,75)
#2D1A3E
(45,26,62)
#241631
(36,22,49)
#1B1224
(27,18,36)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #6C3699

#6C3699
(108,54,153)
#7948A2
(121,72,162)
#865AAB
(134,90,171)
#936CB4
(147,108,180)
#A07EBD
(160,126,189)
#AD90C6
(173,144,198)
#BAA2CF
(186,162,207)
#C7B4D8
(199,180,216)
#D4C6E1
(212,198,225)
#E1D8EA
(225,216,234)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3699 color. Also use rgb(108,54,153) instead hex code.

Text Font Color

.myTextColor { color: #6C3699; }

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

This text font color is #6C3699.


Background Color

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

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

This div background color is #6C3699.


Border color

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

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

This div border color is #6C3699.


Opacity

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

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

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

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

This text has shadow with #6C3699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3699 on black background.


Color preview on white background

This text has color #6C3699 on white background.



Black color preview on #6C3699 background

This text has black color on #6C3699 background.


White color preview on #6C3699 background

This text has white color on #6C3699 background.