COLOR #6C6471

HEX: #6C6471
RGB: (108,100,113)

Color info

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

RGB color model

#6C6471 color RGB value is (108,100,113).

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

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 113 of 255 = 44%

108
100
113

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

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 113 = 321 (100%)
R 108 of 321 ~ 33.64%
G 100 of 321 ~ 31.15%
B 113 of 321 ~ 35.2%

%33.64
%31.15
%35.2

CMYK color model

#6C6471 color CMYK value is (4,12,0,56).

  • cyan value is 4.42%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(4,12,0,56)
C4M12Y0K56 
(4%,12%,0%,56%)
(0.04/0.12/0.00/0.56)	

CMYK percentages

%4.42
%11.5
%0
%55.69

Codes

Color #6C6471 in popluar color models

6C6471
RGB108100113
HSL277°6.10%41.76%
HSB/HSV277°11.50%44.31%
CMYK4.42%11.50%0.00%
55.69%

Color #6C6471 in popluar number systems.

HEX6C6471
Decimal108100113
Binary110110011001001110001
Octal154144161

Shades and tints

Shades of #6C6471

#6C6471
(108,100,113)
#635B67
(99,91,103)
#5A525D
(90,82,93)
#514953
(81,73,83)
#484049
(72,64,73)
#3F373F
(63,55,63)
#362E35
(54,46,53)
#2D252B
(45,37,43)
#241C21
(36,28,33)
#1B1317
(27,19,23)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #6C6471

#6C6471
(108,100,113)
#79727D
(121,114,125)
#868089
(134,128,137)
#938E95
(147,142,149)
#A09CA1
(160,156,161)
#ADAAAD
(173,170,173)
#BAB8B9
(186,184,185)
#C7C6C5
(199,198,197)
#D4D4D1
(212,212,209)
#E1E2DD
(225,226,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6471; }

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

This text font color is #6C6471.


Background Color

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

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

This div background color is #6C6471.


Border color

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

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

This div border color is #6C6471.


Opacity

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

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

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

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

This text has shadow with #6C6471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6471 on black background.


Color preview on white background

This text has color #6C6471 on white background.



Black color preview on #6C6471 background

This text has black color on #6C6471 background.


White color preview on #6C6471 background

This text has white color on #6C6471 background.