COLOR #6431A9

HEX: #6431A9
RGB: (100,49,169)

Color info

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

RGB color model

#6431A9 color RGB value is (100,49,169).

  • red value is 100;
  • green value is 49;
  • blue value is 169.
RGB:
(100,49,169)
(39%,19%,66%)

RGB channels and saturation

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

100
49
169

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

Portions of RGB colors in percentages

R + G + B =
100 + 49 + 169 = 318 (100%)
R 100 of 318 ~ 31.45%
G 49 of 318 ~ 15.41%
B 169 of 318 ~ 53.14%

%31.45
%15.41
%53.14

CMYK color model

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

  • cyan value is 40.83%
  • 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

%40.83
%71.01
%0
%33.73

Codes

Color #6431A9 in popluar color models

6431A9
RGB10049169
HSL266°55.05%42.75%
HSB/HSV266°71.01%66.27%
CMYK40.83%71.01%0.00%
33.73%

Color #6431A9 in popluar number systems.

HEX6431A9
Decimal10049169
Binary110010011000110101001
Octal14461251

Shades and tints

Shades of #6431A9

#6431A9
(100,49,169)
#5B2D9A
(91,45,154)
#52298B
(82,41,139)
#49257C
(73,37,124)
#40216D
(64,33,109)
#371D5E
(55,29,94)
#2E194F
(46,25,79)
#251540
(37,21,64)
#1C1131
(28,17,49)
#130D22
(19,13,34)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #6431A9

#6431A9
(100,49,169)
#7243B0
(114,67,176)
#8055B7
(128,85,183)
#8E67BE
(142,103,190)
#9C79C5
(156,121,197)
#AA8BCC
(170,139,204)
#B89DD3
(184,157,211)
#C6AFDA
(198,175,218)
#D4C1E1
(212,193,225)
#E2D3E8
(226,211,232)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6431A9; }

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

This text font color is #6431A9.


Background Color

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

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

This div background color is #6431A9.


Border color

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

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

This div border color is #6431A9.


Opacity

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

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

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

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

This text has shadow with #6431A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6431A9 on black background.


Color preview on white background

This text has color #6431A9 on white background.



Black color preview on #6431A9 background

This text has black color on #6431A9 background.


White color preview on #6431A9 background

This text has white color on #6431A9 background.