COLOR #609199

HEX: #609199
RGB: (96,145,153)

Color info

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

RGB color model

#609199 color RGB value is (96,145,153).

  • red value is 96;
  • green value is 145;
  • blue value is 153.
RGB:
(96,145,153)
(38%,57%,60%)

RGB channels and saturation

R 96 of 255 = 38%
G 145 of 255 = 57%
B 153 of 255 = 60%

96
145
153

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

Portions of RGB colors in percentages

R + G + B =
96 + 145 + 153 = 394 (100%)
R 96 of 394 ~ 24.37%
G 145 of 394 ~ 36.8%
B 153 of 394 ~ 38.83%

%24.37
%36.8
%38.83

CMYK color model

#609199 color CMYK value is (37,5,0,40).

  • cyan value is 37.25%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(37,5,0,40)
C37M5Y0K40 
(37%,5%,0%,40%)
(0.37/0.05/0.00/0.40)	

CMYK percentages

%37.25
%5.23
%0
%40

Codes

Color #609199 in popluar color models

609199
RGB96145153
HSL188°22.89%48.82%
HSB/HSV188°37.25%60.00%
CMYK37.25%5.23%0.00%
40.00%

Color #609199 in popluar number systems.

HEX609199
Decimal96145153
Binary11000001001000110011001
Octal140221231

Shades and tints

Shades of #609199

#609199
(96,145,153)
#58848C
(88,132,140)
#50777F
(80,119,127)
#486A72
(72,106,114)
#405D65
(64,93,101)
#385058
(56,80,88)
#30434B
(48,67,75)
#28363E
(40,54,62)
#202931
(32,41,49)
#181C24
(24,28,36)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #609199

#609199
(96,145,153)
#6E9BA2
(110,155,162)
#7CA5AB
(124,165,171)
#8AAFB4
(138,175,180)
#98B9BD
(152,185,189)
#A6C3C6
(166,195,198)
#B4CDCF
(180,205,207)
#C2D7D8
(194,215,216)
#D0E1E1
(208,225,225)
#DEEBEA
(222,235,234)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609199 color. Also use rgb(96,145,153) instead hex code.

Text Font Color

.myTextColor { color: #609199; }

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

This text font color is #609199.


Background Color

.myBgColor { background-color: #609199; }

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

This div background color is #609199.


Border color

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

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

This div border color is #609199.


Opacity

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

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

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

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

This text has shadow with #609199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609199 on black background.


Color preview on white background

This text has color #609199 on white background.



Black color preview on #609199 background

This text has black color on #609199 background.


White color preview on #609199 background

This text has white color on #609199 background.