COLOR #6A516F

HEX: #6A516F
RGB: (106,81,111)

Color info

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

RGB color model

#6A516F color RGB value is (106,81,111).

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

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 111 of 255 = 44%

106
81
111

R + G + B ~ 39%. #6A516F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 81 + 111 = 298 (100%)
R 106 of 298 ~ 35.57%
G 81 of 298 ~ 27.18%
B 111 of 298 ~ 37.25%

%35.57
%27.18
%37.25

CMYK color model

#6A516F color CMYK value is (5,27,0,56).

  • cyan value is 4.50%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(5,27,0,56)
C5M27Y0K56 
(5%,27%,0%,56%)
(0.05/0.27/0.00/0.56)	

CMYK percentages

%4.5
%27.03
%0
%56.47

Codes

Color #6A516F in popluar color models

6A516F
RGB10681111
HSL290°15.63%37.65%
HSB/HSV290°27.03%43.53%
CMYK4.50%27.03%0.00%
56.47%

Color #6A516F in popluar number systems.

HEX6A516F
Decimal10681111
Binary110101010100011101111
Octal152121157

Shades and tints

Shades of #6A516F

#6A516F
(106,81,111)
#614A65
(97,74,101)
#58435B
(88,67,91)
#4F3C51
(79,60,81)
#463547
(70,53,71)
#3D2E3D
(61,46,61)
#342733
(52,39,51)
#2B2029
(43,32,41)
#22191F
(34,25,31)
#191215
(25,18,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #6A516F

#6A516F
(106,81,111)
#77607C
(119,96,124)
#846F89
(132,111,137)
#917E96
(145,126,150)
#9E8DA3
(158,141,163)
#AB9CB0
(171,156,176)
#B8ABBD
(184,171,189)
#C5BACA
(197,186,202)
#D2C9D7
(210,201,215)
#DFD8E4
(223,216,228)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A516F; }

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

This text font color is #6A516F.


Background Color

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

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

This div background color is #6A516F.


Border color

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

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

This div border color is #6A516F.


Opacity

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

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

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

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

This text has shadow with #6A516F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A516F on black background.


Color preview on white background

This text has color #6A516F on white background.



Black color preview on #6A516F background

This text has black color on #6A516F background.


White color preview on #6A516F background

This text has white color on #6A516F background.