COLOR #6C6A6A

HEX: #6C6A6A
RGB: (108,106,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
106
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 106 = 320 (100%)
R 108 of 320 ~ 33.75%
G 106 of 320 ~ 33.13%
B 106 of 320 ~ 33.13%

%33.75
%33.13
%33.13

CMYK color model

#6C6A6A color CMYK value is (0,2,2,58).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(0,2,2,58)
C0M2Y2K58 
(0%,2%,2%,58%)
(0.00/0.02/0.02/0.58)	

CMYK percentages

%0
%1.85
%1.85
%57.65

Codes

Color #6C6A6A in popluar color models

6C6A6A
RGB108106106
HSL0.93%41.96%
HSB/HSV1.85%42.35%
CMYK0.00%1.85%1.85%
57.65%

Color #6C6A6A in popluar number systems.

HEX6C6A6A
Decimal108106106
Binary110110011010101101010
Octal154152152

Shades and tints

Shades of #6C6A6A

#6C6A6A
(108,106,106)
#636161
(99,97,97)
#5A5858
(90,88,88)
#514F4F
(81,79,79)
#484646
(72,70,70)
#3F3D3D
(63,61,61)
#363434
(54,52,52)
#2D2B2B
(45,43,43)
#242222
(36,34,34)
#1B1919
(27,25,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C6A6A

#6C6A6A
(108,106,106)
#797777
(121,119,119)
#868484
(134,132,132)
#939191
(147,145,145)
#A09E9E
(160,158,158)
#ADABAB
(173,171,171)
#BAB8B8
(186,184,184)
#C7C5C5
(199,197,197)
#D4D2D2
(212,210,210)
#E1DFDF
(225,223,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6A6A; }

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

This text font color is #6C6A6A.


Background Color

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

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

This div background color is #6C6A6A.


Border color

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

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

This div border color is #6C6A6A.


Opacity

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

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

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

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

This text has shadow with #6C6A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6A6A on black background.


Color preview on white background

This text has color #6C6A6A on white background.



Black color preview on #6C6A6A background

This text has black color on #6C6A6A background.


White color preview on #6C6A6A background

This text has white color on #6C6A6A background.