COLOR #6B6166

HEX: #6B6166 RGB: (107,97,102)

Color info

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

RGB color model

#6B6166 color RGB value is (107,97,102).

RGB: (107,97,102) (42%, 38%, 40%)

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 102 of 255 = 40%

107
97
102

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

Portions of RGB colors in percentages

R + G + B = 107 + 97 + 102 = 306 (100%)
R 107 of 306 ~ 34.97%
G 97 of 306 ~ 31.7%
B 102 of 306 ~ 33.33'%

%34.97
%31.7
%33.33

CMYK color model

#6B6166 color CMYK value is (0,9,5,58).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 4.67%
  • key color value is 58.04%

CMYK: (0,9,5,58)
C0M9Y5K58 (0%, 9%, 5%, 58%)
(0.00 / 0.09 / 0.05 / 0.58)

CMYK percentages

%0
%9.35
%4.67
%58.04

Codes

Color #6B6166 in popluar color models

6B 61 66
RGB 107 97 102
HSL 330° 4.90% 40.00%
HSB/HSV 330° 9.35% 41.96%
CMYK 0.00% 9.35% 4.67%
58.04%

Color #6B6166 in popluar number systems.

HEX 6B 61 66
Decimal 107 97 102
Binary 1101011 1100001 1100110
Octal 153 141 146

Shades and tints

Shades of #6B6166

#6B6166
(107,97,102)
#62595D
(98,89,93)
#595154
(89,81,84)
#50494B
(80,73,75)
#474142
(71,65,66)
#3E3939
(62,57,57)
#353130
(53,49,48)
#2C2927
(44,41,39)
#23211E
(35,33,30)
#1A1915
(26,25,21)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B6166

#6B6166
(107,97,102)
#786F73
(120,111,115)
#857D80
(133,125,128)
#928B8D
(146,139,141)
#9F999A
(159,153,154)
#ACA7A7
(172,167,167)
#B9B5B4
(185,181,180)
#C6C3C1
(198,195,193)
#D3D1CE
(211,209,206)
#E0DFDB
(224,223,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6166; }

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

This text font color is #6B6166.

Background Color

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

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

This div background color is #6B6166.

Border color

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

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

This div border color is #6B6166.

Opacity

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

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

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

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

This text has shadow with #6B6166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6166.

Preview

Color preview on black background

This text has color #6B6166 on black background.


Color preview on white background

This text has color #6B6166 on white background.


Black color preview on #6B6166 background

This text has black color on #6B6166 background.


White color preview on #6B6166 background

This text has white color on #6B6166 background.


Related colors

Complementary color

Complementary color for #hex is #949E99.


I love getcolorcode.com

Triadic colors

1 #666B61 and #61666B with #6B6166 are triadic colors.

2 #66616B and #616B66 with #6B6166 are triadic colors.