COLOR #6A5159

HEX: #6A5159
RGB: (106,81,89)

Color info

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

RGB color model

#6A5159 color RGB value is (106,81,89).

  • red value is 106;
  • green value is 81;
  • blue value is 89.
RGB:
(106,81,89)
(42%,32%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 89 of 255 = 35%

106
81
89

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

Portions of RGB colors in percentages

R + G + B =
106 + 81 + 89 = 276 (100%)
R 106 of 276 ~ 38.41%
G 81 of 276 ~ 29.35%
B 89 of 276 ~ 32.25%

%38.41
%29.35
%32.25

CMYK color model

#6A5159 color CMYK value is (0,24,16,58).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 16.04%
  • key color value is 58.43%
CMYK:
(0,24,16,58)
C0M24Y16K58 
(0%,24%,16%,58%)
(0.00/0.24/0.16/0.58)	

CMYK percentages

%0
%23.58
%16.04
%58.43

Codes

Color #6A5159 in popluar color models

6A5159
RGB1068189
HSL341°13.37%36.67%
HSB/HSV341°23.58%41.57%
CMYK0.00%23.58%16.04%
58.43%

Color #6A5159 in popluar number systems.

HEX6A5159
Decimal1068189
Binary110101010100011011001
Octal152121131

Shades and tints

Shades of #6A5159

#6A5159
(106,81,89)
#614A51
(97,74,81)
#584349
(88,67,73)
#4F3C41
(79,60,65)
#463539
(70,53,57)
#3D2E31
(61,46,49)
#342729
(52,39,41)
#2B2021
(43,32,33)
#221919
(34,25,25)
#191211
(25,18,17)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #6A5159

#6A5159
(106,81,89)
#776068
(119,96,104)
#846F77
(132,111,119)
#917E86
(145,126,134)
#9E8D95
(158,141,149)
#AB9CA4
(171,156,164)
#B8ABB3
(184,171,179)
#C5BAC2
(197,186,194)
#D2C9D1
(210,201,209)
#DFD8E0
(223,216,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5159; }

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

This text font color is #6A5159.


Background Color

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

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

This div background color is #6A5159.


Border color

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

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

This div border color is #6A5159.


Opacity

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

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

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

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

This text has shadow with #6A5159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5159 on black background.


Color preview on white background

This text has color #6A5159 on white background.



Black color preview on #6A5159 background

This text has black color on #6A5159 background.


White color preview on #6A5159 background

This text has white color on #6A5159 background.