COLOR #659CA4

HEX: #659CA4 RGB: (101,156,164)

Color info

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

RGB color model

#659CA4 color RGB value is (101,156,164).

RGB: (101,156,164) (40%, 61%, 64%)

RGB channels and saturation

R 101 of 255 = 40%
G 156 of 255 = 61%
B 164 of 255 = 64%

101
156
164

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

Portions of RGB colors in percentages

R + G + B = 101 + 156 + 164 = 421 (100%)
R 101 of 421 ~ 23.99%
G 156 of 421 ~ 37.05%
B 164 of 421 ~ 38.95'%

%23.99
%37.05
%38.95

CMYK color model

#659CA4 color CMYK value is (38,5,0,36).

  • cyan value is 38.41%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (38,5,0,36)
C38M5Y0K36 (38%, 5%, 0%, 36%)
(0.38 / 0.05 / 0.00 / 0.36)

CMYK percentages

%38.41
%4.88
%0
%35.69

Codes

Color #659CA4 in popluar color models

65 9C A4
RGB 101 156 164
HSL 188° 25.71% 51.96%
HSB/HSV 188° 38.41% 64.31%
CMYK 38.41% 4.88% 0.00%
35.69%

Color #659CA4 in popluar number systems.

HEX 65 9C A4
Decimal 101 156 164
Binary 1100101 10011100 10100100
Octal 145 234 244

Shades and tints

Shades of #659CA4

#659CA4
(101,156,164)
#5C8E96
(92,142,150)
#538088
(83,128,136)
#4A727A
(74,114,122)
#41646C
(65,100,108)
#38565E
(56,86,94)
#2F4850
(47,72,80)
#263A42
(38,58,66)
#1D2C34
(29,44,52)
#141E26
(20,30,38)
#0B1018
(11,16,24)
#000000
(0,0,0)

Tints of #659CA4

#659CA4
(101,156,164)
#73A5AC
(115,165,172)
#81AEB4
(129,174,180)
#8FB7BC
(143,183,188)
#9DC0C4
(157,192,196)
#ABC9CC
(171,201,204)
#B9D2D4
(185,210,212)
#C7DBDC
(199,219,220)
#D5E4E4
(213,228,228)
#E3EDEC
(227,237,236)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659CA4 color. Also use rgb(101,156,164) instead hex code.

Text Font Color

.myTextColor { color: #659CA4; }

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

This text font color is #659CA4.

Background Color

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

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

This div background color is #659CA4.

Border color

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

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

This div border color is #659CA4.

Opacity

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

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

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

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

This text has shadow with #659CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659CA4.

Preview

Color preview on black background

This text has color #659CA4 on black background.


Color preview on white background

This text has color #659CA4 on white background.


Black color preview on #659CA4 background

This text has black color on #659CA4 background.


White color preview on #659CA4 background

This text has white color on #659CA4 background.


Related colors

Complementary color

Complementary color for #hex is #9A635B.


I love getcolorcode.com

Triadic colors

1 #A4659C and #9CA465 with #659CA4 are triadic colors.

2 #A49C65 and #9C65A4 with #659CA4 are triadic colors.