COLOR #6A3163

HEX: #6A3163
RGB: (106,49,99)

Color info

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

RGB color model

#6A3163 color RGB value is (106,49,99).

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

RGB channels and saturation

R 106 of 255 = 42%
G 49 of 255 = 19%
B 99 of 255 = 39%

106
49
99

R + G + B ~ 33%. #6A3163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 49 + 99 = 254 (100%)
R 106 of 254 ~ 41.73%
G 49 of 254 ~ 19.29%
B 99 of 254 ~ 38.98%

%41.73
%19.29
%38.98

CMYK color model

#6A3163 color CMYK value is (0,54,7,58).

  • cyan value is 0.00%
  • magenta value is 53.77%
  • yellow value is 6.60%
  • key color value is 58.43%
CMYK:
(0,54,7,58)
C0M54Y7K58 
(0%,54%,7%,58%)
(0.00/0.54/0.07/0.58)	

CMYK percentages

%0
%53.77
%6.6
%58.43

Codes

Color #6A3163 in popluar color models

6A3163
RGB1064999
HSL307°36.77%30.39%
HSB/HSV307°53.77%41.57%
CMYK0.00%53.77%6.60%
58.43%

Color #6A3163 in popluar number systems.

HEX6A3163
Decimal1064999
Binary11010101100011100011
Octal15261143

Shades and tints

Shades of #6A3163

#6A3163
(106,49,99)
#612D5A
(97,45,90)
#582951
(88,41,81)
#4F2548
(79,37,72)
#46213F
(70,33,63)
#3D1D36
(61,29,54)
#34192D
(52,25,45)
#2B1524
(43,21,36)
#22111B
(34,17,27)
#190D12
(25,13,18)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #6A3163

#6A3163
(106,49,99)
#774371
(119,67,113)
#84557F
(132,85,127)
#91678D
(145,103,141)
#9E799B
(158,121,155)
#AB8BA9
(171,139,169)
#B89DB7
(184,157,183)
#C5AFC5
(197,175,197)
#D2C1D3
(210,193,211)
#DFD3E1
(223,211,225)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3163; }

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

This text font color is #6A3163.


Background Color

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

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

This div background color is #6A3163.


Border color

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

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

This div border color is #6A3163.


Opacity

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

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

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

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

This text has shadow with #6A3163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3163 on black background.


Color preview on white background

This text has color #6A3163 on white background.



Black color preview on #6A3163 background

This text has black color on #6A3163 background.


White color preview on #6A3163 background

This text has white color on #6A3163 background.