COLOR #6C3592

HEX: #6C3592 RGB: (108,53,146)

Color info

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

RGB color model

#6C3592 color RGB value is (108,53,146).

RGB: (108,53,146) (42%, 21%, 57%)

RGB channels and saturation

R 108 of 255 = 42%
G 53 of 255 = 21%
B 146 of 255 = 57%

108
53
146

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

Portions of RGB colors in percentages

R + G + B = 108 + 53 + 146 = 307 (100%)
R 108 of 307 ~ 35.18%
G 53 of 307 ~ 17.26%
B 146 of 307 ~ 47.56'%

%35.18
%17.26
%47.56

CMYK color model

#6C3592 color CMYK value is (26,64,0,43).

  • cyan value is 26.03%
  • magenta value is 63.70%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (26,64,0,43) C26M64Y0K43 (26%,64%,0%,43%) (0.26/0.64/0.00/0.43) 

CMYK percentages

%26.03
%63.7
%0
%42.75

Codes

Color #6C3592 in popluar color models

6C 35 92
RGB 108 53 146
HSL 275° 46.73% 39.02%
HSB/HSV 275° 63.70% 57.25%
CMYK 26.03% 63.70% 0.00%
42.75%

Color #6C3592 in popluar number systems.

HEX 6C 35 92
Decimal 108 53 146
Binary 1101100 110101 10010010
Octal 154 65 222

Shades and tints

Shades of #6C3592

#6C3592
(108,53,146)
#633185
(99,49,133)
#5A2D78
(90,45,120)
#51296B
(81,41,107)
#48255E
(72,37,94)
#3F2151
(63,33,81)
#361D44
(54,29,68)
#2D1937
(45,25,55)
#24152A
(36,21,42)
#1B111D
(27,17,29)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #6C3592

#6C3592
(108,53,146)
#79479B
(121,71,155)
#8659A4
(134,89,164)
#936BAD
(147,107,173)
#A07DB6
(160,125,182)
#AD8FBF
(173,143,191)
#BAA1C8
(186,161,200)
#C7B3D1
(199,179,209)
#D4C5DA
(212,197,218)
#E1D7E3
(225,215,227)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3592 color. Also use rgb(108,53,146) instead hex code.

Text Font Color

.myTextColor { color: #6C3592; }

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

This text font color is #6C3592.

Background Color

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

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

This div background color is #6C3592.

Border color

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

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

This div border color is #6C3592.

Opacity

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

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

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

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

This text has shadow with #6C3592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3592.

Preview

Color preview on black background

This text has color #6C3592 on black background.


Color preview on white background

This text has color #6C3592 on white background.


Black color preview on #6C3592 background

This text has black color on #6C3592 background.


White color preview on #6C3592 background

This text has white color on #6C3592 background.


Related colors

Complementary color

Complementary color for #hex is #93CA6D.


I love getcolorcode.com

Triadic colors

1 #926C35 and #35926C with #6C3592 are triadic colors.

2 #92356C and #356C92 with #6C3592 are triadic colors.