COLOR #6422E0

HEX: #6422E0
RGB: (100,34,224)

Color info

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

RGB color model

#6422E0 color RGB value is (100,34,224).

  • red value is 100;
  • green value is 34;
  • blue value is 224.
RGB:
(100,34,224)
(39%,13%,88%)

RGB channels and saturation

R 100 of 255 = 39%
G 34 of 255 = 13%
B 224 of 255 = 88%

100
34
224

R + G + B ~ 47%. #6422E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 34 + 224 = 358 (100%)
R 100 of 358 ~ 27.93%
G 34 of 358 ~ 9.5%
B 224 of 358 ~ 62.57%

%27.93
%62.57

CMYK color model

#6422E0 color CMYK value is (55,85,0,12).

  • cyan value is 55.36%
  • magenta value is 84.82%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(55,85,0,12)
C55M85Y0K12 
(55%,85%,0%,12%)
(0.55/0.85/0.00/0.12)	

CMYK percentages

%55.36
%84.82
%0
%12.16

Codes

Color #6422E0 in popluar color models

6422E0
RGB10034224
HSL261°75.40%50.59%
HSB/HSV261°84.82%87.84%
CMYK55.36%84.82%0.00%
12.16%

Color #6422E0 in popluar number systems.

HEX6422E0
Decimal10034224
Binary110010010001011100000
Octal14442340

Shades and tints

Shades of #6422E0

#6422E0
(100,34,224)
#5B1FCC
(91,31,204)
#521CB8
(82,28,184)
#4919A4
(73,25,164)
#401690
(64,22,144)
#37137C
(55,19,124)
#2E1068
(46,16,104)
#250D54
(37,13,84)
#1C0A40
(28,10,64)
#13072C
(19,7,44)
#0A0418
(10,4,24)
#000000
(0,0,0)

Tints of #6422E0

#6422E0
(100,34,224)
#7236E2
(114,54,226)
#804AE4
(128,74,228)
#8E5EE6
(142,94,230)
#9C72E8
(156,114,232)
#AA86EA
(170,134,234)
#B89AEC
(184,154,236)
#C6AEEE
(198,174,238)
#D4C2F0
(212,194,240)
#E2D6F2
(226,214,242)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6422E0 color. Also use rgb(100,34,224) instead hex code.

Text Font Color

.myTextColor { color: #6422E0; }

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

This text font color is #6422E0.


Background Color

.myBgColor { background-color: #6422E0; }

<div style="background-color:#6422E0">Inner text</div>

This div background color is #6422E0.


Border color

.myBorderColor { border: 1px solid #6422E0; }

<div style="border:3px solid #6422E0">Div</div>

This div border color is #6422E0.


Opacity

.myOpacity80 { color: #6422E0; opacity: 0.8; }

<p style="color:#6422E0;opacity:0.8;">80%</p>

Text with #6422E0 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 #6422E0;}

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

This text has shadow with #6422E0 color.

.textShadow {text-shadow: 3px 3px 1px #6422E0, 3px 3px 1px red;}

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

This text has shadow with #6422E0 primary color and red secondary color.


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

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

This text has shadow with #6422E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6422E0 on black background.


Color preview on white background

This text has color #6422E0 on white background.



Black color preview on #6422E0 background

This text has black color on #6422E0 background.


White color preview on #6422E0 background

This text has white color on #6422E0 background.