COLOR #6B515D

HEX: #6B515D RGB: (107,81,93)

Color info

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

RGB color model

#6B515D color RGB value is (107,81,93).

RGB: (107,81,93) (42%, 32%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 93 of 255 = 36%

107
81
93

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

Portions of RGB colors in percentages

R + G + B = 107 + 81 + 93 = 281 (100%)
R 107 of 281 ~ 38.08%
G 81 of 281 ~ 28.83%
B 93 of 281 ~ 33.1'%

%38.08
%28.83
%33.1

CMYK color model

#6B515D color CMYK value is (0,24,13,58).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 13.08%
  • key color value is 58.04%

CMYK: (0,24,13,58)
C0M24Y13K58 (0%, 24%, 13%, 58%)
(0.00 / 0.24 / 0.13 / 0.58)

CMYK percentages

%0
%24.3
%13.08
%58.04

Codes

Color #6B515D in popluar color models

6B 51 5D
RGB 107 81 93
HSL 332° 13.83% 36.86%
HSB/HSV 332° 24.30% 41.96%
CMYK 0.00% 24.30% 13.08%
58.04%

Color #6B515D in popluar number systems.

HEX 6B 51 5D
Decimal 107 81 93
Binary 1101011 1010001 1011101
Octal 153 121 135

Shades and tints

Shades of #6B515D

#6B515D
(107,81,93)
#624A55
(98,74,85)
#59434D
(89,67,77)
#503C45
(80,60,69)
#47353D
(71,53,61)
#3E2E35
(62,46,53)
#35272D
(53,39,45)
#2C2025
(44,32,37)
#23191D
(35,25,29)
#1A1215
(26,18,21)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #6B515D

#6B515D
(107,81,93)
#78606B
(120,96,107)
#856F79
(133,111,121)
#927E87
(146,126,135)
#9F8D95
(159,141,149)
#AC9CA3
(172,156,163)
#B9ABB1
(185,171,177)
#C6BABF
(198,186,191)
#D3C9CD
(211,201,205)
#E0D8DB
(224,216,219)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B515D; }

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

This text font color is #6B515D.

Background Color

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

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

This div background color is #6B515D.

Border color

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

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

This div border color is #6B515D.

Opacity

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

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

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

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

This text has shadow with #6B515D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B515D.

Preview

Color preview on black background

This text has color #6B515D on black background.


Color preview on white background

This text has color #6B515D on white background.


Black color preview on #6B515D background

This text has black color on #6B515D background.


White color preview on #6B515D background

This text has white color on #6B515D background.


Related colors

Complementary color

Complementary color for #hex is #94AEA2.


I love getcolorcode.com

Triadic colors

1 #5D6B51 and #515D6B with #6B515D are triadic colors.

2 #5D516B and #516B5D with #6B515D are triadic colors.