COLOR #688085

HEX: #688085
RGB: (104,128,133)

Color info

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

RGB color model

#688085 color RGB value is (104,128,133).

  • red value is 104;
  • green value is 128;
  • blue value is 133.
RGB:
(104,128,133)
(41%,50%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 133 of 255 = 52%

104
128
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 133 = 365 (100%)
R 104 of 365 ~ 28.49%
G 128 of 365 ~ 35.07%
B 133 of 365 ~ 36.44%

%28.49
%35.07
%36.44

CMYK color model

#688085 color CMYK value is (22,4,0,48).

  • cyan value is 21.80%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(22,4,0,48)
C22M4Y0K48 
(22%,4%,0%,48%)
(0.22/0.04/0.00/0.48)	

CMYK percentages

%21.8
%3.76
%0
%47.84

Codes

Color #688085 in popluar color models

688085
RGB104128133
HSL190°12.24%46.47%
HSB/HSV190°21.80%52.16%
CMYK21.80%3.76%0.00%
47.84%

Color #688085 in popluar number systems.

HEX688085
Decimal104128133
Binary11010001000000010000101
Octal150200205

Shades and tints

Shades of #688085

#688085
(104,128,133)
#5F7579
(95,117,121)
#566A6D
(86,106,109)
#4D5F61
(77,95,97)
#445455
(68,84,85)
#3B4949
(59,73,73)
#323E3D
(50,62,61)
#293331
(41,51,49)
#202825
(32,40,37)
#171D19
(23,29,25)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #688085

#688085
(104,128,133)
#758B90
(117,139,144)
#82969B
(130,150,155)
#8FA1A6
(143,161,166)
#9CACB1
(156,172,177)
#A9B7BC
(169,183,188)
#B6C2C7
(182,194,199)
#C3CDD2
(195,205,210)
#D0D8DD
(208,216,221)
#DDE3E8
(221,227,232)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688085 color. Also use rgb(104,128,133) instead hex code.

Text Font Color

.myTextColor { color: #688085; }

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

This text font color is #688085.


Background Color

.myBgColor { background-color: #688085; }

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

This div background color is #688085.


Border color

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

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

This div border color is #688085.


Opacity

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

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

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

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

This text has shadow with #688085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688085 on black background.


Color preview on white background

This text has color #688085 on white background.



Black color preview on #688085 background

This text has black color on #688085 background.


White color preview on #688085 background

This text has white color on #688085 background.