COLOR #6422A7

HEX: #6422A7
RGB: (100,34,167)

Color info

#6422A7 contains mainly blue color. Web safe color of #6422A7 is #663399 (or #639).

RGB color model

#6422A7 color RGB value is (100,34,167).

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

RGB channels and saturation

R 100 of 255 = 39%
G 34 of 255 = 13%
B 167 of 255 = 65%

100
34
167

R + G + B ~ 39%. #6422A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 34 + 167 = 301 (100%)
R 100 of 301 ~ 33.22%
G 34 of 301 ~ 11.3%
B 167 of 301 ~ 55.48%

%33.22
%11.3
%55.48

CMYK color model

#6422A7 color CMYK value is (40,80,0,35).

  • cyan value is 40.12%
  • magenta value is 79.64%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(40,80,0,35)
C40M80Y0K35 
(40%,80%,0%,35%)
(0.40/0.80/0.00/0.35)	

CMYK percentages

%40.12
%79.64
%0
%34.51

Codes

Color #6422A7 in popluar color models

6422A7
RGB10034167
HSL270°66.17%39.41%
HSB/HSV270°79.64%65.49%
CMYK40.12%79.64%0.00%
34.51%

Color #6422A7 in popluar number systems.

HEX6422A7
Decimal10034167
Binary110010010001010100111
Octal14442247

Shades and tints

Shades of #6422A7

#6422A7
(100,34,167)
#5B1F98
(91,31,152)
#521C89
(82,28,137)
#49197A
(73,25,122)
#40166B
(64,22,107)
#37135C
(55,19,92)
#2E104D
(46,16,77)
#250D3E
(37,13,62)
#1C0A2F
(28,10,47)
#130720
(19,7,32)
#0A0411
(10,4,17)
#000000
(0,0,0)

Tints of #6422A7

#6422A7
(100,34,167)
#7236AF
(114,54,175)
#804AB7
(128,74,183)
#8E5EBF
(142,94,191)
#9C72C7
(156,114,199)
#AA86CF
(170,134,207)
#B89AD7
(184,154,215)
#C6AEDF
(198,174,223)
#D4C2E7
(212,194,231)
#E2D6EF
(226,214,239)
#F0EAF7
(240,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6422A7; }

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

This text font color is #6422A7.


Background Color

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

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

This div background color is #6422A7.


Border color

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

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

This div border color is #6422A7.


Opacity

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

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

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

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

This text has shadow with #6422A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6422A7 on black background.


Color preview on white background

This text has color #6422A7 on white background.



Black color preview on #6422A7 background

This text has black color on #6422A7 background.


White color preview on #6422A7 background

This text has white color on #6422A7 background.