COLOR #6A415E

HEX: #6A415E
RGB: (106,65,94)

Color info

#6A415E contains red, green and blue colors in about the same proportion. Web safe color of #6A415E is #663366 (or #636).

RGB color model

#6A415E color RGB value is (106,65,94).

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

RGB channels and saturation

R 106 of 255 = 42%
G 65 of 255 = 25%
B 94 of 255 = 37%

106
65
94

R + G + B ~ 35%. #6A415E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 65 + 94 = 265 (100%)
R 106 of 265 ~ 40%
G 65 of 265 ~ 24.53%
B 94 of 265 ~ 35.47%

%40
%24.53
%35.47

CMYK color model

#6A415E color CMYK value is (0,39,11,58).

  • cyan value is 0.00%
  • magenta value is 38.68%
  • yellow value is 11.32%
  • key color value is 58.43%
CMYK:
(0,39,11,58)
C0M39Y11K58 
(0%,39%,11%,58%)
(0.00/0.39/0.11/0.58)	

CMYK percentages

%0
%38.68
%11.32
%58.43

Codes

Color #6A415E in popluar color models

6A415E
RGB1066594
HSL318°23.98%33.53%
HSB/HSV318°38.68%41.57%
CMYK0.00%38.68%11.32%
58.43%

Color #6A415E in popluar number systems.

HEX6A415E
Decimal1066594
Binary110101010000011011110
Octal152101136

Shades and tints

Shades of #6A415E

#6A415E
(106,65,94)
#613C56
(97,60,86)
#58374E
(88,55,78)
#4F3246
(79,50,70)
#462D3E
(70,45,62)
#3D2836
(61,40,54)
#34232E
(52,35,46)
#2B1E26
(43,30,38)
#22191E
(34,25,30)
#191416
(25,20,22)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #6A415E

#6A415E
(106,65,94)
#77526C
(119,82,108)
#84637A
(132,99,122)
#917488
(145,116,136)
#9E8596
(158,133,150)
#AB96A4
(171,150,164)
#B8A7B2
(184,167,178)
#C5B8C0
(197,184,192)
#D2C9CE
(210,201,206)
#DFDADC
(223,218,220)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A415E; }

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

This text font color is #6A415E.


Background Color

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

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

This div background color is #6A415E.


Border color

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

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

This div border color is #6A415E.


Opacity

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

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

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

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

This text has shadow with #6A415E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A415E on black background.


Color preview on white background

This text has color #6A415E on white background.



Black color preview on #6A415E background

This text has black color on #6A415E background.


White color preview on #6A415E background

This text has white color on #6A415E background.