COLOR #6C646E

HEX: #6C646E RGB: (108,100,110)

Color info

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

RGB color model

#6C646E color RGB value is (108,100,110).

RGB: (108,100,110) (42%, 39%, 43%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 110 of 255 = 43%

108
100
110

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

Portions of RGB colors in percentages

R + G + B = 108 + 100 + 110 = 318 (100%)
R 108 of 318 ~ 33.96%
G 100 of 318 ~ 31.45%
B 110 of 318 ~ 34.59'%

%33.96
%31.45
%34.59

CMYK color model

#6C646E color CMYK value is (2,9,0,57).

  • cyan value is 1.82%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (2,9,0,57)
C2M9Y0K57 (2%, 9%, 0%, 57%)
(0.02 / 0.09 / 0.00 / 0.57)

CMYK percentages

%1.82
%9.09
%0
%56.86

Codes

Color #6C646E in popluar color models

6C 64 6E
RGB 108 100 110
HSL 288° 4.76% 41.18%
HSB/HSV 288° 9.09% 43.14%
CMYK 1.82% 9.09% 0.00%
56.86%

Color #6C646E in popluar number systems.

HEX 6C 64 6E
Decimal 108 100 110
Binary 1101100 1100100 1101110
Octal 154 144 156

Shades and tints

Shades of #6C646E

#6C646E
(108,100,110)
#635B64
(99,91,100)
#5A525A
(90,82,90)
#514950
(81,73,80)
#484046
(72,64,70)
#3F373C
(63,55,60)
#362E32
(54,46,50)
#2D2528
(45,37,40)
#241C1E
(36,28,30)
#1B1314
(27,19,20)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #6C646E

#6C646E
(108,100,110)
#79727B
(121,114,123)
#868088
(134,128,136)
#938E95
(147,142,149)
#A09CA2
(160,156,162)
#ADAAAF
(173,170,175)
#BAB8BC
(186,184,188)
#C7C6C9
(199,198,201)
#D4D4D6
(212,212,214)
#E1E2E3
(225,226,227)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C646E; }

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

This text font color is #6C646E.

Background Color

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

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

This div background color is #6C646E.

Border color

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

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

This div border color is #6C646E.

Opacity

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

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

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

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

This text has shadow with #6C646E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C646E.

Preview

Color preview on black background

This text has color #6C646E on black background.


Color preview on white background

This text has color #6C646E on white background.


Black color preview on #6C646E background

This text has black color on #6C646E background.


White color preview on #6C646E background

This text has white color on #6C646E background.


Related colors

Complementary color

Complementary color for #hex is #939B91.


I love getcolorcode.com

Triadic colors

1 #6E6C64 and #646E6C with #6C646E are triadic colors.

2 #6E646C and #646C6E with #6C646E are triadic colors.