COLOR #6331A9

HEX: #6331A9 RGB: (99,49,169)

Color info

#6331A9 contains mainly blue color. Web safe color of #6331A9 is #663399 (or #639).

RGB color model

#6331A9 color RGB value is (99,49,169).

RGB: (99,49,169) (39%, 19%, 66%)

RGB channels and saturation

R 99 of 255 = 39%
G 49 of 255 = 19%
B 169 of 255 = 66%

99
49
169

R + G + B ~ 41%. #6331A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 49 + 169 = 317 (100%)
R 99 of 317 ~ 31.23%
G 49 of 317 ~ 15.46%
B 169 of 317 ~ 53.31'%

%31.23
%15.46
%53.31

CMYK color model

#6331A9 color CMYK value is (41,71,0,34).

  • cyan value is 41.42%
  • magenta value is 71.01%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (41,71,0,34)
C41M71Y0K34 (41%, 71%, 0%, 34%)
(0.41 / 0.71 / 0.00 / 0.34)

CMYK percentages

%41.42
%71.01
%0
%33.73

Codes

Color #6331A9 in popluar color models

63 31 A9
RGB 99 49 169
HSL 265° 55.05% 42.75%
HSB/HSV 265° 71.01% 66.27%
CMYK 41.42% 71.01% 0.00%
33.73%

Color #6331A9 in popluar number systems.

HEX 63 31 A9
Decimal 99 49 169
Binary 1100011 110001 10101001
Octal 143 61 251

Shades and tints

Shades of #6331A9

#6331A9
(99,49,169)
#5A2D9A
(90,45,154)
#51298B
(81,41,139)
#48257C
(72,37,124)
#3F216D
(63,33,109)
#361D5E
(54,29,94)
#2D194F
(45,25,79)
#241540
(36,21,64)
#1B1131
(27,17,49)
#120D22
(18,13,34)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #6331A9

#6331A9
(99,49,169)
#7143B0
(113,67,176)
#7F55B7
(127,85,183)
#8D67BE
(141,103,190)
#9B79C5
(155,121,197)
#A98BCC
(169,139,204)
#B79DD3
(183,157,211)
#C5AFDA
(197,175,218)
#D3C1E1
(211,193,225)
#E1D3E8
(225,211,232)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6331A9 color. Also use rgb(99,49,169) instead hex code.

Text Font Color

.myTextColor { color: #6331A9; }

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

This text font color is #6331A9.

Background Color

.myBgColor { background-color: #6331A9; }

<div style="background-color:#6331A9">Inner text</div>

This div background color is #6331A9.

Border color

.myBorderColor { border: 1px solid #6331A9; }

<div style="border:3px solid #6331A9">Div</div>

This div border color is #6331A9.

Opacity

.myOpacity80 { color: #6331A9; opacity: 0.8; }

<p style="color:#6331A9;opacity:0.8;">80%</p>

Text with #6331A9 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 #6331A9;}

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

This text has shadow with #6331A9 color.


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

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

This text has shadow with #6331A9 primary color and red secondary color.


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

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

This text has shadow with #6331A9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6331A9.

Preview

Color preview on black background

This text has color #6331A9 on black background.


Color preview on white background

This text has color #6331A9 on white background.


Black color preview on #6331A9 background

This text has black color on #6331A9 background.


White color preview on #6331A9 background

This text has white color on #6331A9 background.


Related colors

Complementary color

Complementary color for #hex is #9CCE56.


I love getcolorcode.com

Triadic colors

1 #A96331 and #31A963 with #6331A9 are triadic colors.

2 #A93163 and #3163A9 with #6331A9 are triadic colors.