COLOR #684F6A

HEX: #684F6A RGB: (104,79,106)

Color info

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

RGB color model

#684F6A color RGB value is (104,79,106).

RGB: (104,79,106) (41%, 31%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 106 of 255 = 42%

104
79
106

R + G + B ~ 38%. #684F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 79 + 106 = 289 (100%)
R 104 of 289 ~ 35.99%
G 79 of 289 ~ 27.34%
B 106 of 289 ~ 36.68'%

%35.99
%27.34
%36.68

CMYK color model

#684F6A color CMYK value is (2,25,0,58).

  • cyan value is 1.89%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (2,25,0,58) C2M25Y0K58 (2%,25%,0%,58%) (0.02/0.25/0.00/0.58) 

CMYK percentages

%1.89
%25.47
%0
%58.43

Codes

Color #684F6A in popluar color models

68 4F 6A
RGB 104 79 106
HSL 296° 14.59% 36.27%
HSB/HSV 296° 25.47% 41.57%
CMYK 1.89% 25.47% 0.00%
58.43%

Color #684F6A in popluar number systems.

HEX 68 4F 6A
Decimal 104 79 106
Binary 1101000 1001111 1101010
Octal 150 117 152

Shades and tints

Shades of #684F6A

#684F6A
(104,79,106)
#5F4861
(95,72,97)
#564158
(86,65,88)
#4D3A4F
(77,58,79)
#443346
(68,51,70)
#3B2C3D
(59,44,61)
#322534
(50,37,52)
#291E2B
(41,30,43)
#201722
(32,23,34)
#171019
(23,16,25)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #684F6A

#684F6A
(104,79,106)
#755F77
(117,95,119)
#826F84
(130,111,132)
#8F7F91
(143,127,145)
#9C8F9E
(156,143,158)
#A99FAB
(169,159,171)
#B6AFB8
(182,175,184)
#C3BFC5
(195,191,197)
#D0CFD2
(208,207,210)
#DDDFDF
(221,223,223)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F6A color. Also use rgb(104,79,106) instead hex code.

Text Font Color

.myTextColor { color: #684F6A; }

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

This text font color is #684F6A.

Background Color

.myBgColor { background-color: #684F6A; }

<div style="background-color:#684F6A">Inner text</div>

This div background color is #684F6A.

Border color

.myBorderColor { border: 1px solid #684F6A; }

<div style="border:3px solid #684F6A">Div</div>

This div border color is #684F6A.

Opacity

.myOpacity80 { color: #684F6A; opacity: 0.8; }

<p style="color:#684F6A;opacity:0.8;">80%</p>

Text with #684F6A 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 #684F6A;}

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

This text has shadow with #684F6A color.


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

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

This text has shadow with #684F6A primary color and red secondary color.


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

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

This text has shadow with #684F6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #684F6A.

Preview

Color preview on black background

This text has color #684F6A on black background.


Color preview on white background

This text has color #684F6A on white background.


Black color preview on #684F6A background

This text has black color on #684F6A background.


White color preview on #684F6A background

This text has white color on #684F6A background.


Related colors

Complementary color

Complementary color for #hex is #97B095.


I love getcolorcode.com

Triadic colors

1 #6A684F and #4F6A68 with #684F6A are triadic colors.

2 #6A4F68 and #4F686A with #684F6A are triadic colors.