COLOR #609693

HEX: #609693
RGB: (96,150,147)

Color info

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

RGB color model

#609693 color RGB value is (96,150,147).

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

RGB channels and saturation

R 96 of 255 = 38%
G 150 of 255 = 59%
B 147 of 255 = 58%

96
150
147

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

Portions of RGB colors in percentages

R + G + B =
96 + 150 + 147 = 393 (100%)
R 96 of 393 ~ 24.43%
G 150 of 393 ~ 38.17%
B 147 of 393 ~ 37.4%

%24.43
%38.17
%37.4

CMYK color model

#609693 color CMYK value is (36,0,2,41).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(36,0,2,41)
C36M0Y2K41 
(36%,0%,2%,41%)
(0.36/0.00/0.02/0.41)	

CMYK percentages

%36
%0
%2
%41.18

Codes

Color #609693 in popluar color models

609693
RGB96150147
HSL177°21.95%48.24%
HSB/HSV177°36.00%58.82%
CMYK36.00%0.00%2.00%
41.18%

Color #609693 in popluar number systems.

HEX609693
Decimal96150147
Binary11000001001011010010011
Octal140226223

Shades and tints

Shades of #609693

#609693
(96,150,147)
#588986
(88,137,134)
#507C79
(80,124,121)
#486F6C
(72,111,108)
#40625F
(64,98,95)
#385552
(56,85,82)
#304845
(48,72,69)
#283B38
(40,59,56)
#202E2B
(32,46,43)
#18211E
(24,33,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #609693

#609693
(96,150,147)
#6E9F9C
(110,159,156)
#7CA8A5
(124,168,165)
#8AB1AE
(138,177,174)
#98BAB7
(152,186,183)
#A6C3C0
(166,195,192)
#B4CCC9
(180,204,201)
#C2D5D2
(194,213,210)
#D0DEDB
(208,222,219)
#DEE7E4
(222,231,228)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609693; }

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

This text font color is #609693.


Background Color

.myBgColor { background-color: #609693; }

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

This div background color is #609693.


Border color

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

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

This div border color is #609693.


Opacity

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

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

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

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

This text has shadow with #609693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609693 on black background.


Color preview on white background

This text has color #609693 on white background.



Black color preview on #609693 background

This text has black color on #609693 background.


White color preview on #609693 background

This text has white color on #609693 background.