COLOR #6C6174

HEX: #6C6174 RGB: (108,97,116)

Color info

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

RGB color model

#6C6174 color RGB value is (108,97,116).

RGB: (108,97,116) (42%, 38%, 45%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 116 of 255 = 45%

108
97
116

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

Portions of RGB colors in percentages

R + G + B = 108 + 97 + 116 = 321 (100%)
R 108 of 321 ~ 33.64%
G 97 of 321 ~ 30.22%
B 116 of 321 ~ 36.14'%

%33.64
%30.22
%36.14

CMYK color model

#6C6174 color CMYK value is (7,16,0,55).

  • cyan value is 6.90%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (7,16,0,55)
C7M16Y0K55 (7%, 16%, 0%, 55%)
(0.07 / 0.16 / 0.00 / 0.55)

CMYK percentages

%6.9
%16.38
%0
%54.51

Codes

Color #6C6174 in popluar color models

6C 61 74
RGB 108 97 116
HSL 275° 8.92% 41.76%
HSB/HSV 275° 16.38% 45.49%
CMYK 6.90% 16.38% 0.00%
54.51%

Color #6C6174 in popluar number systems.

HEX 6C 61 74
Decimal 108 97 116
Binary 1101100 1100001 1110100
Octal 154 141 164

Shades and tints

Shades of #6C6174

#6C6174
(108,97,116)
#63596A
(99,89,106)
#5A5160
(90,81,96)
#514956
(81,73,86)
#48414C
(72,65,76)
#3F3942
(63,57,66)
#363138
(54,49,56)
#2D292E
(45,41,46)
#242124
(36,33,36)
#1B191A
(27,25,26)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #6C6174

#6C6174
(108,97,116)
#796F80
(121,111,128)
#867D8C
(134,125,140)
#938B98
(147,139,152)
#A099A4
(160,153,164)
#ADA7B0
(173,167,176)
#BAB5BC
(186,181,188)
#C7C3C8
(199,195,200)
#D4D1D4
(212,209,212)
#E1DFE0
(225,223,224)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6174 color. Also use rgb(108,97,116) instead hex code.

Text Font Color

.myTextColor { color: #6C6174; }

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

This text font color is #6C6174.

Background Color

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

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

This div background color is #6C6174.

Border color

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

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

This div border color is #6C6174.

Opacity

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

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

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

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

This text has shadow with #6C6174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6174.

Preview

Color preview on black background

This text has color #6C6174 on black background.


Color preview on white background

This text has color #6C6174 on white background.


Black color preview on #6C6174 background

This text has black color on #6C6174 background.


White color preview on #6C6174 background

This text has white color on #6C6174 background.


Related colors

Complementary color

Complementary color for #hex is #939E8B.


I love getcolorcode.com

Triadic colors

1 #746C61 and #61746C with #6C6174 are triadic colors.

2 #74616C and #616C74 with #6C6174 are triadic colors.