COLOR #6C647E

HEX: #6C647E
RGB: (108,100,126)

Color info

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

RGB color model

#6C647E color RGB value is (108,100,126).

  • red value is 108;
  • green value is 100;
  • blue value is 126.
RGB:
(108,100,126)
(42%,39%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 126 of 255 = 49%

108
100
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 126 = 334 (100%)
R 108 of 334 ~ 32.34%
G 100 of 334 ~ 29.94%
B 126 of 334 ~ 37.72%

%32.34
%29.94
%37.72

CMYK color model

#6C647E color CMYK value is (14,21,0,51).

  • cyan value is 14.29%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(14,21,0,51)
C14M21Y0K51 
(14%,21%,0%,51%)
(0.14/0.21/0.00/0.51)	

CMYK percentages

%14.29
%20.63
%0
%50.59

Codes

Color #6C647E in popluar color models

6C647E
RGB108100126
HSL258°11.50%44.31%
HSB/HSV258°20.63%49.41%
CMYK14.29%20.63%0.00%
50.59%

Color #6C647E in popluar number systems.

HEX6C647E
Decimal108100126
Binary110110011001001111110
Octal154144176

Shades and tints

Shades of #6C647E

#6C647E
(108,100,126)
#635B73
(99,91,115)
#5A5268
(90,82,104)
#51495D
(81,73,93)
#484052
(72,64,82)
#3F3747
(63,55,71)
#362E3C
(54,46,60)
#2D2531
(45,37,49)
#241C26
(36,28,38)
#1B131B
(27,19,27)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #6C647E

#6C647E
(108,100,126)
#797289
(121,114,137)
#868094
(134,128,148)
#938E9F
(147,142,159)
#A09CAA
(160,156,170)
#ADAAB5
(173,170,181)
#BAB8C0
(186,184,192)
#C7C6CB
(199,198,203)
#D4D4D6
(212,212,214)
#E1E2E1
(225,226,225)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C647E; }

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

This text font color is #6C647E.


Background Color

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

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

This div background color is #6C647E.


Border color

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

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

This div border color is #6C647E.


Opacity

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

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

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

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

This text has shadow with #6C647E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C647E on black background.


Color preview on white background

This text has color #6C647E on white background.



Black color preview on #6C647E background

This text has black color on #6C647E background.


White color preview on #6C647E background

This text has white color on #6C647E background.