COLOR #6417A1

HEX: #6417A1
RGB: (100,23,161)

Color info

#6417A1 contains mainly blue color. Web safe color of #6417A1 is #660099 (or #609).

RGB color model

#6417A1 color RGB value is (100,23,161).

  • red value is 100;
  • green value is 23;
  • blue value is 161.
RGB:
(100,23,161)
(39%,9%,63%)

RGB channels and saturation

R 100 of 255 = 39%
G 23 of 255 = 9%
B 161 of 255 = 63%

100
23
161

R + G + B ~ 37%. #6417A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 23 + 161 = 284 (100%)
R 100 of 284 ~ 35.21%
G 23 of 284 ~ 8.1%
B 161 of 284 ~ 56.69%

%35.21
%56.69

CMYK color model

#6417A1 color CMYK value is (38,86,0,37).

  • cyan value is 37.89%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(38,86,0,37)
C38M86Y0K37 
(38%,86%,0%,37%)
(0.38/0.86/0.00/0.37)	

CMYK percentages

%37.89
%85.71
%0
%36.86

Codes

Color #6417A1 in popluar color models

6417A1
RGB10023161
HSL273°75.00%36.08%
HSB/HSV273°85.71%63.14%
CMYK37.89%85.71%0.00%
36.86%

Color #6417A1 in popluar number systems.

HEX6417A1
Decimal10023161
Binary11001001011110100001
Octal14427241

Shades and tints

Shades of #6417A1

#6417A1
(100,23,161)
#5B1593
(91,21,147)
#521385
(82,19,133)
#491177
(73,17,119)
#400F69
(64,15,105)
#370D5B
(55,13,91)
#2E0B4D
(46,11,77)
#25093F
(37,9,63)
#1C0731
(28,7,49)
#130523
(19,5,35)
#0A0315
(10,3,21)
#000000
(0,0,0)

Tints of #6417A1

#6417A1
(100,23,161)
#722CA9
(114,44,169)
#8041B1
(128,65,177)
#8E56B9
(142,86,185)
#9C6BC1
(156,107,193)
#AA80C9
(170,128,201)
#B895D1
(184,149,209)
#C6AAD9
(198,170,217)
#D4BFE1
(212,191,225)
#E2D4E9
(226,212,233)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6417A1 color. Also use rgb(100,23,161) instead hex code.

Text Font Color

.myTextColor { color: #6417A1; }

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

This text font color is #6417A1.


Background Color

.myBgColor { background-color: #6417A1; }

<div style="background-color:#6417A1">Inner text</div>

This div background color is #6417A1.


Border color

.myBorderColor { border: 1px solid #6417A1; }

<div style="border:3px solid #6417A1">Div</div>

This div border color is #6417A1.


Opacity

.myOpacity80 { color: #6417A1; opacity: 0.8; }

<p style="color:#6417A1;opacity:0.8;">80%</p>

Text with #6417A1 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 #6417A1;}

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

This text has shadow with #6417A1 color.

.textShadow {text-shadow: 3px 3px 1px #6417A1, 3px 3px 1px red;}

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

This text has shadow with #6417A1 primary color and red secondary color.


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

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

This text has shadow with #6417A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6417A1 on black background.


Color preview on white background

This text has color #6417A1 on white background.



Black color preview on #6417A1 background

This text has black color on #6417A1 background.


White color preview on #6417A1 background

This text has white color on #6417A1 background.