COLOR #6B616C

HEX: #6B616C RGB: (107,97,108)

Color info

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

RGB color model

#6B616C color RGB value is (107,97,108).

RGB: (107,97,108) (42%, 38%, 42%)

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 108 of 255 = 42%

107
97
108

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

Portions of RGB colors in percentages

R + G + B = 107 + 97 + 108 = 312 (100%)
R 107 of 312 ~ 34.29%
G 97 of 312 ~ 31.09%
B 108 of 312 ~ 34.62'%

%34.29
%31.09
%34.62

CMYK color model

#6B616C color CMYK value is (1,10,0,58).

  • cyan value is 0.93%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (1,10,0,58)
C1M10Y0K58 (1%, 10%, 0%, 58%)
(0.01 / 0.10 / 0.00 / 0.58)

CMYK percentages

%0.93
%10.19
%0
%57.65

Codes

Color #6B616C in popluar color models

6B 61 6C
RGB 107 97 108
HSL 295° 5.37% 40.20%
HSB/HSV 295° 10.19% 42.35%
CMYK 0.93% 10.19% 0.00%
57.65%

Color #6B616C in popluar number systems.

HEX 6B 61 6C
Decimal 107 97 108
Binary 1101011 1100001 1101100
Octal 153 141 154

Shades and tints

Shades of #6B616C

#6B616C
(107,97,108)
#625963
(98,89,99)
#59515A
(89,81,90)
#504951
(80,73,81)
#474148
(71,65,72)
#3E393F
(62,57,63)
#353136
(53,49,54)
#2C292D
(44,41,45)
#232124
(35,33,36)
#1A191B
(26,25,27)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #6B616C

#6B616C
(107,97,108)
#786F79
(120,111,121)
#857D86
(133,125,134)
#928B93
(146,139,147)
#9F99A0
(159,153,160)
#ACA7AD
(172,167,173)
#B9B5BA
(185,181,186)
#C6C3C7
(198,195,199)
#D3D1D4
(211,209,212)
#E0DFE1
(224,223,225)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B616C; }

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

This text font color is #6B616C.

Background Color

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

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

This div background color is #6B616C.

Border color

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

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

This div border color is #6B616C.

Opacity

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

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

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

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

This text has shadow with #6B616C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B616C.

Preview

Color preview on black background

This text has color #6B616C on black background.


Color preview on white background

This text has color #6B616C on white background.


Black color preview on #6B616C background

This text has black color on #6B616C background.


White color preview on #6B616C background

This text has white color on #6B616C background.


Related colors

Complementary color

Complementary color for #hex is #949E93.


I love getcolorcode.com

Triadic colors

1 #6C6B61 and #616C6B with #6B616C are triadic colors.

2 #6C616B and #616B6C with #6B616C are triadic colors.