COLOR #686275

HEX: #686275 RGB: (104,98,117)

Color info

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

RGB color model

#686275 color RGB value is (104,98,117).

RGB: (104,98,117) (41%, 38%, 46%)

RGB channels and saturation

R 104 of 255 = 41%
G 98 of 255 = 38%
B 117 of 255 = 46%

104
98
117

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

Portions of RGB colors in percentages

R + G + B = 104 + 98 + 117 = 319 (100%)
R 104 of 319 ~ 32.6%
G 98 of 319 ~ 30.72%
B 117 of 319 ~ 36.68'%

%32.6
%30.72
%36.68

CMYK color model

#686275 color CMYK value is (11,16,0,54).

  • cyan value is 11.11%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (11,16,0,54) C11M16Y0K54 (11%,16%,0%,54%) (0.11/0.16/0.00/0.54) 

CMYK percentages

%11.11
%16.24
%0
%54.12

Codes

Color #686275 in popluar color models

68 62 75
RGB 104 98 117
HSL 259° 8.84% 42.16%
HSB/HSV 259° 16.24% 45.88%
CMYK 11.11% 16.24% 0.00%
54.12%

Color #686275 in popluar number systems.

HEX 68 62 75
Decimal 104 98 117
Binary 1101000 1100010 1110101
Octal 150 142 165

Shades and tints

Shades of #686275

#686275
(104,98,117)
#5F5A6B
(95,90,107)
#565261
(86,82,97)
#4D4A57
(77,74,87)
#44424D
(68,66,77)
#3B3A43
(59,58,67)
#323239
(50,50,57)
#292A2F
(41,42,47)
#202225
(32,34,37)
#171A1B
(23,26,27)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #686275

#686275
(104,98,117)
#757081
(117,112,129)
#827E8D
(130,126,141)
#8F8C99
(143,140,153)
#9C9AA5
(156,154,165)
#A9A8B1
(169,168,177)
#B6B6BD
(182,182,189)
#C3C4C9
(195,196,201)
#D0D2D5
(208,210,213)
#DDE0E1
(221,224,225)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686275 color. Also use rgb(104,98,117) instead hex code.

Text Font Color

.myTextColor { color: #686275; }

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

This text font color is #686275.

Background Color

.myBgColor { background-color: #686275; }

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

This div background color is #686275.

Border color

.myBorderColor { border: 1px solid #686275; }

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

This div border color is #686275.

Opacity

.myOpacity80 { color: #686275; opacity: 0.8; }

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

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

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

This text has shadow with #686275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686275.

Preview

Color preview on black background

This text has color #686275 on black background.


Color preview on white background

This text has color #686275 on white background.


Black color preview on #686275 background

This text has black color on #686275 background.


White color preview on #686275 background

This text has white color on #686275 background.


Related colors

Complementary color

Complementary color for #hex is #979D8A.


I love getcolorcode.com

Triadic colors

1 #756862 and #627568 with #686275 are triadic colors.

2 #756268 and #626875 with #686275 are triadic colors.