COLOR #6C687B

HEX: #6C687B RGB: (108,104,123)

Color info

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

RGB color model

#6C687B color RGB value is (108,104,123).

RGB: (108,104,123) (42%, 41%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 123 of 255 = 48%

108
104
123

R + G + B ~ 44%. #6C687B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 104 + 123 = 335 (100%)
R 108 of 335 ~ 32.24%
G 104 of 335 ~ 31.04%
B 123 of 335 ~ 36.72'%

%32.24
%31.04
%36.72

CMYK color model

#6C687B color CMYK value is (12,15,0,52).

  • cyan value is 12.20%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (12,15,0,52)
C12M15Y0K52 (12%, 15%, 0%, 52%)
(0.12 / 0.15 / 0.00 / 0.52)

CMYK percentages

%12.2
%15.45
%0
%51.76

Codes

Color #6C687B in popluar color models

6C 68 7B
RGB 108 104 123
HSL 253° 8.37% 44.51%
HSB/HSV 253° 15.45% 48.24%
CMYK 12.20% 15.45% 0.00%
51.76%

Color #6C687B in popluar number systems.

HEX 6C 68 7B
Decimal 108 104 123
Binary 1101100 1101000 1111011
Octal 154 150 173

Shades and tints

Shades of #6C687B

#6C687B
(108,104,123)
#635F70
(99,95,112)
#5A5665
(90,86,101)
#514D5A
(81,77,90)
#48444F
(72,68,79)
#3F3B44
(63,59,68)
#363239
(54,50,57)
#2D292E
(45,41,46)
#242023
(36,32,35)
#1B1718
(27,23,24)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #6C687B

#6C687B
(108,104,123)
#797587
(121,117,135)
#868293
(134,130,147)
#938F9F
(147,143,159)
#A09CAB
(160,156,171)
#ADA9B7
(173,169,183)
#BAB6C3
(186,182,195)
#C7C3CF
(199,195,207)
#D4D0DB
(212,208,219)
#E1DDE7
(225,221,231)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C687B color. Also use rgb(108,104,123) instead hex code.

Text Font Color

.myTextColor { color: #6C687B; }

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

This text font color is #6C687B.

Background Color

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

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

This div background color is #6C687B.

Border color

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

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

This div border color is #6C687B.

Opacity

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

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

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

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

This text has shadow with #6C687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C687B.

Preview

Color preview on black background

This text has color #6C687B on black background.


Color preview on white background

This text has color #6C687B on white background.


Black color preview on #6C687B background

This text has black color on #6C687B background.


White color preview on #6C687B background

This text has white color on #6C687B background.


Related colors

Complementary color

Complementary color for #hex is #939784.


I love getcolorcode.com

Triadic colors

1 #7B6C68 and #687B6C with #6C687B are triadic colors.

2 #7B686C and #686C7B with #6C687B are triadic colors.