COLOR #6323AC

HEX: #6323AC
RGB: (99,35,172)

Color info

#6323AC contains mainly blue color. Web safe color of #6323AC is #663399 (or #639).

RGB color model

#6323AC color RGB value is (99,35,172).

  • red value is 99;
  • green value is 35;
  • blue value is 172.
RGB:
(99,35,172)
(39%,14%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 35 of 255 = 14%
B 172 of 255 = 67%

99
35
172

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

Portions of RGB colors in percentages

R + G + B =
99 + 35 + 172 = 306 (100%)
R 99 of 306 ~ 32.35%
G 35 of 306 ~ 11.44%
B 172 of 306 ~ 56.21%

%32.35
%11.44
%56.21

CMYK color model

#6323AC color CMYK value is (42,80,0,33).

  • cyan value is 42.44%
  • magenta value is 79.65%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(42,80,0,33)
C42M80Y0K33 
(42%,80%,0%,33%)
(0.42/0.80/0.00/0.33)	

CMYK percentages

%42.44
%79.65
%0
%32.55

Codes

Color #6323AC in popluar color models

6323AC
RGB9935172
HSL268°66.18%40.59%
HSB/HSV268°79.65%67.45%
CMYK42.44%79.65%0.00%
32.55%

Color #6323AC in popluar number systems.

HEX6323AC
Decimal9935172
Binary110001110001110101100
Octal14343254

Shades and tints

Shades of #6323AC

#6323AC
(99,35,172)
#5A209D
(90,32,157)
#511D8E
(81,29,142)
#481A7F
(72,26,127)
#3F1770
(63,23,112)
#361461
(54,20,97)
#2D1152
(45,17,82)
#240E43
(36,14,67)
#1B0B34
(27,11,52)
#120825
(18,8,37)
#090516
(9,5,22)
#000000
(0,0,0)

Tints of #6323AC

#6323AC
(99,35,172)
#7137B3
(113,55,179)
#7F4BBA
(127,75,186)
#8D5FC1
(141,95,193)
#9B73C8
(155,115,200)
#A987CF
(169,135,207)
#B79BD6
(183,155,214)
#C5AFDD
(197,175,221)
#D3C3E4
(211,195,228)
#E1D7EB
(225,215,235)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6323AC color. Also use rgb(99,35,172) instead hex code.

Text Font Color

.myTextColor { color: #6323AC; }

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

This text font color is #6323AC.


Background Color

.myBgColor { background-color: #6323AC; }

<div style="background-color:#6323AC">Inner text</div>

This div background color is #6323AC.


Border color

.myBorderColor { border: 1px solid #6323AC; }

<div style="border:3px solid #6323AC">Div</div>

This div border color is #6323AC.


Opacity

.myOpacity80 { color: #6323AC; opacity: 0.8; }

<p style="color:#6323AC;opacity:0.8;">80%</p>

Text with #6323AC 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 #6323AC;}

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

This text has shadow with #6323AC color.

.textShadow {text-shadow: 3px 3px 1px #6323AC, 3px 3px 1px red;}

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

This text has shadow with #6323AC primary color and red secondary color.


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

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

This text has shadow with #6323AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6323AC on black background.


Color preview on white background

This text has color #6323AC on white background.



Black color preview on #6323AC background

This text has black color on #6323AC background.


White color preview on #6323AC background

This text has white color on #6323AC background.