COLOR #6C52A2

HEX: #6C52A2
RGB: (108,82,162)

Color info

#6C52A2 contains mainly red and blue colors. Web safe color of #6C52A2 is #666699 (or #669).

RGB color model

#6C52A2 color RGB value is (108,82,162).

  • red value is 108;
  • green value is 82;
  • blue value is 162.
RGB:
(108,82,162)
(42%,32%,64%)

RGB channels and saturation

R 108 of 255 = 42%
G 82 of 255 = 32%
B 162 of 255 = 64%

108
82
162

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

Portions of RGB colors in percentages

R + G + B =
108 + 82 + 162 = 352 (100%)
R 108 of 352 ~ 30.68%
G 82 of 352 ~ 23.3%
B 162 of 352 ~ 46.02%

%30.68
%23.3
%46.02

CMYK color model

#6C52A2 color CMYK value is (33,49,0,36).

  • cyan value is 33.33%
  • magenta value is 49.38%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,49,0,36)
C33M49Y0K36 
(33%,49%,0%,36%)
(0.33/0.49/0.00/0.36)	

CMYK percentages

%33.33
%49.38
%0
%36.47

Codes

Color #6C52A2 in popluar color models

6C52A2
RGB10882162
HSL260°32.79%47.84%
HSB/HSV260°49.38%63.53%
CMYK33.33%49.38%0.00%
36.47%

Color #6C52A2 in popluar number systems.

HEX6C52A2
Decimal10882162
Binary1101100101001010100010
Octal154122242

Shades and tints

Shades of #6C52A2

#6C52A2
(108,82,162)
#634B94
(99,75,148)
#5A4486
(90,68,134)
#513D78
(81,61,120)
#48366A
(72,54,106)
#3F2F5C
(63,47,92)
#36284E
(54,40,78)
#2D2140
(45,33,64)
#241A32
(36,26,50)
#1B1324
(27,19,36)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #6C52A2

#6C52A2
(108,82,162)
#7961AA
(121,97,170)
#8670B2
(134,112,178)
#937FBA
(147,127,186)
#A08EC2
(160,142,194)
#AD9DCA
(173,157,202)
#BAACD2
(186,172,210)
#C7BBDA
(199,187,218)
#D4CAE2
(212,202,226)
#E1D9EA
(225,217,234)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C52A2 color. Also use rgb(108,82,162) instead hex code.

Text Font Color

.myTextColor { color: #6C52A2; }

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

This text font color is #6C52A2.


Background Color

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

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

This div background color is #6C52A2.


Border color

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

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

This div border color is #6C52A2.


Opacity

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

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

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

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

This text has shadow with #6C52A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C52A2 on black background.


Color preview on white background

This text has color #6C52A2 on white background.



Black color preview on #6C52A2 background

This text has black color on #6C52A2 background.


White color preview on #6C52A2 background

This text has white color on #6C52A2 background.