COLOR #6C696E

HEX: #6C696E RGB: (108,105,110)

Color info

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

RGB color model

#6C696E color RGB value is (108,105,110).

RGB: (108,105,110) (42%, 41%, 43%)

RGB channels and saturation

R 108 of 255 = 42%
G 105 of 255 = 41%
B 110 of 255 = 43%

108
105
110

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

Portions of RGB colors in percentages

R + G + B = 108 + 105 + 110 = 323 (100%)
R 108 of 323 ~ 33.44%
G 105 of 323 ~ 32.51%
B 110 of 323 ~ 34.06'%

%33.44
%32.51
%34.06

CMYK color model

#6C696E color CMYK value is (2,5,0,57).

  • cyan value is 1.82%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (2,5,0,57) C2M5Y0K57 (2%,5%,0%,57%) (0.02/0.05/0.00/0.57) 

CMYK percentages

%1.82
%4.55
%0
%56.86

Codes

Color #6C696E in popluar color models

6C 69 6E
RGB 108 105 110
HSL 276° 2.33% 42.16%
HSB/HSV 276° 4.55% 43.14%
CMYK 1.82% 4.55% 0.00%
56.86%

Color #6C696E in popluar number systems.

HEX 6C 69 6E
Decimal 108 105 110
Binary 1101100 1101001 1101110
Octal 154 151 156

Shades and tints

Shades of #6C696E

#6C696E
(108,105,110)
#636064
(99,96,100)
#5A575A
(90,87,90)
#514E50
(81,78,80)
#484546
(72,69,70)
#3F3C3C
(63,60,60)
#363332
(54,51,50)
#2D2A28
(45,42,40)
#24211E
(36,33,30)
#1B1814
(27,24,20)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #6C696E

#6C696E
(108,105,110)
#79767B
(121,118,123)
#868388
(134,131,136)
#939095
(147,144,149)
#A09DA2
(160,157,162)
#ADAAAF
(173,170,175)
#BAB7BC
(186,183,188)
#C7C4C9
(199,196,201)
#D4D1D6
(212,209,214)
#E1DEE3
(225,222,227)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C696E; }

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

This text font color is #6C696E.

Background Color

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

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

This div background color is #6C696E.

Border color

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

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

This div border color is #6C696E.

Opacity

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

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

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

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

This text has shadow with #6C696E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C696E.

Preview

Color preview on black background

This text has color #6C696E on black background.


Color preview on white background

This text has color #6C696E on white background.


Black color preview on #6C696E background

This text has black color on #6C696E background.


White color preview on #6C696E background

This text has white color on #6C696E background.


Related colors

Complementary color

Complementary color for #hex is #939691.


I love getcolorcode.com

Triadic colors

1 #6E6C69 and #696E6C with #6C696E are triadic colors.

2 #6E696C and #696C6E with #6C696E are triadic colors.