COLOR #6B5165

HEX: #6B5165
RGB: (107,81,101)

Color info

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

RGB color model

#6B5165 color RGB value is (107,81,101).

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

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 101 of 255 = 40%

107
81
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 101 = 289 (100%)
R 107 of 289 ~ 37.02%
G 81 of 289 ~ 28.03%
B 101 of 289 ~ 34.95%

%37.02
%28.03
%34.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 5.61%
  • key color value is 58.04%
CMYK:
(0,24,6,58)
C0M24Y6K58 
(0%,24%,6%,58%)
(0.00/0.24/0.06/0.58)	

CMYK percentages

%0
%24.3
%5.61
%58.04

Codes

Color #6B5165 in popluar color models

6B5165
RGB10781101
HSL314°13.83%36.86%
HSB/HSV314°24.30%41.96%
CMYK0.00%24.30%5.61%
58.04%

Color #6B5165 in popluar number systems.

HEX6B5165
Decimal10781101
Binary110101110100011100101
Octal153121145

Shades and tints

Shades of #6B5165

#6B5165
(107,81,101)
#624A5C
(98,74,92)
#594353
(89,67,83)
#503C4A
(80,60,74)
#473541
(71,53,65)
#3E2E38
(62,46,56)
#35272F
(53,39,47)
#2C2026
(44,32,38)
#23191D
(35,25,29)
#1A1214
(26,18,20)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #6B5165

#6B5165
(107,81,101)
#786073
(120,96,115)
#856F81
(133,111,129)
#927E8F
(146,126,143)
#9F8D9D
(159,141,157)
#AC9CAB
(172,156,171)
#B9ABB9
(185,171,185)
#C6BAC7
(198,186,199)
#D3C9D5
(211,201,213)
#E0D8E3
(224,216,227)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5165; }

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

This text font color is #6B5165.


Background Color

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

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

This div background color is #6B5165.


Border color

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

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

This div border color is #6B5165.


Opacity

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

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

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

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

This text has shadow with #6B5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5165 on black background.


Color preview on white background

This text has color #6B5165 on white background.



Black color preview on #6B5165 background

This text has black color on #6B5165 background.


White color preview on #6B5165 background

This text has white color on #6B5165 background.