COLOR #6C5165

HEX: #6C5165
RGB: (108,81,101)

Color info

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

RGB color model

#6C5165 color RGB value is (108,81,101).

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

RGB channels and saturation

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

108
81
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 81 + 101 = 290 (100%)
R 108 of 290 ~ 37.24%
G 81 of 290 ~ 27.93%
B 101 of 290 ~ 34.83%

%37.24
%27.93
%34.83

CMYK color model

#6C5165 color CMYK value is (0,25,6,58).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(0,25,6,58)
C0M25Y6K58 
(0%,25%,6%,58%)
(0.00/0.25/0.06/0.58)	

CMYK percentages

%0
%25
%6.48
%57.65

Codes

Color #6C5165 in popluar color models

6C5165
RGB10881101
HSL316°14.29%37.06%
HSB/HSV316°25.00%42.35%
CMYK0.00%25.00%6.48%
57.65%

Color #6C5165 in popluar number systems.

HEX6C5165
Decimal10881101
Binary110110010100011100101
Octal154121145

Shades and tints

Shades of #6C5165

#6C5165
(108,81,101)
#634A5C
(99,74,92)
#5A4353
(90,67,83)
#513C4A
(81,60,74)
#483541
(72,53,65)
#3F2E38
(63,46,56)
#36272F
(54,39,47)
#2D2026
(45,32,38)
#24191D
(36,25,29)
#1B1214
(27,18,20)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #6C5165

#6C5165
(108,81,101)
#796073
(121,96,115)
#866F81
(134,111,129)
#937E8F
(147,126,143)
#A08D9D
(160,141,157)
#AD9CAB
(173,156,171)
#BAABB9
(186,171,185)
#C7BAC7
(199,186,199)
#D4C9D5
(212,201,213)
#E1D8E3
(225,216,227)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5165; }

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

This text font color is #6C5165.


Background Color

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

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

This div background color is #6C5165.


Border color

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

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

This div border color is #6C5165.


Opacity

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

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

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

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

This text has shadow with #6C5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5165 on black background.


Color preview on white background

This text has color #6C5165 on white background.



Black color preview on #6C5165 background

This text has black color on #6C5165 background.


White color preview on #6C5165 background

This text has white color on #6C5165 background.