COLOR #6C757A

HEX: #6C757A
RGB: (108,117,122)

Color info

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

RGB color model

#6C757A color RGB value is (108,117,122).

  • red value is 108;
  • green value is 117;
  • blue value is 122.
RGB:
(108,117,122)
(42%,46%,48%)

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 122 of 255 = 48%

108
117
122

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

Portions of RGB colors in percentages

R + G + B =
108 + 117 + 122 = 347 (100%)
R 108 of 347 ~ 31.12%
G 117 of 347 ~ 33.72%
B 122 of 347 ~ 35.16%

%31.12
%33.72
%35.16

CMYK color model

#6C757A color CMYK value is (11,4,0,52).

  • cyan value is 11.48%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(11,4,0,52)
C11M4Y0K52 
(11%,4%,0%,52%)
(0.11/0.04/0.00/0.52)	

CMYK percentages

%11.48
%4.1
%0
%52.16

Codes

Color #6C757A in popluar color models

6C757A
RGB108117122
HSL201°6.09%45.10%
HSB/HSV201°11.48%47.84%
CMYK11.48%4.10%0.00%
52.16%

Color #6C757A in popluar number systems.

HEX6C757A
Decimal108117122
Binary110110011101011111010
Octal154165172

Shades and tints

Shades of #6C757A

#6C757A
(108,117,122)
#636B6F
(99,107,111)
#5A6164
(90,97,100)
#515759
(81,87,89)
#484D4E
(72,77,78)
#3F4343
(63,67,67)
#363938
(54,57,56)
#2D2F2D
(45,47,45)
#242522
(36,37,34)
#1B1B17
(27,27,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #6C757A

#6C757A
(108,117,122)
#798186
(121,129,134)
#868D92
(134,141,146)
#93999E
(147,153,158)
#A0A5AA
(160,165,170)
#ADB1B6
(173,177,182)
#BABDC2
(186,189,194)
#C7C9CE
(199,201,206)
#D4D5DA
(212,213,218)
#E1E1E6
(225,225,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C757A; }

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

This text font color is #6C757A.


Background Color

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

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

This div background color is #6C757A.


Border color

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

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

This div border color is #6C757A.


Opacity

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

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

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

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

This text has shadow with #6C757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C757A on black background.


Color preview on white background

This text has color #6C757A on white background.



Black color preview on #6C757A background

This text has black color on #6C757A background.


White color preview on #6C757A background

This text has white color on #6C757A background.