COLOR #687B6A

HEX: #687B6A RGB: (104,123,106)

Color info

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

RGB color model

#687B6A color RGB value is (104,123,106).

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

RGB channels and saturation

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

104
123
106

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

Portions of RGB colors in percentages

R + G + B = 104 + 123 + 106 = 333 (100%)
R 104 of 333 ~ 31.23%
G 123 of 333 ~ 36.94%
B 106 of 333 ~ 31.83'%

%31.23
%36.94
%31.83

CMYK color model

#687B6A color CMYK value is (15,0,14,52).

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

CMYK: (15,0,14,52)
C15M0Y14K52 (15%, 0%, 14%, 52%)
(0.15 / 0.00 / 0.14 / 0.52)

CMYK percentages

%15.45
%0
%13.82
%51.76

Codes

Color #687B6A in popluar color models

68 7B 6A
RGB 104 123 106
HSL 126° 8.37% 44.51%
HSB/HSV 126° 15.45% 48.24%
CMYK 15.45% 0.00% 13.82%
51.76%

Color #687B6A in popluar number systems.

HEX 68 7B 6A
Decimal 104 123 106
Binary 1101000 1111011 1101010
Octal 150 173 152

Shades and tints

Shades of #687B6A

#687B6A
(104,123,106)
#5F7061
(95,112,97)
#566558
(86,101,88)
#4D5A4F
(77,90,79)
#444F46
(68,79,70)
#3B443D
(59,68,61)
#323934
(50,57,52)
#292E2B
(41,46,43)
#202322
(32,35,34)
#171819
(23,24,25)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #687B6A

#687B6A
(104,123,106)
#758777
(117,135,119)
#829384
(130,147,132)
#8F9F91
(143,159,145)
#9CAB9E
(156,171,158)
#A9B7AB
(169,183,171)
#B6C3B8
(182,195,184)
#C3CFC5
(195,207,197)
#D0DBD2
(208,219,210)
#DDE7DF
(221,231,223)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B6A color. Also use rgb(104,123,106) instead hex code.

Text Font Color

.myTextColor { color: #687B6A; }

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

This text font color is #687B6A.

Background Color

.myBgColor { background-color: #687B6A; }

<div style="background-color:#687B6A">Inner text</div>

This div background color is #687B6A.

Border color

.myBorderColor { border: 1px solid #687B6A; }

<div style="border:3px solid #687B6A">Div</div>

This div border color is #687B6A.

Opacity

.myOpacity80 { color: #687B6A; opacity: 0.8; }

<p style="color:#687B6A;opacity:0.8;">80%</p>

Text with #687B6A 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 #687B6A;}

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

This text has shadow with #687B6A color.


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

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

This text has shadow with #687B6A primary color and red secondary color.


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

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

This text has shadow with #687B6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #687B6A.

Preview

Color preview on black background

This text has color #687B6A on black background.


Color preview on white background

This text has color #687B6A on white background.


Black color preview on #687B6A background

This text has black color on #687B6A background.


White color preview on #687B6A background

This text has white color on #687B6A background.


Related colors

Complementary color

Complementary color for #hex is #978495.


I love getcolorcode.com

Triadic colors

1 #6A687B and #7B6A68 with #687B6A are triadic colors.

2 #6A7B68 and #7B686A with #687B6A are triadic colors.