COLOR #6B516A

HEX: #6B516A
RGB: (107,81,106)

Color info

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

RGB color model

#6B516A color RGB value is (107,81,106).

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

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 106 of 255 = 42%

107
81
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 106 = 294 (100%)
R 107 of 294 ~ 36.39%
G 81 of 294 ~ 27.55%
B 106 of 294 ~ 36.05%

%36.39
%27.55
%36.05

CMYK color model

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

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

CMYK percentages

%0
%24.3
%0.93
%58.04

Codes

Color #6B516A in popluar color models

6B516A
RGB10781106
HSL302°13.83%36.86%
HSB/HSV302°24.30%41.96%
CMYK0.00%24.30%0.93%
58.04%

Color #6B516A in popluar number systems.

HEX6B516A
Decimal10781106
Binary110101110100011101010
Octal153121152

Shades and tints

Shades of #6B516A

#6B516A
(107,81,106)
#624A61
(98,74,97)
#594358
(89,67,88)
#503C4F
(80,60,79)
#473546
(71,53,70)
#3E2E3D
(62,46,61)
#352734
(53,39,52)
#2C202B
(44,32,43)
#231922
(35,25,34)
#1A1219
(26,18,25)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #6B516A

#6B516A
(107,81,106)
#786077
(120,96,119)
#856F84
(133,111,132)
#927E91
(146,126,145)
#9F8D9E
(159,141,158)
#AC9CAB
(172,156,171)
#B9ABB8
(185,171,184)
#C6BAC5
(198,186,197)
#D3C9D2
(211,201,210)
#E0D8DF
(224,216,223)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B516A; }

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

This text font color is #6B516A.


Background Color

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

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

This div background color is #6B516A.


Border color

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

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

This div border color is #6B516A.


Opacity

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

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

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

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

This text has shadow with #6B516A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B516A on black background.


Color preview on white background

This text has color #6B516A on white background.



Black color preview on #6B516A background

This text has black color on #6B516A background.


White color preview on #6B516A background

This text has white color on #6B516A background.