COLOR #609DAB

HEX: #609DAB RGB: (96,157,171)

Color info

#609DAB contains mainly green and blue colors. Web safe color of #609DAB is #669999 (or #699).

RGB color model

#609DAB color RGB value is (96,157,171).

RGB: (96,157,171) (38%, 62%, 67%)

RGB channels and saturation

R 96 of 255 = 38%
G 157 of 255 = 62%
B 171 of 255 = 67%

96
157
171

R + G + B ~ 56%. #609DAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 157 + 171 = 424 (100%)
R 96 of 424 ~ 22.64%
G 157 of 424 ~ 37.03%
B 171 of 424 ~ 40.33'%

%22.64
%37.03
%40.33

CMYK color model

#609DAB color CMYK value is (44,8,0,33).

  • cyan value is 43.86%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (44,8,0,33)
C44M8Y0K33 (44%, 8%, 0%, 33%)
(0.44 / 0.08 / 0.00 / 0.33)

CMYK percentages

%43.86
%8.19
%0
%32.94

Codes

Color #609DAB in popluar color models

60 9D AB
RGB 96 157 171
HSL 191° 30.86% 52.35%
HSB/HSV 191° 43.86% 67.06%
CMYK 43.86% 8.19% 0.00%
32.94%

Color #609DAB in popluar number systems.

HEX 60 9D AB
Decimal 96 157 171
Binary 1100000 10011101 10101011
Octal 140 235 253

Shades and tints

Shades of #609DAB

#609DAB
(96,157,171)
#588F9C
(88,143,156)
#50818D
(80,129,141)
#48737E
(72,115,126)
#40656F
(64,101,111)
#385760
(56,87,96)
#304951
(48,73,81)
#283B42
(40,59,66)
#202D33
(32,45,51)
#181F24
(24,31,36)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #609DAB

#609DAB
(96,157,171)
#6EA5B2
(110,165,178)
#7CADB9
(124,173,185)
#8AB5C0
(138,181,192)
#98BDC7
(152,189,199)
#A6C5CE
(166,197,206)
#B4CDD5
(180,205,213)
#C2D5DC
(194,213,220)
#D0DDE3
(208,221,227)
#DEE5EA
(222,229,234)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609DAB color. Also use rgb(96,157,171) instead hex code.

Text Font Color

.myTextColor { color: #609DAB; }

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

This text font color is #609DAB.

Background Color

.myBgColor { background-color: #609DAB; }

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

This div background color is #609DAB.

Border color

.myBorderColor { border: 1px solid #609DAB; }

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

This div border color is #609DAB.

Opacity

.myOpacity80 { color: #609DAB; opacity: 0.8; }

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

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

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

This text has shadow with #609DAB color.


.textShadow {text-shadow: 3px 3px 1px #609DAB', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #609DAB; -webkit-box-shadow: 1px 1px 3px 2px #609DAB; box-shadow:1px 1px 3px 2px #609DAB;">
Div content here
</div>

This div box has shadow with color #609DAB.

Preview

Color preview on black background

This text has color #609DAB on black background.


Color preview on white background

This text has color #609DAB on white background.


Black color preview on #609DAB background

This text has black color on #609DAB background.


White color preview on #609DAB background

This text has white color on #609DAB background.


Related colors

Complementary color

Complementary color for #hex is #9F6254.


I love getcolorcode.com

Triadic colors

1 #AB609D and #9DAB60 with #609DAB are triadic colors.

2 #AB9D60 and #9D60AB with #609DAB are triadic colors.