COLOR #608693

HEX: #608693
RGB: (96,134,147)

Color info

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

RGB color model

#608693 color RGB value is (96,134,147).

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

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 147 of 255 = 58%

96
134
147

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

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 147 = 377 (100%)
R 96 of 377 ~ 25.46%
G 134 of 377 ~ 35.54%
B 147 of 377 ~ 38.99%

%25.46
%35.54
%38.99

CMYK color model

#608693 color CMYK value is (35,9,0,42).

  • cyan value is 34.69%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(35,9,0,42)
C35M9Y0K42 
(35%,9%,0%,42%)
(0.35/0.09/0.00/0.42)	

CMYK percentages

%34.69
%8.84
%0
%42.35

Codes

Color #608693 in popluar color models

608693
RGB96134147
HSL195°20.99%47.65%
HSB/HSV195°34.69%57.65%
CMYK34.69%8.84%0.00%
42.35%

Color #608693 in popluar number systems.

HEX608693
Decimal96134147
Binary11000001000011010010011
Octal140206223

Shades and tints

Shades of #608693

#608693
(96,134,147)
#587A86
(88,122,134)
#506E79
(80,110,121)
#48626C
(72,98,108)
#40565F
(64,86,95)
#384A52
(56,74,82)
#303E45
(48,62,69)
#283238
(40,50,56)
#20262B
(32,38,43)
#181A1E
(24,26,30)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #608693

#608693
(96,134,147)
#6E919C
(110,145,156)
#7C9CA5
(124,156,165)
#8AA7AE
(138,167,174)
#98B2B7
(152,178,183)
#A6BDC0
(166,189,192)
#B4C8C9
(180,200,201)
#C2D3D2
(194,211,210)
#D0DEDB
(208,222,219)
#DEE9E4
(222,233,228)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608693; }

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

This text font color is #608693.


Background Color

.myBgColor { background-color: #608693; }

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

This div background color is #608693.


Border color

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

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

This div border color is #608693.


Opacity

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

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

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

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

This text has shadow with #608693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608693 on black background.


Color preview on white background

This text has color #608693 on white background.



Black color preview on #608693 background

This text has black color on #608693 background.


White color preview on #608693 background

This text has white color on #608693 background.