COLOR #6A4560

HEX: #6A4560 RGB: (106,69,96)

Color info

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

RGB color model

#6A4560 color RGB value is (106,69,96).

RGB: (106,69,96) (42%, 27%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 69 of 255 = 27%
B 96 of 255 = 38%

106
69
96

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

Portions of RGB colors in percentages

R + G + B = 106 + 69 + 96 = 271 (100%)
R 106 of 271 ~ 39.11%
G 69 of 271 ~ 25.46%
B 96 of 271 ~ 35.42'%

%39.11
%25.46
%35.42

CMYK color model

#6A4560 color CMYK value is (0,35,9,58).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 9.43%
  • key color value is 58.43%

CMYK: (0,35,9,58)
C0M35Y9K58 (0%, 35%, 9%, 58%)
(0.00 / 0.35 / 0.09 / 0.58)

CMYK percentages

%0
%34.91
%9.43
%58.43

Codes

Color #6A4560 in popluar color models

6A 45 60
RGB 106 69 96
HSL 316° 21.14% 34.31%
HSB/HSV 316° 34.91% 41.57%
CMYK 0.00% 34.91% 9.43%
58.43%

Color #6A4560 in popluar number systems.

HEX 6A 45 60
Decimal 106 69 96
Binary 1101010 1000101 1100000
Octal 152 105 140

Shades and tints

Shades of #6A4560

#6A4560
(106,69,96)
#613F58
(97,63,88)
#583950
(88,57,80)
#4F3348
(79,51,72)
#462D40
(70,45,64)
#3D2738
(61,39,56)
#342130
(52,33,48)
#2B1B28
(43,27,40)
#221520
(34,21,32)
#190F18
(25,15,24)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #6A4560

#6A4560
(106,69,96)
#77556E
(119,85,110)
#84657C
(132,101,124)
#91758A
(145,117,138)
#9E8598
(158,133,152)
#AB95A6
(171,149,166)
#B8A5B4
(184,165,180)
#C5B5C2
(197,181,194)
#D2C5D0
(210,197,208)
#DFD5DE
(223,213,222)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4560 color. Also use rgb(106,69,96) instead hex code.

Text Font Color

.myTextColor { color: #6A4560; }

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

This text font color is #6A4560.

Background Color

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

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

This div background color is #6A4560.

Border color

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

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

This div border color is #6A4560.

Opacity

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

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

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

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

This text has shadow with #6A4560 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4560.

Preview

Color preview on black background

This text has color #6A4560 on black background.


Color preview on white background

This text has color #6A4560 on white background.


Black color preview on #6A4560 background

This text has black color on #6A4560 background.


White color preview on #6A4560 background

This text has white color on #6A4560 background.


Related colors

Complementary color

Complementary color for #hex is #95BA9F.


I love getcolorcode.com

Triadic colors

1 #606A45 and #45606A with #6A4560 are triadic colors.

2 #60456A and #456A60 with #6A4560 are triadic colors.