COLOR #6C5065

HEX: #6C5065 RGB: (108,80,101)

Color info

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

RGB color model

#6C5065 color RGB value is (108,80,101).

RGB: (108,80,101) (42%, 31%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 101 of 255 = 40%

108
80
101

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

Portions of RGB colors in percentages

R + G + B = 108 + 80 + 101 = 289 (100%)
R 108 of 289 ~ 37.37%
G 80 of 289 ~ 27.68%
B 101 of 289 ~ 34.95'%

%37.37
%27.68
%34.95

CMYK color model

#6C5065 color CMYK value is (0,26,6,58).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 6.48%
  • key color value is 57.65%

CMYK: (0,26,6,58)
C0M26Y6K58 (0%, 26%, 6%, 58%)
(0.00 / 0.26 / 0.06 / 0.58)

CMYK percentages

%0
%25.93
%6.48
%57.65

Codes

Color #6C5065 in popluar color models

6C 50 65
RGB 108 80 101
HSL 315° 14.89% 36.86%
HSB/HSV 315° 25.93% 42.35%
CMYK 0.00% 25.93% 6.48%
57.65%

Color #6C5065 in popluar number systems.

HEX 6C 50 65
Decimal 108 80 101
Binary 1101100 1010000 1100101
Octal 154 120 145

Shades and tints

Shades of #6C5065

#6C5065
(108,80,101)
#63495C
(99,73,92)
#5A4253
(90,66,83)
#513B4A
(81,59,74)
#483441
(72,52,65)
#3F2D38
(63,45,56)
#36262F
(54,38,47)
#2D1F26
(45,31,38)
#24181D
(36,24,29)
#1B1114
(27,17,20)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #6C5065

#6C5065
(108,80,101)
#795F73
(121,95,115)
#866E81
(134,110,129)
#937D8F
(147,125,143)
#A08C9D
(160,140,157)
#AD9BAB
(173,155,171)
#BAAAB9
(186,170,185)
#C7B9C7
(199,185,199)
#D4C8D5
(212,200,213)
#E1D7E3
(225,215,227)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5065; }

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

This text font color is #6C5065.

Background Color

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

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

This div background color is #6C5065.

Border color

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

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

This div border color is #6C5065.

Opacity

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

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

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

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

This text has shadow with #6C5065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5065.

Preview

Color preview on black background

This text has color #6C5065 on black background.


Color preview on white background

This text has color #6C5065 on white background.


Black color preview on #6C5065 background

This text has black color on #6C5065 background.


White color preview on #6C5065 background

This text has white color on #6C5065 background.


Related colors

Complementary color

Complementary color for #hex is #93AF9A.


I love getcolorcode.com

Triadic colors

1 #656C50 and #50656C with #6C5065 are triadic colors.

2 #65506C and #506C65 with #6C5065 are triadic colors.