COLOR #659AAB

HEX: #659AAB RGB: (101,154,171)

Color info

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

RGB color model

#659AAB color RGB value is (101,154,171).

RGB: (101,154,171) (40%, 60%, 67%)

RGB channels and saturation

R 101 of 255 = 40%
G 154 of 255 = 60%
B 171 of 255 = 67%

101
154
171

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

Portions of RGB colors in percentages

R + G + B = 101 + 154 + 171 = 426 (100%)
R 101 of 426 ~ 23.71%
G 154 of 426 ~ 36.15%
B 171 of 426 ~ 40.14'%

%23.71
%36.15
%40.14

CMYK color model

#659AAB color CMYK value is (41,10,0,33).

  • cyan value is 40.94%
  • magenta value is 9.94%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (41,10,0,33)
C41M10Y0K33 (41%, 10%, 0%, 33%)
(0.41 / 0.10 / 0.00 / 0.33)

CMYK percentages

%40.94
%9.94
%0
%32.94

Codes

Color #659AAB in popluar color models

65 9A AB
RGB 101 154 171
HSL 195° 29.41% 53.33%
HSB/HSV 195° 40.94% 67.06%
CMYK 40.94% 9.94% 0.00%
32.94%

Color #659AAB in popluar number systems.

HEX 65 9A AB
Decimal 101 154 171
Binary 1100101 10011010 10101011
Octal 145 232 253

Shades and tints

Shades of #659AAB

#659AAB
(101,154,171)
#5C8C9C
(92,140,156)
#537E8D
(83,126,141)
#4A707E
(74,112,126)
#41626F
(65,98,111)
#385460
(56,84,96)
#2F4651
(47,70,81)
#263842
(38,56,66)
#1D2A33
(29,42,51)
#141C24
(20,28,36)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #659AAB

#659AAB
(101,154,171)
#73A3B2
(115,163,178)
#81ACB9
(129,172,185)
#8FB5C0
(143,181,192)
#9DBEC7
(157,190,199)
#ABC7CE
(171,199,206)
#B9D0D5
(185,208,213)
#C7D9DC
(199,217,220)
#D5E2E3
(213,226,227)
#E3EBEA
(227,235,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659AAB color. Also use rgb(101,154,171) instead hex code.

Text Font Color

.myTextColor { color: #659AAB; }

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

This text font color is #659AAB.

Background Color

.myBgColor { background-color: #659AAB; }

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

This div background color is #659AAB.

Border color

.myBorderColor { border: 1px solid #659AAB; }

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

This div border color is #659AAB.

Opacity

.myOpacity80 { color: #659AAB; opacity: 0.8; }

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

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

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

This text has shadow with #659AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659AAB.

Preview

Color preview on black background

This text has color #659AAB on black background.


Color preview on white background

This text has color #659AAB on white background.


Black color preview on #659AAB background

This text has black color on #659AAB background.


White color preview on #659AAB background

This text has white color on #659AAB background.


Related colors

Complementary color

Complementary color for #hex is #9A6554.


I love getcolorcode.com

Triadic colors

1 #AB659A and #9AAB65 with #659AAB are triadic colors.

2 #AB9A65 and #9A65AB with #659AAB are triadic colors.