COLOR #6A3E6F

HEX: #6A3E6F
RGB: (106,62,111)

Color info

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

RGB color model

#6A3E6F color RGB value is (106,62,111).

  • red value is 106;
  • green value is 62;
  • blue value is 111.
RGB:
(106,62,111)
(42%,24%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 62 of 255 = 24%
B 111 of 255 = 44%

106
62
111

R + G + B ~ 37%. #6A3E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 62 + 111 = 279 (100%)
R 106 of 279 ~ 37.99%
G 62 of 279 ~ 22.22%
B 111 of 279 ~ 39.78%

%37.99
%22.22
%39.78

CMYK color model

#6A3E6F color CMYK value is (5,44,0,56).

  • cyan value is 4.50%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(5,44,0,56)
C5M44Y0K56 
(5%,44%,0%,56%)
(0.05/0.44/0.00/0.56)	

CMYK percentages

%4.5
%44.14
%0
%56.47

Codes

Color #6A3E6F in popluar color models

6A3E6F
RGB10662111
HSL294°28.32%33.92%
HSB/HSV294°44.14%43.53%
CMYK4.50%44.14%0.00%
56.47%

Color #6A3E6F in popluar number systems.

HEX6A3E6F
Decimal10662111
Binary11010101111101101111
Octal15276157

Shades and tints

Shades of #6A3E6F

#6A3E6F
(106,62,111)
#613965
(97,57,101)
#58345B
(88,52,91)
#4F2F51
(79,47,81)
#462A47
(70,42,71)
#3D253D
(61,37,61)
#342033
(52,32,51)
#2B1B29
(43,27,41)
#22161F
(34,22,31)
#191115
(25,17,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #6A3E6F

#6A3E6F
(106,62,111)
#774F7C
(119,79,124)
#846089
(132,96,137)
#917196
(145,113,150)
#9E82A3
(158,130,163)
#AB93B0
(171,147,176)
#B8A4BD
(184,164,189)
#C5B5CA
(197,181,202)
#D2C6D7
(210,198,215)
#DFD7E4
(223,215,228)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3E6F color. Also use rgb(106,62,111) instead hex code.

Text Font Color

.myTextColor { color: #6A3E6F; }

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

This text font color is #6A3E6F.


Background Color

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

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

This div background color is #6A3E6F.


Border color

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

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

This div border color is #6A3E6F.


Opacity

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

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

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

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

This text has shadow with #6A3E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3E6F on black background.


Color preview on white background

This text has color #6A3E6F on white background.



Black color preview on #6A3E6F background

This text has black color on #6A3E6F background.


White color preview on #6A3E6F background

This text has white color on #6A3E6F background.