COLOR #6A515E

HEX: #6A515E RGB: (106,81,94)

Color info

#6A515E contains red, green and blue colors in about the same proportion. Web safe color of #6A515E is #666666 (or #666).

RGB color model

#6A515E color RGB value is (106,81,94).

RGB: (106,81,94) (42%, 32%, 37%)

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 94 of 255 = 37%

106
81
94

R + G + B ~ 37%. #6A515E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 81 + 94 = 281 (100%)
R 106 of 281 ~ 37.72%
G 81 of 281 ~ 28.83%
B 94 of 281 ~ 33.45'%

%37.72
%28.83
%33.45

CMYK color model

#6A515E color CMYK value is (0,24,11,58).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 11.32%
  • key color value is 58.43%

CMYK: (0,24,11,58)
C0M24Y11K58 (0%, 24%, 11%, 58%)
(0.00 / 0.24 / 0.11 / 0.58)

CMYK percentages

%0
%23.58
%11.32
%58.43

Codes

Color #6A515E in popluar color models

6A 51 5E
RGB 106 81 94
HSL 329° 13.37% 36.67%
HSB/HSV 329° 23.58% 41.57%
CMYK 0.00% 23.58% 11.32%
58.43%

Color #6A515E in popluar number systems.

HEX 6A 51 5E
Decimal 106 81 94
Binary 1101010 1010001 1011110
Octal 152 121 136

Shades and tints

Shades of #6A515E

#6A515E
(106,81,94)
#614A56
(97,74,86)
#58434E
(88,67,78)
#4F3C46
(79,60,70)
#46353E
(70,53,62)
#3D2E36
(61,46,54)
#34272E
(52,39,46)
#2B2026
(43,32,38)
#22191E
(34,25,30)
#191216
(25,18,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #6A515E

#6A515E
(106,81,94)
#77606C
(119,96,108)
#846F7A
(132,111,122)
#917E88
(145,126,136)
#9E8D96
(158,141,150)
#AB9CA4
(171,156,164)
#B8ABB2
(184,171,178)
#C5BAC0
(197,186,192)
#D2C9CE
(210,201,206)
#DFD8DC
(223,216,220)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A515E color. Also use rgb(106,81,94) instead hex code.

Text Font Color

.myTextColor { color: #6A515E; }

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

This text font color is #6A515E.

Background Color

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

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

This div background color is #6A515E.

Border color

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

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

This div border color is #6A515E.

Opacity

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

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

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

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

This text has shadow with #6A515E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A515E.

Preview

Color preview on black background

This text has color #6A515E on black background.


Color preview on white background

This text has color #6A515E on white background.


Black color preview on #6A515E background

This text has black color on #6A515E background.


White color preview on #6A515E background

This text has white color on #6A515E background.


Related colors

Complementary color

Complementary color for #hex is #95AEA1.


I love getcolorcode.com

Triadic colors

1 #5E6A51 and #515E6A with #6A515E are triadic colors.

2 #5E516A and #516A5E with #6A515E are triadic colors.