COLOR #6C687A

HEX: #6C687A
RGB: (108,104,122)

Color info

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

RGB color model

#6C687A color RGB value is (108,104,122).

  • red value is 108;
  • green value is 104;
  • blue value is 122.
RGB:
(108,104,122)
(42%,41%,48%)

RGB channels and saturation

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

108
104
122

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 122 = 334 (100%)
R 108 of 334 ~ 32.34%
G 104 of 334 ~ 31.14%
B 122 of 334 ~ 36.53%

%32.34
%31.14
%36.53

CMYK color model

#6C687A color CMYK value is (11,15,0,52).

  • cyan value is 11.48%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(11,15,0,52)
C11M15Y0K52 
(11%,15%,0%,52%)
(0.11/0.15/0.00/0.52)	

CMYK percentages

%11.48
%14.75
%0
%52.16

Codes

Color #6C687A in popluar color models

6C687A
RGB108104122
HSL253°7.96%44.31%
HSB/HSV253°14.75%47.84%
CMYK11.48%14.75%0.00%
52.16%

Color #6C687A in popluar number systems.

HEX6C687A
Decimal108104122
Binary110110011010001111010
Octal154150172

Shades and tints

Shades of #6C687A

#6C687A
(108,104,122)
#635F6F
(99,95,111)
#5A5664
(90,86,100)
#514D59
(81,77,89)
#48444E
(72,68,78)
#3F3B43
(63,59,67)
#363238
(54,50,56)
#2D292D
(45,41,45)
#242022
(36,32,34)
#1B1717
(27,23,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C687A

#6C687A
(108,104,122)
#797586
(121,117,134)
#868292
(134,130,146)
#938F9E
(147,143,158)
#A09CAA
(160,156,170)
#ADA9B6
(173,169,182)
#BAB6C2
(186,182,194)
#C7C3CE
(199,195,206)
#D4D0DA
(212,208,218)
#E1DDE6
(225,221,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C687A; }

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

This text font color is #6C687A.


Background Color

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

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

This div background color is #6C687A.


Border color

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

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

This div border color is #6C687A.


Opacity

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

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

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

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

This text has shadow with #6C687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C687A on black background.


Color preview on white background

This text has color #6C687A on white background.



Black color preview on #6C687A background

This text has black color on #6C687A background.


White color preview on #6C687A background

This text has white color on #6C687A background.