COLOR #6C506A

HEX: #6C506A RGB: (108,80,106)

Color info

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

RGB color model

#6C506A color RGB value is (108,80,106).

RGB: (108,80,106) (42%, 31%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 106 of 255 = 42%

108
80
106

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

Portions of RGB colors in percentages

R + G + B = 108 + 80 + 106 = 294 (100%)
R 108 of 294 ~ 36.73%
G 80 of 294 ~ 27.21%
B 106 of 294 ~ 36.05'%

%36.73
%27.21
%36.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK: (0,26,2,58) C0M26Y2K58 (0%,26%,2%,58%) (0.00/0.26/0.02/0.58) 

CMYK percentages

%0
%25.93
%1.85
%57.65

Codes

Color #6C506A in popluar color models

6C 50 6A
RGB 108 80 106
HSL 304° 14.89% 36.86%
HSB/HSV 304° 25.93% 42.35%
CMYK 0.00% 25.93% 1.85%
57.65%

Color #6C506A in popluar number systems.

HEX 6C 50 6A
Decimal 108 80 106
Binary 1101100 1010000 1101010
Octal 154 120 152

Shades and tints

Shades of #6C506A

#6C506A
(108,80,106)
#634961
(99,73,97)
#5A4258
(90,66,88)
#513B4F
(81,59,79)
#483446
(72,52,70)
#3F2D3D
(63,45,61)
#362634
(54,38,52)
#2D1F2B
(45,31,43)
#241822
(36,24,34)
#1B1119
(27,17,25)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #6C506A

#6C506A
(108,80,106)
#795F77
(121,95,119)
#866E84
(134,110,132)
#937D91
(147,125,145)
#A08C9E
(160,140,158)
#AD9BAB
(173,155,171)
#BAAAB8
(186,170,184)
#C7B9C5
(199,185,197)
#D4C8D2
(212,200,210)
#E1D7DF
(225,215,223)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C506A; }

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

This text font color is #6C506A.

Background Color

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

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

This div background color is #6C506A.

Border color

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

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

This div border color is #6C506A.

Opacity

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

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

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

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

This text has shadow with #6C506A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C506A.

Preview

Color preview on black background

This text has color #6C506A on black background.


Color preview on white background

This text has color #6C506A on white background.


Black color preview on #6C506A background

This text has black color on #6C506A background.


White color preview on #6C506A background

This text has white color on #6C506A background.


Related colors

Complementary color

Complementary color for #hex is #93AF95.


I love getcolorcode.com

Triadic colors

1 #6A6C50 and #506A6C with #6C506A are triadic colors.

2 #6A506C and #506C6A with #6C506A are triadic colors.