COLOR #6C606A

HEX: #6C606A
RGB: (108,96,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
96
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 96 + 106 = 310 (100%)
R 108 of 310 ~ 34.84%
G 96 of 310 ~ 30.97%
B 106 of 310 ~ 34.19%

%34.84
%30.97
%34.19

CMYK color model

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

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

CMYK percentages

%0
%11.11
%1.85
%57.65

Codes

Color #6C606A in popluar color models

6C606A
RGB10896106
HSL310°5.88%40.00%
HSB/HSV310°11.11%42.35%
CMYK0.00%11.11%1.85%
57.65%

Color #6C606A in popluar number systems.

HEX6C606A
Decimal10896106
Binary110110011000001101010
Octal154140152

Shades and tints

Shades of #6C606A

#6C606A
(108,96,106)
#635861
(99,88,97)
#5A5058
(90,80,88)
#51484F
(81,72,79)
#484046
(72,64,70)
#3F383D
(63,56,61)
#363034
(54,48,52)
#2D282B
(45,40,43)
#242022
(36,32,34)
#1B1819
(27,24,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C606A

#6C606A
(108,96,106)
#796E77
(121,110,119)
#867C84
(134,124,132)
#938A91
(147,138,145)
#A0989E
(160,152,158)
#ADA6AB
(173,166,171)
#BAB4B8
(186,180,184)
#C7C2C5
(199,194,197)
#D4D0D2
(212,208,210)
#E1DEDF
(225,222,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C606A; }

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

This text font color is #6C606A.


Background Color

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

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

This div background color is #6C606A.


Border color

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

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

This div border color is #6C606A.


Opacity

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

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

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

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

This text has shadow with #6C606A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C606A on black background.


Color preview on white background

This text has color #6C606A on white background.



Black color preview on #6C606A background

This text has black color on #6C606A background.


White color preview on #6C606A background

This text has white color on #6C606A background.