COLOR #609294

HEX: #609294
RGB: (96,146,148)

Color info

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

RGB color model

#609294 color RGB value is (96,146,148).

  • red value is 96;
  • green value is 146;
  • blue value is 148.
RGB:
(96,146,148)
(38%,57%,58%)

RGB channels and saturation

R 96 of 255 = 38%
G 146 of 255 = 57%
B 148 of 255 = 58%

96
146
148

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

Portions of RGB colors in percentages

R + G + B =
96 + 146 + 148 = 390 (100%)
R 96 of 390 ~ 24.62%
G 146 of 390 ~ 37.44%
B 148 of 390 ~ 37.95%

%24.62
%37.44
%37.95

CMYK color model

#609294 color CMYK value is (35,1,0,42).

  • cyan value is 35.14%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(35,1,0,42)
C35M1Y0K42 
(35%,1%,0%,42%)
(0.35/0.01/0.00/0.42)	

CMYK percentages

%35.14
%1.35
%0
%41.96

Codes

Color #609294 in popluar color models

609294
RGB96146148
HSL182°21.31%47.84%
HSB/HSV182°35.14%58.04%
CMYK35.14%1.35%0.00%
41.96%

Color #609294 in popluar number systems.

HEX609294
Decimal96146148
Binary11000001001001010010100
Octal140222224

Shades and tints

Shades of #609294

#609294
(96,146,148)
#588587
(88,133,135)
#50787A
(80,120,122)
#486B6D
(72,107,109)
#405E60
(64,94,96)
#385153
(56,81,83)
#304446
(48,68,70)
#283739
(40,55,57)
#202A2C
(32,42,44)
#181D1F
(24,29,31)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #609294

#609294
(96,146,148)
#6E9B9D
(110,155,157)
#7CA4A6
(124,164,166)
#8AADAF
(138,173,175)
#98B6B8
(152,182,184)
#A6BFC1
(166,191,193)
#B4C8CA
(180,200,202)
#C2D1D3
(194,209,211)
#D0DADC
(208,218,220)
#DEE3E5
(222,227,229)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609294 color. Also use rgb(96,146,148) instead hex code.

Text Font Color

.myTextColor { color: #609294; }

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

This text font color is #609294.


Background Color

.myBgColor { background-color: #609294; }

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

This div background color is #609294.


Border color

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

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

This div border color is #609294.


Opacity

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

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

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

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

This text has shadow with #609294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609294 on black background.


Color preview on white background

This text has color #609294 on white background.



Black color preview on #609294 background

This text has black color on #609294 background.


White color preview on #609294 background

This text has white color on #609294 background.