COLOR #6B327C

HEX: #6B327C
RGB: (107,50,124)

Color info

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

RGB color model

#6B327C color RGB value is (107,50,124).

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

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 124 of 255 = 49%

107
50
124

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

Portions of RGB colors in percentages

R + G + B =
107 + 50 + 124 = 281 (100%)
R 107 of 281 ~ 38.08%
G 50 of 281 ~ 17.79%
B 124 of 281 ~ 44.13%

%38.08
%17.79
%44.13

CMYK color model

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

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

CMYK percentages

%13.71
%59.68
%0
%51.37

Codes

Color #6B327C in popluar color models

6B327C
RGB10750124
HSL286°42.53%34.12%
HSB/HSV286°59.68%48.63%
CMYK13.71%59.68%0.00%
51.37%

Color #6B327C in popluar number systems.

HEX6B327C
Decimal10750124
Binary11010111100101111100
Octal15362174

Shades and tints

Shades of #6B327C

#6B327C
(107,50,124)
#622E71
(98,46,113)
#592A66
(89,42,102)
#50265B
(80,38,91)
#472250
(71,34,80)
#3E1E45
(62,30,69)
#351A3A
(53,26,58)
#2C162F
(44,22,47)
#231224
(35,18,36)
#1A0E19
(26,14,25)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B327C

#6B327C
(107,50,124)
#784487
(120,68,135)
#855692
(133,86,146)
#92689D
(146,104,157)
#9F7AA8
(159,122,168)
#AC8CB3
(172,140,179)
#B99EBE
(185,158,190)
#C6B0C9
(198,176,201)
#D3C2D4
(211,194,212)
#E0D4DF
(224,212,223)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B327C color. Also use rgb(107,50,124) instead hex code.

Text Font Color

.myTextColor { color: #6B327C; }

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

This text font color is #6B327C.


Background Color

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

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

This div background color is #6B327C.


Border color

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

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

This div border color is #6B327C.


Opacity

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

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

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

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

This text has shadow with #6B327C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B327C on black background.


Color preview on white background

This text has color #6B327C on white background.



Black color preview on #6B327C background

This text has black color on #6B327C background.


White color preview on #6B327C background

This text has white color on #6B327C background.