COLOR #6321B9

HEX: #6321B9 RGB: (99,33,185)

Color info

#6321B9 contains mainly blue color. Web safe color of #6321B9 is #6633CC (or #63C).

RGB color model

#6321B9 color RGB value is (99,33,185).

RGB: (99,33,185) (39%, 13%, 73%)

RGB channels and saturation

R 99 of 255 = 39%
G 33 of 255 = 13%
B 185 of 255 = 73%

99
33
185

R + G + B ~ 42%. #6321B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 33 + 185 = 317 (100%)
R 99 of 317 ~ 31.23%
G 33 of 317 ~ 10.41%
B 185 of 317 ~ 58.36'%

%31.23
%58.36

CMYK color model

#6321B9 color CMYK value is (46,82,0,27).

  • cyan value is 46.49%
  • magenta value is 82.16%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (46,82,0,27)
C46M82Y0K27 (46%, 82%, 0%, 27%)
(0.46 / 0.82 / 0.00 / 0.27)

CMYK percentages

%46.49
%82.16
%0
%27.45

Codes

Color #6321B9 in popluar color models

63 21 B9
RGB 99 33 185
HSL 266° 69.72% 42.75%
HSB/HSV 266° 82.16% 72.55%
CMYK 46.49% 82.16% 0.00%
27.45%

Color #6321B9 in popluar number systems.

HEX 63 21 B9
Decimal 99 33 185
Binary 1100011 100001 10111001
Octal 143 41 271

Shades and tints

Shades of #6321B9

#6321B9
(99,33,185)
#5A1EA9
(90,30,169)
#511B99
(81,27,153)
#481889
(72,24,137)
#3F1579
(63,21,121)
#361269
(54,18,105)
#2D0F59
(45,15,89)
#240C49
(36,12,73)
#1B0939
(27,9,57)
#120629
(18,6,41)
#090319
(9,3,25)
#000000
(0,0,0)

Tints of #6321B9

#6321B9
(99,33,185)
#7135BF
(113,53,191)
#7F49C5
(127,73,197)
#8D5DCB
(141,93,203)
#9B71D1
(155,113,209)
#A985D7
(169,133,215)
#B799DD
(183,153,221)
#C5ADE3
(197,173,227)
#D3C1E9
(211,193,233)
#E1D5EF
(225,213,239)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6321B9; }

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

This text font color is #6321B9.

Background Color

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

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

This div background color is #6321B9.

Border color

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

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

This div border color is #6321B9.

Opacity

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

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

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

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

This text has shadow with #6321B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6321B9.

Preview

Color preview on black background

This text has color #6321B9 on black background.


Color preview on white background

This text has color #6321B9 on white background.


Black color preview on #6321B9 background

This text has black color on #6321B9 background.


White color preview on #6321B9 background

This text has white color on #6321B9 background.


Related colors

Complementary color

Complementary color for #hex is #9CDE46.


I love getcolorcode.com

Triadic colors

1 #B96321 and #21B963 with #6321B9 are triadic colors.

2 #B92163 and #2163B9 with #6321B9 are triadic colors.