COLOR #6C7468

HEX: #6C7468 RGB: (108,116,104)

Color info

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

RGB color model

#6C7468 color RGB value is (108,116,104).

RGB: (108,116,104) (42%, 45%, 41%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 104 of 255 = 41%

108
116
104

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 104 = 328 (100%)
R 108 of 328 ~ 32.93%
G 116 of 328 ~ 35.37%
B 104 of 328 ~ 31.71'%

%32.93
%35.37
%31.71

CMYK color model

#6C7468 color CMYK value is (7,0,10,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK: (7,0,10,55) C7M0Y10K55 (7%,0%,10%,55%) (0.07/0.00/0.10/0.55) 

CMYK percentages

%6.9
%0
%10.34
%54.51

Codes

Color #6C7468 in popluar color models

6C 74 68
RGB 108 116 104
HSL 100° 5.45% 43.14%
HSB/HSV 100° 10.34% 45.49%
CMYK 6.90% 0.00% 10.34%
54.51%

Color #6C7468 in popluar number systems.

HEX 6C 74 68
Decimal 108 116 104
Binary 1101100 1110100 1101000
Octal 154 164 150

Shades and tints

Shades of #6C7468

#6C7468
(108,116,104)
#636A5F
(99,106,95)
#5A6056
(90,96,86)
#51564D
(81,86,77)
#484C44
(72,76,68)
#3F423B
(63,66,59)
#363832
(54,56,50)
#2D2E29
(45,46,41)
#242420
(36,36,32)
#1B1A17
(27,26,23)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #6C7468

#6C7468
(108,116,104)
#798075
(121,128,117)
#868C82
(134,140,130)
#93988F
(147,152,143)
#A0A49C
(160,164,156)
#ADB0A9
(173,176,169)
#BABCB6
(186,188,182)
#C7C8C3
(199,200,195)
#D4D4D0
(212,212,208)
#E1E0DD
(225,224,221)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7468; }

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

This text font color is #6C7468.

Background Color

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

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

This div background color is #6C7468.

Border color

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

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

This div border color is #6C7468.

Opacity

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

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

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

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

This text has shadow with #6C7468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7468.

Preview

Color preview on black background

This text has color #6C7468 on black background.


Color preview on white background

This text has color #6C7468 on white background.


Black color preview on #6C7468 background

This text has black color on #6C7468 background.


White color preview on #6C7468 background

This text has white color on #6C7468 background.


Related colors

Complementary color

Complementary color for #hex is #938B97.


I love getcolorcode.com

Triadic colors

1 #686C74 and #74686C with #6C7468 are triadic colors.

2 #68746C and #746C68 with #6C7468 are triadic colors.