COLOR #6A3673

HEX: #6A3673
RGB: (106,54,115)

Color info

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

RGB color model

#6A3673 color RGB value is (106,54,115).

  • red value is 106;
  • green value is 54;
  • blue value is 115.
RGB:
(106,54,115)
(42%,21%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 54 of 255 = 21%
B 115 of 255 = 45%

106
54
115

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

Portions of RGB colors in percentages

R + G + B =
106 + 54 + 115 = 275 (100%)
R 106 of 275 ~ 38.55%
G 54 of 275 ~ 19.64%
B 115 of 275 ~ 41.82%

%38.55
%19.64
%41.82

CMYK color model

#6A3673 color CMYK value is (8,53,0,55).

  • cyan value is 7.83%
  • magenta value is 53.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(8,53,0,55)
C8M53Y0K55 
(8%,53%,0%,55%)
(0.08/0.53/0.00/0.55)	

CMYK percentages

%7.83
%53.04
%0
%54.9

Codes

Color #6A3673 in popluar color models

6A3673
RGB10654115
HSL291°36.09%33.14%
HSB/HSV291°53.04%45.10%
CMYK7.83%53.04%0.00%
54.90%

Color #6A3673 in popluar number systems.

HEX6A3673
Decimal10654115
Binary11010101101101110011
Octal15266163

Shades and tints

Shades of #6A3673

#6A3673
(106,54,115)
#613269
(97,50,105)
#582E5F
(88,46,95)
#4F2A55
(79,42,85)
#46264B
(70,38,75)
#3D2241
(61,34,65)
#341E37
(52,30,55)
#2B1A2D
(43,26,45)
#221623
(34,22,35)
#191219
(25,18,25)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #6A3673

#6A3673
(106,54,115)
#77487F
(119,72,127)
#845A8B
(132,90,139)
#916C97
(145,108,151)
#9E7EA3
(158,126,163)
#AB90AF
(171,144,175)
#B8A2BB
(184,162,187)
#C5B4C7
(197,180,199)
#D2C6D3
(210,198,211)
#DFD8DF
(223,216,223)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3673 color. Also use rgb(106,54,115) instead hex code.

Text Font Color

.myTextColor { color: #6A3673; }

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

This text font color is #6A3673.


Background Color

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

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

This div background color is #6A3673.


Border color

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

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

This div border color is #6A3673.


Opacity

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

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

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

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

This text has shadow with #6A3673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3673 on black background.


Color preview on white background

This text has color #6A3673 on white background.



Black color preview on #6A3673 background

This text has black color on #6A3673 background.


White color preview on #6A3673 background

This text has white color on #6A3673 background.