COLOR #6A354C

HEX: #6A354C RGB: (106,53,76)

Color info

#6A354C contains red, green and blue colors in about the same proportion. Web safe color of #6A354C is #663333 (or #633).

RGB color model

#6A354C color RGB value is (106,53,76).

RGB: (106,53,76) (42%, 21%, 30%)

RGB channels and saturation

R 106 of 255 = 42%
G 53 of 255 = 21%
B 76 of 255 = 30%

106
53
76

R + G + B ~ 31%. #6A354C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 53 + 76 = 235 (100%)
R 106 of 235 ~ 45.11%
G 53 of 235 ~ 22.55%
B 76 of 235 ~ 32.34'%

%45.11
%22.55
%32.34

CMYK color model

#6A354C color CMYK value is (0,50,28,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 28.30%
  • key color value is 58.43%

CMYK: (0,50,28,58)
C0M50Y28K58 (0%, 50%, 28%, 58%)
(0.00 / 0.50 / 0.28 / 0.58)

CMYK percentages

%0
%50
%28.3
%58.43

Codes

Color #6A354C in popluar color models

6A 35 4C
RGB 106 53 76
HSL 334° 33.33% 31.18%
HSB/HSV 334° 50.00% 41.57%
CMYK 0.00% 50.00% 28.30%
58.43%

Color #6A354C in popluar number systems.

HEX 6A 35 4C
Decimal 106 53 76
Binary 1101010 110101 1001100
Octal 152 65 114

Shades and tints

Shades of #6A354C

#6A354C
(106,53,76)
#613146
(97,49,70)
#582D40
(88,45,64)
#4F293A
(79,41,58)
#462534
(70,37,52)
#3D212E
(61,33,46)
#341D28
(52,29,40)
#2B1922
(43,25,34)
#22151C
(34,21,28)
#191116
(25,17,22)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #6A354C

#6A354C
(106,53,76)
#77475C
(119,71,92)
#84596C
(132,89,108)
#916B7C
(145,107,124)
#9E7D8C
(158,125,140)
#AB8F9C
(171,143,156)
#B8A1AC
(184,161,172)
#C5B3BC
(197,179,188)
#D2C5CC
(210,197,204)
#DFD7DC
(223,215,220)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A354C color. Also use rgb(106,53,76) instead hex code.

Text Font Color

.myTextColor { color: #6A354C; }

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

This text font color is #6A354C.

Background Color

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

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

This div background color is #6A354C.

Border color

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

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

This div border color is #6A354C.

Opacity

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

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

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

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

This text has shadow with #6A354C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A354C.

Preview

Color preview on black background

This text has color #6A354C on black background.


Color preview on white background

This text has color #6A354C on white background.


Black color preview on #6A354C background

This text has black color on #6A354C background.


White color preview on #6A354C background

This text has white color on #6A354C background.


Related colors

Complementary color

Complementary color for #hex is #95CAB3.


I love getcolorcode.com

Triadic colors

1 #4C6A35 and #354C6A with #6A354C are triadic colors.

2 #4C356A and #356A4C with #6A354C are triadic colors.