COLOR #609999

HEX: #609999
RGB: (96,153,153)

Color info

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

RGB color model

#609999 color RGB value is (96,153,153).

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

RGB channels and saturation

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

96
153
153

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

Portions of RGB colors in percentages

R + G + B =
96 + 153 + 153 = 402 (100%)
R 96 of 402 ~ 23.88%
G 153 of 402 ~ 38.06%
B 153 of 402 ~ 38.06%

%23.88
%38.06
%38.06

CMYK color model

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

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

CMYK percentages

%37.25
%0
%0
%40

Codes

Color #609999 in popluar color models

609999
RGB96153153
HSL180°22.89%48.82%
HSB/HSV180°37.25%60.00%
CMYK37.25%0.00%0.00%
40.00%

Color #609999 in popluar number systems.

HEX609999
Decimal96153153
Binary11000001001100110011001
Octal140231231

Shades and tints

Shades of #609999

#609999
(96,153,153)
#588C8C
(88,140,140)
#507F7F
(80,127,127)
#487272
(72,114,114)
#406565
(64,101,101)
#385858
(56,88,88)
#304B4B
(48,75,75)
#283E3E
(40,62,62)
#203131
(32,49,49)
#182424
(24,36,36)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #609999

#609999
(96,153,153)
#6EA2A2
(110,162,162)
#7CABAB
(124,171,171)
#8AB4B4
(138,180,180)
#98BDBD
(152,189,189)
#A6C6C6
(166,198,198)
#B4CFCF
(180,207,207)
#C2D8D8
(194,216,216)
#D0E1E1
(208,225,225)
#DEEAEA
(222,234,234)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609999; }

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

This text font color is #609999.


Background Color

.myBgColor { background-color: #609999; }

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

This div background color is #609999.


Border color

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

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

This div border color is #609999.


Opacity

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

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

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

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

This text has shadow with #609999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609999 on black background.


Color preview on white background

This text has color #609999 on white background.



Black color preview on #609999 background

This text has black color on #609999 background.


White color preview on #609999 background

This text has white color on #609999 background.