COLOR #6C6A74

HEX: #6C6A74
RGB: (108,106,116)

Color info

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

RGB color model

#6C6A74 color RGB value is (108,106,116).

  • red value is 108;
  • green value is 106;
  • blue value is 116.
RGB:
(108,106,116)
(42%,42%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 116 of 255 = 45%

108
106
116

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

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 116 = 330 (100%)
R 108 of 330 ~ 32.73%
G 106 of 330 ~ 32.12%
B 116 of 330 ~ 35.15%

%32.73
%32.12
%35.15

CMYK color model

#6C6A74 color CMYK value is (7,9,0,55).

  • cyan value is 6.90%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(7,9,0,55)
C7M9Y0K55 
(7%,9%,0%,55%)
(0.07/0.09/0.00/0.55)	

CMYK percentages

%6.9
%8.62
%0
%54.51

Codes

Color #6C6A74 in popluar color models

6C6A74
RGB108106116
HSL252°4.50%43.53%
HSB/HSV252°8.62%45.49%
CMYK6.90%8.62%0.00%
54.51%

Color #6C6A74 in popluar number systems.

HEX6C6A74
Decimal108106116
Binary110110011010101110100
Octal154152164

Shades and tints

Shades of #6C6A74

#6C6A74
(108,106,116)
#63616A
(99,97,106)
#5A5860
(90,88,96)
#514F56
(81,79,86)
#48464C
(72,70,76)
#3F3D42
(63,61,66)
#363438
(54,52,56)
#2D2B2E
(45,43,46)
#242224
(36,34,36)
#1B191A
(27,25,26)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C6A74

#6C6A74
(108,106,116)
#797780
(121,119,128)
#86848C
(134,132,140)
#939198
(147,145,152)
#A09EA4
(160,158,164)
#ADABB0
(173,171,176)
#BAB8BC
(186,184,188)
#C7C5C8
(199,197,200)
#D4D2D4
(212,210,212)
#E1DFE0
(225,223,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6A74; }

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

This text font color is #6C6A74.


Background Color

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

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

This div background color is #6C6A74.


Border color

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

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

This div border color is #6C6A74.


Opacity

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

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

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

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

This text has shadow with #6C6A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6A74 on black background.


Color preview on white background

This text has color #6C6A74 on white background.



Black color preview on #6C6A74 background

This text has black color on #6C6A74 background.


White color preview on #6C6A74 background

This text has white color on #6C6A74 background.