COLOR #6A3177

HEX: #6A3177
RGB: (106,49,119)

Color info

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

RGB color model

#6A3177 color RGB value is (106,49,119).

  • red value is 106;
  • green value is 49;
  • blue value is 119.
RGB:
(106,49,119)
(42%,19%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 49 of 255 = 19%
B 119 of 255 = 47%

106
49
119

R + G + B ~ 36%. #6A3177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 49 + 119 = 274 (100%)
R 106 of 274 ~ 38.69%
G 49 of 274 ~ 17.88%
B 119 of 274 ~ 43.43%

%38.69
%17.88
%43.43

CMYK color model

#6A3177 color CMYK value is (11,59,0,53).

  • cyan value is 10.92%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(11,59,0,53)
C11M59Y0K53 
(11%,59%,0%,53%)
(0.11/0.59/0.00/0.53)	

CMYK percentages

%10.92
%58.82
%0
%53.33

Codes

Color #6A3177 in popluar color models

6A3177
RGB10649119
HSL289°41.67%32.94%
HSB/HSV289°58.82%46.67%
CMYK10.92%58.82%0.00%
53.33%

Color #6A3177 in popluar number systems.

HEX6A3177
Decimal10649119
Binary11010101100011110111
Octal15261167

Shades and tints

Shades of #6A3177

#6A3177
(106,49,119)
#612D6D
(97,45,109)
#582963
(88,41,99)
#4F2559
(79,37,89)
#46214F
(70,33,79)
#3D1D45
(61,29,69)
#34193B
(52,25,59)
#2B1531
(43,21,49)
#221127
(34,17,39)
#190D1D
(25,13,29)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #6A3177

#6A3177
(106,49,119)
#774383
(119,67,131)
#84558F
(132,85,143)
#91679B
(145,103,155)
#9E79A7
(158,121,167)
#AB8BB3
(171,139,179)
#B89DBF
(184,157,191)
#C5AFCB
(197,175,203)
#D2C1D7
(210,193,215)
#DFD3E3
(223,211,227)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3177 color. Also use rgb(106,49,119) instead hex code.

Text Font Color

.myTextColor { color: #6A3177; }

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

This text font color is #6A3177.


Background Color

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

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

This div background color is #6A3177.


Border color

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

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

This div border color is #6A3177.


Opacity

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

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

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

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

This text has shadow with #6A3177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3177 on black background.


Color preview on white background

This text has color #6A3177 on white background.



Black color preview on #6A3177 background

This text has black color on #6A3177 background.


White color preview on #6A3177 background

This text has white color on #6A3177 background.