COLOR #6C5465

HEX: #6C5465 RGB: (108,84,101)

Color info

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

RGB color model

#6C5465 color RGB value is (108,84,101).

RGB: (108,84,101) (42%, 33%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 84 of 255 = 33%
B 101 of 255 = 40%

108
84
101

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

Portions of RGB colors in percentages

R + G + B = 108 + 84 + 101 = 293 (100%)
R 108 of 293 ~ 36.86%
G 84 of 293 ~ 28.67%
B 101 of 293 ~ 34.47'%

%36.86
%28.67
%34.47

CMYK color model

#6C5465 color CMYK value is (0,22,6,58).

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

CMYK: (0,22,6,58)
C0M22Y6K58 (0%, 22%, 6%, 58%)
(0.00 / 0.22 / 0.06 / 0.58)

CMYK percentages

%0
%22.22
%6.48
%57.65

Codes

Color #6C5465 in popluar color models

6C 54 65
RGB 108 84 101
HSL 318° 12.50% 37.65%
HSB/HSV 318° 22.22% 42.35%
CMYK 0.00% 22.22% 6.48%
57.65%

Color #6C5465 in popluar number systems.

HEX 6C 54 65
Decimal 108 84 101
Binary 1101100 1010100 1100101
Octal 154 124 145

Shades and tints

Shades of #6C5465

#6C5465
(108,84,101)
#634D5C
(99,77,92)
#5A4653
(90,70,83)
#513F4A
(81,63,74)
#483841
(72,56,65)
#3F3138
(63,49,56)
#362A2F
(54,42,47)
#2D2326
(45,35,38)
#241C1D
(36,28,29)
#1B1514
(27,21,20)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #6C5465

#6C5465
(108,84,101)
#796373
(121,99,115)
#867281
(134,114,129)
#93818F
(147,129,143)
#A0909D
(160,144,157)
#AD9FAB
(173,159,171)
#BAAEB9
(186,174,185)
#C7BDC7
(199,189,199)
#D4CCD5
(212,204,213)
#E1DBE3
(225,219,227)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5465; }

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

This text font color is #6C5465.

Background Color

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

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

This div background color is #6C5465.

Border color

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

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

This div border color is #6C5465.

Opacity

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

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

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

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

This text has shadow with #6C5465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5465.

Preview

Color preview on black background

This text has color #6C5465 on black background.


Color preview on white background

This text has color #6C5465 on white background.


Black color preview on #6C5465 background

This text has black color on #6C5465 background.


White color preview on #6C5465 background

This text has white color on #6C5465 background.


Related colors

Complementary color

Complementary color for #hex is #93AB9A.


I love getcolorcode.com

Triadic colors

1 #656C54 and #54656C with #6C5465 are triadic colors.

2 #65546C and #546C65 with #6C5465 are triadic colors.