COLOR #6B7174

HEX: #6B7174 RGB: (107,113,116)

Color info

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

RGB color model

#6B7174 color RGB value is (107,113,116).

RGB: (107,113,116) (42%, 44%, 45%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 116 of 255 = 45%

107
113
116

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

Portions of RGB colors in percentages

R + G + B = 107 + 113 + 116 = 336 (100%)
R 107 of 336 ~ 31.85%
G 113 of 336 ~ 33.63%
B 116 of 336 ~ 34.52'%

%31.85
%33.63
%34.52

CMYK color model

#6B7174 color CMYK value is (8,3,0,55).

  • cyan value is 7.76%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (8,3,0,55)
C8M3Y0K55 (8%, 3%, 0%, 55%)
(0.08 / 0.03 / 0.00 / 0.55)

CMYK percentages

%7.76
%2.59
%0
%54.51

Codes

Color #6B7174 in popluar color models

6B 71 74
RGB 107 113 116
HSL 200° 4.04% 43.73%
HSB/HSV 200° 7.76% 45.49%
CMYK 7.76% 2.59% 0.00%
54.51%

Color #6B7174 in popluar number systems.

HEX 6B 71 74
Decimal 107 113 116
Binary 1101011 1110001 1110100
Octal 153 161 164

Shades and tints

Shades of #6B7174

#6B7174
(107,113,116)
#62676A
(98,103,106)
#595D60
(89,93,96)
#505356
(80,83,86)
#47494C
(71,73,76)
#3E3F42
(62,63,66)
#353538
(53,53,56)
#2C2B2E
(44,43,46)
#232124
(35,33,36)
#1A171A
(26,23,26)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B7174

#6B7174
(107,113,116)
#787D80
(120,125,128)
#85898C
(133,137,140)
#929598
(146,149,152)
#9FA1A4
(159,161,164)
#ACADB0
(172,173,176)
#B9B9BC
(185,185,188)
#C6C5C8
(198,197,200)
#D3D1D4
(211,209,212)
#E0DDE0
(224,221,224)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7174 color. Also use rgb(107,113,116) instead hex code.

Text Font Color

.myTextColor { color: #6B7174; }

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

This text font color is #6B7174.

Background Color

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

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

This div background color is #6B7174.

Border color

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

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

This div border color is #6B7174.

Opacity

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

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

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

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

This text has shadow with #6B7174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7174.

Preview

Color preview on black background

This text has color #6B7174 on black background.


Color preview on white background

This text has color #6B7174 on white background.


Black color preview on #6B7174 background

This text has black color on #6B7174 background.


White color preview on #6B7174 background

This text has white color on #6B7174 background.


Related colors

Complementary color

Complementary color for #hex is #948E8B.


I love getcolorcode.com

Triadic colors

1 #746B71 and #71746B with #6B7174 are triadic colors.

2 #74716B and #716B74 with #6B7174 are triadic colors.