COLOR #608684

HEX: #608684
RGB: (96,134,132)

Color info

#608684 contains red, green and blue colors in about the same proportion. Web safe color of #608684 is #669999 (or #699).

RGB color model

#608684 color RGB value is (96,134,132).

  • red value is 96;
  • green value is 134;
  • blue value is 132.
RGB:
(96,134,132)
(38%,53%,52%)

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 132 of 255 = 52%

96
134
132

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

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 132 = 362 (100%)
R 96 of 362 ~ 26.52%
G 134 of 362 ~ 37.02%
B 132 of 362 ~ 36.46%

%26.52
%37.02
%36.46

CMYK color model

#608684 color CMYK value is (28,0,1,47).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 47.45%
CMYK:
(28,0,1,47)
C28M0Y1K47 
(28%,0%,1%,47%)
(0.28/0.00/0.01/0.47)	

CMYK percentages

%28.36
%0
%1.49
%47.45

Codes

Color #608684 in popluar color models

608684
RGB96134132
HSL177°16.52%45.10%
HSB/HSV177°28.36%52.55%
CMYK28.36%0.00%1.49%
47.45%

Color #608684 in popluar number systems.

HEX608684
Decimal96134132
Binary11000001000011010000100
Octal140206204

Shades and tints

Shades of #608684

#608684
(96,134,132)
#587A78
(88,122,120)
#506E6C
(80,110,108)
#486260
(72,98,96)
#405654
(64,86,84)
#384A48
(56,74,72)
#303E3C
(48,62,60)
#283230
(40,50,48)
#202624
(32,38,36)
#181A18
(24,26,24)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #608684

#608684
(96,134,132)
#6E918F
(110,145,143)
#7C9C9A
(124,156,154)
#8AA7A5
(138,167,165)
#98B2B0
(152,178,176)
#A6BDBB
(166,189,187)
#B4C8C6
(180,200,198)
#C2D3D1
(194,211,209)
#D0DEDC
(208,222,220)
#DEE9E7
(222,233,231)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608684 color. Also use rgb(96,134,132) instead hex code.

Text Font Color

.myTextColor { color: #608684; }

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

This text font color is #608684.


Background Color

.myBgColor { background-color: #608684; }

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

This div background color is #608684.


Border color

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

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

This div border color is #608684.


Opacity

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

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

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

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

This text has shadow with #608684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608684 on black background.


Color preview on white background

This text has color #608684 on white background.



Black color preview on #608684 background

This text has black color on #608684 background.


White color preview on #608684 background

This text has white color on #608684 background.