COLOR #6C6369

HEX: #6C6369 RGB: (108,99,105)

Color info

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

RGB color model

#6C6369 color RGB value is (108,99,105).

RGB: (108,99,105) (42%, 39%, 41%)

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 105 of 255 = 41%

108
99
105

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

Portions of RGB colors in percentages

R + G + B = 108 + 99 + 105 = 312 (100%)
R 108 of 312 ~ 34.62%
G 99 of 312 ~ 31.73%
B 105 of 312 ~ 33.65'%

%34.62
%31.73
%33.65

CMYK color model

#6C6369 color CMYK value is (0,8,3,58).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 2.78%
  • key color value is 57.65%

CMYK: (0,8,3,58)
C0M8Y3K58 (0%, 8%, 3%, 58%)
(0.00 / 0.08 / 0.03 / 0.58)

CMYK percentages

%0
%8.33
%2.78
%57.65

Codes

Color #6C6369 in popluar color models

6C 63 69
RGB 108 99 105
HSL 320° 4.35% 40.59%
HSB/HSV 320° 8.33% 42.35%
CMYK 0.00% 8.33% 2.78%
57.65%

Color #6C6369 in popluar number systems.

HEX 6C 63 69
Decimal 108 99 105
Binary 1101100 1100011 1101001
Octal 154 143 151

Shades and tints

Shades of #6C6369

#6C6369
(108,99,105)
#635A60
(99,90,96)
#5A5157
(90,81,87)
#51484E
(81,72,78)
#483F45
(72,63,69)
#3F363C
(63,54,60)
#362D33
(54,45,51)
#2D242A
(45,36,42)
#241B21
(36,27,33)
#1B1218
(27,18,24)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #6C6369

#6C6369
(108,99,105)
#797176
(121,113,118)
#867F83
(134,127,131)
#938D90
(147,141,144)
#A09B9D
(160,155,157)
#ADA9AA
(173,169,170)
#BAB7B7
(186,183,183)
#C7C5C4
(199,197,196)
#D4D3D1
(212,211,209)
#E1E1DE
(225,225,222)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6369; }

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

This text font color is #6C6369.

Background Color

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

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

This div background color is #6C6369.

Border color

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

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

This div border color is #6C6369.

Opacity

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

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

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

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

This text has shadow with #6C6369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6369.

Preview

Color preview on black background

This text has color #6C6369 on black background.


Color preview on white background

This text has color #6C6369 on white background.


Black color preview on #6C6369 background

This text has black color on #6C6369 background.


White color preview on #6C6369 background

This text has white color on #6C6369 background.


Related colors

Complementary color

Complementary color for #hex is #939C96.


I love getcolorcode.com

Triadic colors

1 #696C63 and #63696C with #6C6369 are triadic colors.

2 #69636C and #636C69 with #6C6369 are triadic colors.