COLOR #6C6269

HEX: #6C6269
RGB: (108,98,105)

Color info

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

RGB color model

#6C6269 color RGB value is (108,98,105).

  • red value is 108;
  • green value is 98;
  • blue value is 105.
RGB:
(108,98,105)
(42%,38%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 98 of 255 = 38%
B 105 of 255 = 41%

108
98
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 98 + 105 = 311 (100%)
R 108 of 311 ~ 34.73%
G 98 of 311 ~ 31.51%
B 105 of 311 ~ 33.76%

%34.73
%31.51
%33.76

CMYK color model

#6C6269 color CMYK value is (0,9,3,58).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(0,9,3,58)
C0M9Y3K58 
(0%,9%,3%,58%)
(0.00/0.09/0.03/0.58)	

CMYK percentages

%0
%9.26
%2.78
%57.65

Codes

Color #6C6269 in popluar color models

6C6269
RGB10898105
HSL318°4.85%40.39%
HSB/HSV318°9.26%42.35%
CMYK0.00%9.26%2.78%
57.65%

Color #6C6269 in popluar number systems.

HEX6C6269
Decimal10898105
Binary110110011000101101001
Octal154142151

Shades and tints

Shades of #6C6269

#6C6269
(108,98,105)
#635A60
(99,90,96)
#5A5257
(90,82,87)
#514A4E
(81,74,78)
#484245
(72,66,69)
#3F3A3C
(63,58,60)
#363233
(54,50,51)
#2D2A2A
(45,42,42)
#242221
(36,34,33)
#1B1A18
(27,26,24)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #6C6269

#6C6269
(108,98,105)
#797076
(121,112,118)
#867E83
(134,126,131)
#938C90
(147,140,144)
#A09A9D
(160,154,157)
#ADA8AA
(173,168,170)
#BAB6B7
(186,182,183)
#C7C4C4
(199,196,196)
#D4D2D1
(212,210,209)
#E1E0DE
(225,224,222)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6269; }

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

This text font color is #6C6269.


Background Color

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

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

This div background color is #6C6269.


Border color

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

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

This div border color is #6C6269.


Opacity

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

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

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

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

This text has shadow with #6C6269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6269 on black background.


Color preview on white background

This text has color #6C6269 on white background.



Black color preview on #6C6269 background

This text has black color on #6C6269 background.


White color preview on #6C6269 background

This text has white color on #6C6269 background.