COLOR #68697C

HEX: #68697C RGB: (104,105,124)

Color info

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

RGB color model

#68697C color RGB value is (104,105,124).

RGB: (104,105,124) (41%, 41%, 49%)

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 124 of 255 = 49%

104
105
124

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

Portions of RGB colors in percentages

R + G + B = 104 + 105 + 124 = 333 (100%)
R 104 of 333 ~ 31.23%
G 105 of 333 ~ 31.53%
B 124 of 333 ~ 37.24'%

%31.23
%31.53
%37.24

CMYK color model

#68697C color CMYK value is (16,15,0,51).

  • cyan value is 16.13%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (16,15,0,51)
C16M15Y0K51 (16%, 15%, 0%, 51%)
(0.16 / 0.15 / 0.00 / 0.51)

CMYK percentages

%16.13
%15.32
%0
%51.37

Codes

Color #68697C in popluar color models

68 69 7C
RGB 104 105 124
HSL 237° 8.77% 44.71%
HSB/HSV 237° 16.13% 48.63%
CMYK 16.13% 15.32% 0.00%
51.37%

Color #68697C in popluar number systems.

HEX 68 69 7C
Decimal 104 105 124
Binary 1101000 1101001 1111100
Octal 150 151 174

Shades and tints

Shades of #68697C

#68697C
(104,105,124)
#5F6071
(95,96,113)
#565766
(86,87,102)
#4D4E5B
(77,78,91)
#444550
(68,69,80)
#3B3C45
(59,60,69)
#32333A
(50,51,58)
#292A2F
(41,42,47)
#202124
(32,33,36)
#171819
(23,24,25)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #68697C

#68697C
(104,105,124)
#757687
(117,118,135)
#828392
(130,131,146)
#8F909D
(143,144,157)
#9C9DA8
(156,157,168)
#A9AAB3
(169,170,179)
#B6B7BE
(182,183,190)
#C3C4C9
(195,196,201)
#D0D1D4
(208,209,212)
#DDDEDF
(221,222,223)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68697C color. Also use rgb(104,105,124) instead hex code.

Text Font Color

.myTextColor { color: #68697C; }

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

This text font color is #68697C.

Background Color

.myBgColor { background-color: #68697C; }

<div style="background-color:#68697C">Inner text</div>

This div background color is #68697C.

Border color

.myBorderColor { border: 1px solid #68697C; }

<div style="border:3px solid #68697C">Div</div>

This div border color is #68697C.

Opacity

.myOpacity80 { color: #68697C; opacity: 0.8; }

<p style="color:#68697C;opacity:0.8;">80%</p>

Text with #68697C 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 #68697C;}

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

This text has shadow with #68697C color.


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

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

This text has shadow with #68697C primary color and red secondary color.


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

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

This text has shadow with #68697C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68697C.

Preview

Color preview on black background

This text has color #68697C on black background.


Color preview on white background

This text has color #68697C on white background.


Black color preview on #68697C background

This text has black color on #68697C background.


White color preview on #68697C background

This text has white color on #68697C background.


Related colors

Complementary color

Complementary color for #hex is #979683.


I love getcolorcode.com

Triadic colors

1 #7C6869 and #697C68 with #68697C are triadic colors.

2 #7C6968 and #69687C with #68697C are triadic colors.