COLOR #6A4060

HEX: #6A4060 RGB: (106,64,96)

Color info

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

RGB color model

#6A4060 color RGB value is (106,64,96).

RGB: (106,64,96) (42%, 25%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 64 of 255 = 25%
B 96 of 255 = 38%

106
64
96

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

Portions of RGB colors in percentages

R + G + B = 106 + 64 + 96 = 266 (100%)
R 106 of 266 ~ 39.85%
G 64 of 266 ~ 24.06%
B 96 of 266 ~ 36.09'%

%39.85
%24.06
%36.09

CMYK color model

#6A4060 color CMYK value is (0,40,9,58).

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

CMYK: (0,40,9,58)
C0M40Y9K58 (0%, 40%, 9%, 58%)
(0.00 / 0.40 / 0.09 / 0.58)

CMYK percentages

%0
%39.62
%9.43
%58.43

Codes

Color #6A4060 in popluar color models

6A 40 60
RGB 106 64 96
HSL 314° 24.71% 33.33%
HSB/HSV 314° 39.62% 41.57%
CMYK 0.00% 39.62% 9.43%
58.43%

Color #6A4060 in popluar number systems.

HEX 6A 40 60
Decimal 106 64 96
Binary 1101010 1000000 1100000
Octal 152 100 140

Shades and tints

Shades of #6A4060

#6A4060
(106,64,96)
#613B58
(97,59,88)
#583650
(88,54,80)
#4F3148
(79,49,72)
#462C40
(70,44,64)
#3D2738
(61,39,56)
#342230
(52,34,48)
#2B1D28
(43,29,40)
#221820
(34,24,32)
#191318
(25,19,24)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #6A4060

#6A4060
(106,64,96)
#77516E
(119,81,110)
#84627C
(132,98,124)
#91738A
(145,115,138)
#9E8498
(158,132,152)
#AB95A6
(171,149,166)
#B8A6B4
(184,166,180)
#C5B7C2
(197,183,194)
#D2C8D0
(210,200,208)
#DFD9DE
(223,217,222)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4060; }

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

This text font color is #6A4060.

Background Color

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

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

This div background color is #6A4060.

Border color

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

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

This div border color is #6A4060.

Opacity

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

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

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

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

This text has shadow with #6A4060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4060.

Preview

Color preview on black background

This text has color #6A4060 on black background.


Color preview on white background

This text has color #6A4060 on white background.


Black color preview on #6A4060 background

This text has black color on #6A4060 background.


White color preview on #6A4060 background

This text has white color on #6A4060 background.


Related colors

Complementary color

Complementary color for #hex is #95BF9F.


I love getcolorcode.com

Triadic colors

1 #606A40 and #40606A with #6A4060 are triadic colors.

2 #60406A and #406A60 with #6A4060 are triadic colors.