COLOR #6A3475

HEX: #6A3475 RGB: (106,52,117)

Color info

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

RGB color model

#6A3475 color RGB value is (106,52,117).

RGB: (106,52,117) (42%, 20%, 46%)

RGB channels and saturation

R 106 of 255 = 42%
G 52 of 255 = 20%
B 117 of 255 = 46%

106
52
117

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

Portions of RGB colors in percentages

R + G + B = 106 + 52 + 117 = 275 (100%)
R 106 of 275 ~ 38.55%
G 52 of 275 ~ 18.91%
B 117 of 275 ~ 42.55'%

%38.55
%18.91
%42.55

CMYK color model

#6A3475 color CMYK value is (9,56,0,54).

  • cyan value is 9.40%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (9,56,0,54)
C9M56Y0K54 (9%, 56%, 0%, 54%)
(0.09 / 0.56 / 0.00 / 0.54)

CMYK percentages

%9.4
%55.56
%0
%54.12

Codes

Color #6A3475 in popluar color models

6A 34 75
RGB 106 52 117
HSL 290° 38.46% 33.14%
HSB/HSV 290° 55.56% 45.88%
CMYK 9.40% 55.56% 0.00%
54.12%

Color #6A3475 in popluar number systems.

HEX 6A 34 75
Decimal 106 52 117
Binary 1101010 110100 1110101
Octal 152 64 165

Shades and tints

Shades of #6A3475

#6A3475
(106,52,117)
#61306B
(97,48,107)
#582C61
(88,44,97)
#4F2857
(79,40,87)
#46244D
(70,36,77)
#3D2043
(61,32,67)
#341C39
(52,28,57)
#2B182F
(43,24,47)
#221425
(34,20,37)
#19101B
(25,16,27)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #6A3475

#6A3475
(106,52,117)
#774681
(119,70,129)
#84588D
(132,88,141)
#916A99
(145,106,153)
#9E7CA5
(158,124,165)
#AB8EB1
(171,142,177)
#B8A0BD
(184,160,189)
#C5B2C9
(197,178,201)
#D2C4D5
(210,196,213)
#DFD6E1
(223,214,225)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3475 color. Also use rgb(106,52,117) instead hex code.

Text Font Color

.myTextColor { color: #6A3475; }

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

This text font color is #6A3475.

Background Color

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

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

This div background color is #6A3475.

Border color

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

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

This div border color is #6A3475.

Opacity

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

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

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

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

This text has shadow with #6A3475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A3475.

Preview

Color preview on black background

This text has color #6A3475 on black background.


Color preview on white background

This text has color #6A3475 on white background.


Black color preview on #6A3475 background

This text has black color on #6A3475 background.


White color preview on #6A3475 background

This text has white color on #6A3475 background.


Related colors

Complementary color

Complementary color for #hex is #95CB8A.


I love getcolorcode.com

Triadic colors

1 #756A34 and #34756A with #6A3475 are triadic colors.

2 #75346A and #346A75 with #6A3475 are triadic colors.