COLOR #6429D5

HEX: #6429D5
RGB: (100,41,213)

Color info

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

RGB color model

#6429D5 color RGB value is (100,41,213).

  • red value is 100;
  • green value is 41;
  • blue value is 213.
RGB:
(100,41,213)
(39%,16%,84%)

RGB channels and saturation

R 100 of 255 = 39%
G 41 of 255 = 16%
B 213 of 255 = 84%

100
41
213

R + G + B ~ 46%. #6429D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 41 + 213 = 354 (100%)
R 100 of 354 ~ 28.25%
G 41 of 354 ~ 11.58%
B 213 of 354 ~ 60.17%

%28.25
%11.58
%60.17

CMYK color model

#6429D5 color CMYK value is (53,81,0,16).

  • cyan value is 53.05%
  • magenta value is 80.75%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(53,81,0,16)
C53M81Y0K16 
(53%,81%,0%,16%)
(0.53/0.81/0.00/0.16)	

CMYK percentages

%53.05
%80.75
%0
%16.47

Codes

Color #6429D5 in popluar color models

6429D5
RGB10041213
HSL261°67.72%49.80%
HSB/HSV261°80.75%83.53%
CMYK53.05%80.75%0.00%
16.47%

Color #6429D5 in popluar number systems.

HEX6429D5
Decimal10041213
Binary110010010100111010101
Octal14451325

Shades and tints

Shades of #6429D5

#6429D5
(100,41,213)
#5B26C2
(91,38,194)
#5223AF
(82,35,175)
#49209C
(73,32,156)
#401D89
(64,29,137)
#371A76
(55,26,118)
#2E1763
(46,23,99)
#251450
(37,20,80)
#1C113D
(28,17,61)
#130E2A
(19,14,42)
#0A0B17
(10,11,23)
#000000
(0,0,0)

Tints of #6429D5

#6429D5
(100,41,213)
#723CD8
(114,60,216)
#804FDB
(128,79,219)
#8E62DE
(142,98,222)
#9C75E1
(156,117,225)
#AA88E4
(170,136,228)
#B89BE7
(184,155,231)
#C6AEEA
(198,174,234)
#D4C1ED
(212,193,237)
#E2D4F0
(226,212,240)
#F0E7F3
(240,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6429D5 color. Also use rgb(100,41,213) instead hex code.

Text Font Color

.myTextColor { color: #6429D5; }

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

This text font color is #6429D5.


Background Color

.myBgColor { background-color: #6429D5; }

<div style="background-color:#6429D5">Inner text</div>

This div background color is #6429D5.


Border color

.myBorderColor { border: 1px solid #6429D5; }

<div style="border:3px solid #6429D5">Div</div>

This div border color is #6429D5.


Opacity

.myOpacity80 { color: #6429D5; opacity: 0.8; }

<p style="color:#6429D5;opacity:0.8;">80%</p>

Text with #6429D5 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 #6429D5;}

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

This text has shadow with #6429D5 color.

.textShadow {text-shadow: 3px 3px 1px #6429D5, 3px 3px 1px red;}

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

This text has shadow with #6429D5 primary color and red secondary color.


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

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

This text has shadow with #6429D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6429D5 on black background.


Color preview on white background

This text has color #6429D5 on white background.



Black color preview on #6429D5 background

This text has black color on #6429D5 background.


White color preview on #6429D5 background

This text has white color on #6429D5 background.