COLOR #6B6174

HEX: #6B6174
RGB: (107,97,116)

Color info

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

RGB color model

#6B6174 color RGB value is (107,97,116).

  • red value is 107;
  • green value is 97;
  • blue value is 116.
RGB:
(107,97,116)
(42%,38%,45%)

RGB channels and saturation

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

107
97
116

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

Portions of RGB colors in percentages

R + G + B =
107 + 97 + 116 = 320 (100%)
R 107 of 320 ~ 33.44%
G 97 of 320 ~ 30.31%
B 116 of 320 ~ 36.25%

%33.44
%30.31
%36.25

CMYK color model

#6B6174 color CMYK value is (8,16,0,55).

  • cyan value is 7.76%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(8,16,0,55)
C8M16Y0K55 
(8%,16%,0%,55%)
(0.08/0.16/0.00/0.55)	

CMYK percentages

%7.76
%16.38
%0
%54.51

Codes

Color #6B6174 in popluar color models

6B6174
RGB10797116
HSL272°8.92%41.76%
HSB/HSV272°16.38%45.49%
CMYK7.76%16.38%0.00%
54.51%

Color #6B6174 in popluar number systems.

HEX6B6174
Decimal10797116
Binary110101111000011110100
Octal153141164

Shades and tints

Shades of #6B6174

#6B6174
(107,97,116)
#62596A
(98,89,106)
#595160
(89,81,96)
#504956
(80,73,86)
#47414C
(71,65,76)
#3E3942
(62,57,66)
#353138
(53,49,56)
#2C292E
(44,41,46)
#232124
(35,33,36)
#1A191A
(26,25,26)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B6174

#6B6174
(107,97,116)
#786F80
(120,111,128)
#857D8C
(133,125,140)
#928B98
(146,139,152)
#9F99A4
(159,153,164)
#ACA7B0
(172,167,176)
#B9B5BC
(185,181,188)
#C6C3C8
(198,195,200)
#D3D1D4
(211,209,212)
#E0DFE0
(224,223,224)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6174; }

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

This text font color is #6B6174.


Background Color

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

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

This div background color is #6B6174.


Border color

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

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

This div border color is #6B6174.


Opacity

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

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

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

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

This text has shadow with #6B6174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6174 on black background.


Color preview on white background

This text has color #6B6174 on white background.



Black color preview on #6B6174 background

This text has black color on #6B6174 background.


White color preview on #6B6174 background

This text has white color on #6B6174 background.