COLOR #61686B

HEX: #61686B RGB: (97,104,107)

Color info

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

RGB color model

#61686B color RGB value is (97,104,107).

RGB: (97,104,107) (38%, 41%, 42%)

RGB channels and saturation

R 97 of 255 = 38%
G 104 of 255 = 41%
B 107 of 255 = 42%

97
104
107

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

Portions of RGB colors in percentages

R + G + B = 97 + 104 + 107 = 308 (100%)
R 97 of 308 ~ 31.49%
G 104 of 308 ~ 33.77%
B 107 of 308 ~ 34.74'%

%31.49
%33.77
%34.74

CMYK color model

#61686B color CMYK value is (9,3,0,58).

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

CMYK: (9,3,0,58)
C9M3Y0K58 (9%, 3%, 0%, 58%)
(0.09 / 0.03 / 0.00 / 0.58)

CMYK percentages

%9.35
%2.8
%0
%58.04

Codes

Color #61686B in popluar color models

61 68 6B
RGB 97 104 107
HSL 198° 4.90% 40.00%
HSB/HSV 198° 9.35% 41.96%
CMYK 9.35% 2.80% 0.00%
58.04%

Color #61686B in popluar number systems.

HEX 61 68 6B
Decimal 97 104 107
Binary 1100001 1101000 1101011
Octal 141 150 153

Shades and tints

Shades of #61686B

#61686B
(97,104,107)
#595F62
(89,95,98)
#515659
(81,86,89)
#494D50
(73,77,80)
#414447
(65,68,71)
#393B3E
(57,59,62)
#313235
(49,50,53)
#29292C
(41,41,44)
#212023
(33,32,35)
#19171A
(25,23,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #61686B

#61686B
(97,104,107)
#6F7578
(111,117,120)
#7D8285
(125,130,133)
#8B8F92
(139,143,146)
#999C9F
(153,156,159)
#A7A9AC
(167,169,172)
#B5B6B9
(181,182,185)
#C3C3C6
(195,195,198)
#D1D0D3
(209,208,211)
#DFDDE0
(223,221,224)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61686B color. Also use rgb(97,104,107) instead hex code.

Text Font Color

.myTextColor { color: #61686B; }

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

This text font color is #61686B.

Background Color

.myBgColor { background-color: #61686B; }

<div style="background-color:#61686B">Inner text</div>

This div background color is #61686B.

Border color

.myBorderColor { border: 1px solid #61686B; }

<div style="border:3px solid #61686B">Div</div>

This div border color is #61686B.

Opacity

.myOpacity80 { color: #61686B; opacity: 0.8; }

<p style="color:#61686B;opacity:0.8;">80%</p>

Text with #61686B 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 #61686B;}

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

This text has shadow with #61686B color.


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

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

This text has shadow with #61686B primary color and red secondary color.


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

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

This text has shadow with #61686B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #61686B.

Preview

Color preview on black background

This text has color #61686B on black background.


Color preview on white background

This text has color #61686B on white background.


Black color preview on #61686B background

This text has black color on #61686B background.


White color preview on #61686B background

This text has white color on #61686B background.


Related colors

Complementary color

Complementary color for #hex is #9E9794.


I love getcolorcode.com

Triadic colors

1 #6B6168 and #686B61 with #61686B are triadic colors.

2 #6B6861 and #68616B with #61686B are triadic colors.