COLOR #6C636A

HEX: #6C636A
RGB: (108,99,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
99
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 99 + 106 = 313 (100%)
R 108 of 313 ~ 34.5%
G 99 of 313 ~ 31.63%
B 106 of 313 ~ 33.87%

%34.5
%31.63
%33.87

CMYK color model

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

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

CMYK percentages

%0
%8.33
%1.85
%57.65

Codes

Color #6C636A in popluar color models

6C636A
RGB10899106
HSL313°4.35%40.59%
HSB/HSV313°8.33%42.35%
CMYK0.00%8.33%1.85%
57.65%

Color #6C636A in popluar number systems.

HEX6C636A
Decimal10899106
Binary110110011000111101010
Octal154143152

Shades and tints

Shades of #6C636A

#6C636A
(108,99,106)
#635A61
(99,90,97)
#5A5158
(90,81,88)
#51484F
(81,72,79)
#483F46
(72,63,70)
#3F363D
(63,54,61)
#362D34
(54,45,52)
#2D242B
(45,36,43)
#241B22
(36,27,34)
#1B1219
(27,18,25)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #6C636A

#6C636A
(108,99,106)
#797177
(121,113,119)
#867F84
(134,127,132)
#938D91
(147,141,145)
#A09B9E
(160,155,158)
#ADA9AB
(173,169,171)
#BAB7B8
(186,183,184)
#C7C5C5
(199,197,197)
#D4D3D2
(212,211,210)
#E1E1DF
(225,225,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C636A; }

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

This text font color is #6C636A.


Background Color

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

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

This div background color is #6C636A.


Border color

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

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

This div border color is #6C636A.


Opacity

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

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

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

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

This text has shadow with #6C636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C636A on black background.


Color preview on white background

This text has color #6C636A on white background.



Black color preview on #6C636A background

This text has black color on #6C636A background.


White color preview on #6C636A background

This text has white color on #6C636A background.