COLOR #686183

HEX: #686183
RGB: (104,97,131)

Color info

#686183 contains red, green and blue colors in about the same proportion. Web safe color of #686183 is #666699 (or #669).

RGB color model

#686183 color RGB value is (104,97,131).

  • red value is 104;
  • green value is 97;
  • blue value is 131.
RGB:
(104,97,131)
(41%,38%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 131 of 255 = 51%

104
97
131

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 131 = 332 (100%)
R 104 of 332 ~ 31.33%
G 97 of 332 ~ 29.22%
B 131 of 332 ~ 39.46%

%31.33
%29.22
%39.46

CMYK color model

#686183 color CMYK value is (21,26,0,49).

  • cyan value is 20.61%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(21,26,0,49)
C21M26Y0K49 
(21%,26%,0%,49%)
(0.21/0.26/0.00/0.49)	

CMYK percentages

%20.61
%25.95
%0
%48.63

Codes

Color #686183 in popluar color models

686183
RGB10497131
HSL252°14.91%44.71%
HSB/HSV252°25.95%51.37%
CMYK20.61%25.95%0.00%
48.63%

Color #686183 in popluar number systems.

HEX686183
Decimal10497131
Binary1101000110000110000011
Octal150141203

Shades and tints

Shades of #686183

#686183
(104,97,131)
#5F5978
(95,89,120)
#56516D
(86,81,109)
#4D4962
(77,73,98)
#444157
(68,65,87)
#3B394C
(59,57,76)
#323141
(50,49,65)
#292936
(41,41,54)
#20212B
(32,33,43)
#171920
(23,25,32)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #686183

#686183
(104,97,131)
#756F8E
(117,111,142)
#827D99
(130,125,153)
#8F8BA4
(143,139,164)
#9C99AF
(156,153,175)
#A9A7BA
(169,167,186)
#B6B5C5
(182,181,197)
#C3C3D0
(195,195,208)
#D0D1DB
(208,209,219)
#DDDFE6
(221,223,230)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686183; }

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

This text font color is #686183.


Background Color

.myBgColor { background-color: #686183; }

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

This div background color is #686183.


Border color

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

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

This div border color is #686183.


Opacity

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

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

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

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

This text has shadow with #686183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686183 on black background.


Color preview on white background

This text has color #686183 on white background.



Black color preview on #686183 background

This text has black color on #686183 background.


White color preview on #686183 background

This text has white color on #686183 background.