COLOR #61686A

HEX: #61686A RGB: (97,104,106)

Color info

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

RGB color model

#61686A color RGB value is (97,104,106).

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

RGB channels and saturation

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

97
104
106

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

Portions of RGB colors in percentages

R + G + B = 97 + 104 + 106 = 307 (100%)
R 97 of 307 ~ 31.6%
G 104 of 307 ~ 33.88%
B 106 of 307 ~ 34.53'%

%31.6
%33.88
%34.53

CMYK color model

#61686A color CMYK value is (8,2,0,58).

  • cyan value is 8.49%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (8,2,0,58)
C8M2Y0K58 (8%, 2%, 0%, 58%)
(0.08 / 0.02 / 0.00 / 0.58)

CMYK percentages

%8.49
%1.89
%0
%58.43

Codes

Color #61686A in popluar color models

61 68 6A
RGB 97 104 106
HSL 193° 4.43% 39.80%
HSB/HSV 193° 8.49% 41.57%
CMYK 8.49% 1.89% 0.00%
58.43%

Color #61686A in popluar number systems.

HEX 61 68 6A
Decimal 97 104 106
Binary 1100001 1101000 1101010
Octal 141 150 152

Shades and tints

Shades of #61686A

#61686A
(97,104,106)
#595F61
(89,95,97)
#515658
(81,86,88)
#494D4F
(73,77,79)
#414446
(65,68,70)
#393B3D
(57,59,61)
#313234
(49,50,52)
#29292B
(41,41,43)
#212022
(33,32,34)
#191719
(25,23,25)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #61686A

#61686A
(97,104,106)
#6F7577
(111,117,119)
#7D8284
(125,130,132)
#8B8F91
(139,143,145)
#999C9E
(153,156,158)
#A7A9AB
(167,169,171)
#B5B6B8
(181,182,184)
#C3C3C5
(195,195,197)
#D1D0D2
(209,208,210)
#DFDDDF
(223,221,223)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61686A; }

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

This text font color is #61686A.

Background Color

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

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

This div background color is #61686A.

Border color

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

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

This div border color is #61686A.

Opacity

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

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

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

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

This text has shadow with #61686A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61686A.

Preview

Color preview on black background

This text has color #61686A on black background.


Color preview on white background

This text has color #61686A on white background.


Black color preview on #61686A background

This text has black color on #61686A background.


White color preview on #61686A background

This text has white color on #61686A background.


Related colors

Complementary color

Complementary color for #hex is #9E9795.


I love getcolorcode.com

Triadic colors

1 #6A6168 and #686A61 with #61686A are triadic colors.

2 #6A6861 and #68616A with #61686A are triadic colors.