COLOR #609798

HEX: #609798
RGB: (96,151,152)

Color info

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

RGB color model

#609798 color RGB value is (96,151,152).

  • red value is 96;
  • green value is 151;
  • blue value is 152.
RGB:
(96,151,152)
(38%,59%,60%)

RGB channels and saturation

R 96 of 255 = 38%
G 151 of 255 = 59%
B 152 of 255 = 60%

96
151
152

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

Portions of RGB colors in percentages

R + G + B =
96 + 151 + 152 = 399 (100%)
R 96 of 399 ~ 24.06%
G 151 of 399 ~ 37.84%
B 152 of 399 ~ 38.1%

%24.06
%37.84
%38.1

CMYK color model

#609798 color CMYK value is (37,1,0,40).

  • cyan value is 36.84%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(37,1,0,40)
C37M1Y0K40 
(37%,1%,0%,40%)
(0.37/0.01/0.00/0.40)	

CMYK percentages

%36.84
%0.66
%0
%40.39

Codes

Color #609798 in popluar color models

609798
RGB96151152
HSL181°22.58%48.63%
HSB/HSV181°36.84%59.61%
CMYK36.84%0.66%0.00%
40.39%

Color #609798 in popluar number systems.

HEX609798
Decimal96151152
Binary11000001001011110011000
Octal140227230

Shades and tints

Shades of #609798

#609798
(96,151,152)
#588A8B
(88,138,139)
#507D7E
(80,125,126)
#487071
(72,112,113)
#406364
(64,99,100)
#385657
(56,86,87)
#30494A
(48,73,74)
#283C3D
(40,60,61)
#202F30
(32,47,48)
#182223
(24,34,35)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #609798

#609798
(96,151,152)
#6EA0A1
(110,160,161)
#7CA9AA
(124,169,170)
#8AB2B3
(138,178,179)
#98BBBC
(152,187,188)
#A6C4C5
(166,196,197)
#B4CDCE
(180,205,206)
#C2D6D7
(194,214,215)
#D0DFE0
(208,223,224)
#DEE8E9
(222,232,233)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609798 color. Also use rgb(96,151,152) instead hex code.

Text Font Color

.myTextColor { color: #609798; }

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

This text font color is #609798.


Background Color

.myBgColor { background-color: #609798; }

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

This div background color is #609798.


Border color

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

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

This div border color is #609798.


Opacity

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

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

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

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

This text has shadow with #609798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609798 on black background.


Color preview on white background

This text has color #609798 on white background.



Black color preview on #609798 background

This text has black color on #609798 background.


White color preview on #609798 background

This text has white color on #609798 background.