COLOR #6A5169

HEX: #6A5169
RGB: (106,81,105)

Color info

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

RGB color model

#6A5169 color RGB value is (106,81,105).

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

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 105 of 255 = 41%

106
81
105

R + G + B ~ 38%. #6A5169 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 81 + 105 = 292 (100%)
R 106 of 292 ~ 36.3%
G 81 of 292 ~ 27.74%
B 105 of 292 ~ 35.96%

%36.3
%27.74
%35.96

CMYK color model

#6A5169 color CMYK value is (0,24,1,58).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 0.94%
  • key color value is 58.43%
CMYK:
(0,24,1,58)
C0M24Y1K58 
(0%,24%,1%,58%)
(0.00/0.24/0.01/0.58)	

CMYK percentages

%0
%23.58
%0.94
%58.43

Codes

Color #6A5169 in popluar color models

6A5169
RGB10681105
HSL302°13.37%36.67%
HSB/HSV302°23.58%41.57%
CMYK0.00%23.58%0.94%
58.43%

Color #6A5169 in popluar number systems.

HEX6A5169
Decimal10681105
Binary110101010100011101001
Octal152121151

Shades and tints

Shades of #6A5169

#6A5169
(106,81,105)
#614A60
(97,74,96)
#584357
(88,67,87)
#4F3C4E
(79,60,78)
#463545
(70,53,69)
#3D2E3C
(61,46,60)
#342733
(52,39,51)
#2B202A
(43,32,42)
#221921
(34,25,33)
#191218
(25,18,24)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A5169

#6A5169
(106,81,105)
#776076
(119,96,118)
#846F83
(132,111,131)
#917E90
(145,126,144)
#9E8D9D
(158,141,157)
#AB9CAA
(171,156,170)
#B8ABB7
(184,171,183)
#C5BAC4
(197,186,196)
#D2C9D1
(210,201,209)
#DFD8DE
(223,216,222)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5169; }

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

This text font color is #6A5169.


Background Color

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

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

This div background color is #6A5169.


Border color

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

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

This div border color is #6A5169.


Opacity

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

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

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

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

This text has shadow with #6A5169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5169 on black background.


Color preview on white background

This text has color #6A5169 on white background.



Black color preview on #6A5169 background

This text has black color on #6A5169 background.


White color preview on #6A5169 background

This text has white color on #6A5169 background.