COLOR #6A417F

HEX: #6A417F
RGB: (106,65,127)

Color info

#6A417F contains mainly red and blue colors. Web safe color of #6A417F is #663366 (or #636).

RGB color model

#6A417F color RGB value is (106,65,127).

  • red value is 106;
  • green value is 65;
  • blue value is 127.
RGB:
(106,65,127)
(42%,25%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 65 of 255 = 25%
B 127 of 255 = 50%

106
65
127

R + G + B ~ 39%. #6A417F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 65 + 127 = 298 (100%)
R 106 of 298 ~ 35.57%
G 65 of 298 ~ 21.81%
B 127 of 298 ~ 42.62%

%35.57
%21.81
%42.62

CMYK color model

#6A417F color CMYK value is (17,49,0,50).

  • cyan value is 16.54%
  • magenta value is 48.82%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(17,49,0,50)
C17M49Y0K50 
(17%,49%,0%,50%)
(0.17/0.49/0.00/0.50)	

CMYK percentages

%16.54
%48.82
%0
%50.2

Codes

Color #6A417F in popluar color models

6A417F
RGB10665127
HSL280°32.29%37.65%
HSB/HSV280°48.82%49.80%
CMYK16.54%48.82%0.00%
50.20%

Color #6A417F in popluar number systems.

HEX6A417F
Decimal10665127
Binary110101010000011111111
Octal152101177

Shades and tints

Shades of #6A417F

#6A417F
(106,65,127)
#613C74
(97,60,116)
#583769
(88,55,105)
#4F325E
(79,50,94)
#462D53
(70,45,83)
#3D2848
(61,40,72)
#34233D
(52,35,61)
#2B1E32
(43,30,50)
#221927
(34,25,39)
#19141C
(25,20,28)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A417F

#6A417F
(106,65,127)
#77528A
(119,82,138)
#846395
(132,99,149)
#9174A0
(145,116,160)
#9E85AB
(158,133,171)
#AB96B6
(171,150,182)
#B8A7C1
(184,167,193)
#C5B8CC
(197,184,204)
#D2C9D7
(210,201,215)
#DFDAE2
(223,218,226)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A417F color. Also use rgb(106,65,127) instead hex code.

Text Font Color

.myTextColor { color: #6A417F; }

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

This text font color is #6A417F.


Background Color

.myBgColor { background-color: #6A417F; }

<div style="background-color:#6A417F">Inner text</div>

This div background color is #6A417F.


Border color

.myBorderColor { border: 1px solid #6A417F; }

<div style="border:3px solid #6A417F">Div</div>

This div border color is #6A417F.


Opacity

.myOpacity80 { color: #6A417F; opacity: 0.8; }

<p style="color:#6A417F;opacity:0.8;">80%</p>

Text with #6A417F 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 #6A417F;}

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

This text has shadow with #6A417F color.

.textShadow {text-shadow: 3px 3px 1px #6A417F, 3px 3px 1px red;}

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

This text has shadow with #6A417F primary color and red secondary color.


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

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

This text has shadow with #6A417F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A417F on black background.


Color preview on white background

This text has color #6A417F on white background.



Black color preview on #6A417F background

This text has black color on #6A417F background.


White color preview on #6A417F background

This text has white color on #6A417F background.