COLOR #6A3C6D

HEX: #6A3C6D
RGB: (106,60,109)

Color info

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

RGB color model

#6A3C6D color RGB value is (106,60,109).

  • red value is 106;
  • green value is 60;
  • blue value is 109.
RGB:
(106,60,109)
(42%,24%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 60 of 255 = 24%
B 109 of 255 = 43%

106
60
109

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

Portions of RGB colors in percentages

R + G + B =
106 + 60 + 109 = 275 (100%)
R 106 of 275 ~ 38.55%
G 60 of 275 ~ 21.82%
B 109 of 275 ~ 39.64%

%38.55
%21.82
%39.64

CMYK color model

#6A3C6D color CMYK value is (3,45,0,57).

  • cyan value is 2.75%
  • magenta value is 44.95%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(3,45,0,57)
C3M45Y0K57 
(3%,45%,0%,57%)
(0.03/0.45/0.00/0.57)	

CMYK percentages

%2.75
%44.95
%0
%57.25

Codes

Color #6A3C6D in popluar color models

6A3C6D
RGB10660109
HSL296°28.99%33.14%
HSB/HSV296°44.95%42.75%
CMYK2.75%44.95%0.00%
57.25%

Color #6A3C6D in popluar number systems.

HEX6A3C6D
Decimal10660109
Binary11010101111001101101
Octal15274155

Shades and tints

Shades of #6A3C6D

#6A3C6D
(106,60,109)
#613764
(97,55,100)
#58325B
(88,50,91)
#4F2D52
(79,45,82)
#462849
(70,40,73)
#3D2340
(61,35,64)
#341E37
(52,30,55)
#2B192E
(43,25,46)
#221425
(34,20,37)
#190F1C
(25,15,28)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #6A3C6D

#6A3C6D
(106,60,109)
#774D7A
(119,77,122)
#845E87
(132,94,135)
#916F94
(145,111,148)
#9E80A1
(158,128,161)
#AB91AE
(171,145,174)
#B8A2BB
(184,162,187)
#C5B3C8
(197,179,200)
#D2C4D5
(210,196,213)
#DFD5E2
(223,213,226)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3C6D color. Also use rgb(106,60,109) instead hex code.

Text Font Color

.myTextColor { color: #6A3C6D; }

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

This text font color is #6A3C6D.


Background Color

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

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

This div background color is #6A3C6D.


Border color

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

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

This div border color is #6A3C6D.


Opacity

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

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

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

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

This text has shadow with #6A3C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3C6D on black background.


Color preview on white background

This text has color #6A3C6D on white background.



Black color preview on #6A3C6D background

This text has black color on #6A3C6D background.


White color preview on #6A3C6D background

This text has white color on #6A3C6D background.