COLOR #6A3769

HEX: #6A3769
RGB: (106,55,105)

Color info

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

RGB color model

#6A3769 color RGB value is (106,55,105).

  • red value is 106;
  • green value is 55;
  • blue value is 105.
RGB:
(106,55,105)
(42%,22%,41%)

RGB channels and saturation

R 106 of 255 = 42%
G 55 of 255 = 22%
B 105 of 255 = 41%

106
55
105

R + G + B ~ 35%. #6A3769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 55 + 105 = 266 (100%)
R 106 of 266 ~ 39.85%
G 55 of 266 ~ 20.68%
B 105 of 266 ~ 39.47%

%39.85
%20.68
%39.47

CMYK color model

#6A3769 color CMYK value is (0,48,1,58).

  • cyan value is 0.00%
  • magenta value is 48.11%
  • yellow value is 0.94%
  • key color value is 58.43%
CMYK:
(0,48,1,58)
C0M48Y1K58 
(0%,48%,1%,58%)
(0.00/0.48/0.01/0.58)	

CMYK percentages

%0
%48.11
%0.94
%58.43

Codes

Color #6A3769 in popluar color models

6A3769
RGB10655105
HSL301°31.68%31.57%
HSB/HSV301°48.11%41.57%
CMYK0.00%48.11%0.94%
58.43%

Color #6A3769 in popluar number systems.

HEX6A3769
Decimal10655105
Binary11010101101111101001
Octal15267151

Shades and tints

Shades of #6A3769

#6A3769
(106,55,105)
#613260
(97,50,96)
#582D57
(88,45,87)
#4F284E
(79,40,78)
#462345
(70,35,69)
#3D1E3C
(61,30,60)
#341933
(52,25,51)
#2B142A
(43,20,42)
#220F21
(34,15,33)
#190A18
(25,10,24)
#10050F
(16,5,15)
#000000
(0,0,0)

Tints of #6A3769

#6A3769
(106,55,105)
#774976
(119,73,118)
#845B83
(132,91,131)
#916D90
(145,109,144)
#9E7F9D
(158,127,157)
#AB91AA
(171,145,170)
#B8A3B7
(184,163,183)
#C5B5C4
(197,181,196)
#D2C7D1
(210,199,209)
#DFD9DE
(223,217,222)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3769 color. Also use rgb(106,55,105) instead hex code.

Text Font Color

.myTextColor { color: #6A3769; }

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

This text font color is #6A3769.


Background Color

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

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

This div background color is #6A3769.


Border color

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

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

This div border color is #6A3769.


Opacity

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

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

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

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

This text has shadow with #6A3769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3769 on black background.


Color preview on white background

This text has color #6A3769 on white background.



Black color preview on #6A3769 background

This text has black color on #6A3769 background.


White color preview on #6A3769 background

This text has white color on #6A3769 background.