COLOR #6C327E

HEX: #6C327E
RGB: (108,50,126)

Color info

#6C327E contains mainly red and blue colors. Web safe color of #6C327E is #663366 (or #636).

RGB color model

#6C327E color RGB value is (108,50,126).

  • red value is 108;
  • green value is 50;
  • blue value is 126.
RGB:
(108,50,126)
(42%,20%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 50 of 255 = 20%
B 126 of 255 = 49%

108
50
126

R + G + B ~ 37%. #6C327E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 50 + 126 = 284 (100%)
R 108 of 284 ~ 38.03%
G 50 of 284 ~ 17.61%
B 126 of 284 ~ 44.37%

%38.03
%17.61
%44.37

CMYK color model

#6C327E color CMYK value is (14,60,0,51).

  • cyan value is 14.29%
  • magenta value is 60.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(14,60,0,51)
C14M60Y0K51 
(14%,60%,0%,51%)
(0.14/0.60/0.00/0.51)	

CMYK percentages

%14.29
%60.32
%0
%50.59

Codes

Color #6C327E in popluar color models

6C327E
RGB10850126
HSL286°43.18%34.51%
HSB/HSV286°60.32%49.41%
CMYK14.29%60.32%0.00%
50.59%

Color #6C327E in popluar number systems.

HEX6C327E
Decimal10850126
Binary11011001100101111110
Octal15462176

Shades and tints

Shades of #6C327E

#6C327E
(108,50,126)
#632E73
(99,46,115)
#5A2A68
(90,42,104)
#51265D
(81,38,93)
#482252
(72,34,82)
#3F1E47
(63,30,71)
#361A3C
(54,26,60)
#2D1631
(45,22,49)
#241226
(36,18,38)
#1B0E1B
(27,14,27)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #6C327E

#6C327E
(108,50,126)
#794489
(121,68,137)
#865694
(134,86,148)
#93689F
(147,104,159)
#A07AAA
(160,122,170)
#AD8CB5
(173,140,181)
#BA9EC0
(186,158,192)
#C7B0CB
(199,176,203)
#D4C2D6
(212,194,214)
#E1D4E1
(225,212,225)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C327E color. Also use rgb(108,50,126) instead hex code.

Text Font Color

.myTextColor { color: #6C327E; }

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

This text font color is #6C327E.


Background Color

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

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

This div background color is #6C327E.


Border color

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

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

This div border color is #6C327E.


Opacity

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

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

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

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

This text has shadow with #6C327E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C327E on black background.


Color preview on white background

This text has color #6C327E on white background.



Black color preview on #6C327E background

This text has black color on #6C327E background.


White color preview on #6C327E background

This text has white color on #6C327E background.