COLOR #6321A6

HEX: #6321A6
RGB: (99,33,166)

Color info

#6321A6 contains mainly blue color. Web safe color of #6321A6 is #663399 (or #639).

RGB color model

#6321A6 color RGB value is (99,33,166).

  • red value is 99;
  • green value is 33;
  • blue value is 166.
RGB:
(99,33,166)
(39%,13%,65%)

RGB channels and saturation

R 99 of 255 = 39%
G 33 of 255 = 13%
B 166 of 255 = 65%

99
33
166

R + G + B ~ 39%. #6321A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 33 + 166 = 298 (100%)
R 99 of 298 ~ 33.22%
G 33 of 298 ~ 11.07%
B 166 of 298 ~ 55.7%

%33.22
%11.07
%55.7

CMYK color model

#6321A6 color CMYK value is (40,80,0,35).

  • cyan value is 40.36%
  • magenta value is 80.12%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(40,80,0,35)
C40M80Y0K35 
(40%,80%,0%,35%)
(0.40/0.80/0.00/0.35)	

CMYK percentages

%40.36
%80.12
%0
%34.9

Codes

Color #6321A6 in popluar color models

6321A6
RGB9933166
HSL270°66.83%39.02%
HSB/HSV270°80.12%65.10%
CMYK40.36%80.12%0.00%
34.90%

Color #6321A6 in popluar number systems.

HEX6321A6
Decimal9933166
Binary110001110000110100110
Octal14341246

Shades and tints

Shades of #6321A6

#6321A6
(99,33,166)
#5A1E97
(90,30,151)
#511B88
(81,27,136)
#481879
(72,24,121)
#3F156A
(63,21,106)
#36125B
(54,18,91)
#2D0F4C
(45,15,76)
#240C3D
(36,12,61)
#1B092E
(27,9,46)
#12061F
(18,6,31)
#090310
(9,3,16)
#000000
(0,0,0)

Tints of #6321A6

#6321A6
(99,33,166)
#7135AE
(113,53,174)
#7F49B6
(127,73,182)
#8D5DBE
(141,93,190)
#9B71C6
(155,113,198)
#A985CE
(169,133,206)
#B799D6
(183,153,214)
#C5ADDE
(197,173,222)
#D3C1E6
(211,193,230)
#E1D5EE
(225,213,238)
#EFE9F6
(239,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6321A6 color. Also use rgb(99,33,166) instead hex code.

Text Font Color

.myTextColor { color: #6321A6; }

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

This text font color is #6321A6.


Background Color

.myBgColor { background-color: #6321A6; }

<div style="background-color:#6321A6">Inner text</div>

This div background color is #6321A6.


Border color

.myBorderColor { border: 1px solid #6321A6; }

<div style="border:3px solid #6321A6">Div</div>

This div border color is #6321A6.


Opacity

.myOpacity80 { color: #6321A6; opacity: 0.8; }

<p style="color:#6321A6;opacity:0.8;">80%</p>

Text with #6321A6 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 #6321A6;}

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

This text has shadow with #6321A6 color.

.textShadow {text-shadow: 3px 3px 1px #6321A6, 3px 3px 1px red;}

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

This text has shadow with #6321A6 primary color and red secondary color.


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

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

This text has shadow with #6321A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6321A6 on black background.


Color preview on white background

This text has color #6321A6 on white background.



Black color preview on #6321A6 background

This text has black color on #6321A6 background.


White color preview on #6321A6 background

This text has white color on #6321A6 background.