COLOR #659EA4

HEX: #659EA4 RGB: (101,158,164)

Color info

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

RGB color model

#659EA4 color RGB value is (101,158,164).

RGB: (101,158,164) (40%, 62%, 64%)

RGB channels and saturation

R 101 of 255 = 40%
G 158 of 255 = 62%
B 164 of 255 = 64%

101
158
164

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

Portions of RGB colors in percentages

R + G + B = 101 + 158 + 164 = 423 (100%)
R 101 of 423 ~ 23.88%
G 158 of 423 ~ 37.35%
B 164 of 423 ~ 38.77'%

%23.88
%37.35
%38.77

CMYK color model

#659EA4 color CMYK value is (38,4,0,36).

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

CMYK: (38,4,0,36)
C38M4Y0K36 (38%, 4%, 0%, 36%)
(0.38 / 0.04 / 0.00 / 0.36)

CMYK percentages

%38.41
%3.66
%0
%35.69

Codes

Color #659EA4 in popluar color models

65 9E A4
RGB 101 158 164
HSL 186° 25.71% 51.96%
HSB/HSV 186° 38.41% 64.31%
CMYK 38.41% 3.66% 0.00%
35.69%

Color #659EA4 in popluar number systems.

HEX 65 9E A4
Decimal 101 158 164
Binary 1100101 10011110 10100100
Octal 145 236 244

Shades and tints

Shades of #659EA4

#659EA4
(101,158,164)
#5C9096
(92,144,150)
#538288
(83,130,136)
#4A747A
(74,116,122)
#41666C
(65,102,108)
#38585E
(56,88,94)
#2F4A50
(47,74,80)
#263C42
(38,60,66)
#1D2E34
(29,46,52)
#142026
(20,32,38)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #659EA4

#659EA4
(101,158,164)
#73A6AC
(115,166,172)
#81AEB4
(129,174,180)
#8FB6BC
(143,182,188)
#9DBEC4
(157,190,196)
#ABC6CC
(171,198,204)
#B9CED4
(185,206,212)
#C7D6DC
(199,214,220)
#D5DEE4
(213,222,228)
#E3E6EC
(227,230,236)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659EA4; }

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

This text font color is #659EA4.

Background Color

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

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

This div background color is #659EA4.

Border color

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

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

This div border color is #659EA4.

Opacity

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

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

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

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

This text has shadow with #659EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659EA4.

Preview

Color preview on black background

This text has color #659EA4 on black background.


Color preview on white background

This text has color #659EA4 on white background.


Black color preview on #659EA4 background

This text has black color on #659EA4 background.


White color preview on #659EA4 background

This text has white color on #659EA4 background.


Related colors

Complementary color

Complementary color for #hex is #9A615B.


I love getcolorcode.com

Triadic colors

1 #A4659E and #9EA465 with #659EA4 are triadic colors.

2 #A49E65 and #9E65A4 with #659EA4 are triadic colors.