COLOR #659EB1

HEX: #659EB1
RGB: (101,158,177)

Color info

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

RGB color model

#659EB1 color RGB value is (101,158,177).

  • red value is 101;
  • green value is 158;
  • blue value is 177.
RGB:
(101,158,177)
(40%,62%,69%)

RGB channels and saturation

R 101 of 255 = 40%
G 158 of 255 = 62%
B 177 of 255 = 69%

101
158
177

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

Portions of RGB colors in percentages

R + G + B =
101 + 158 + 177 = 436 (100%)
R 101 of 436 ~ 23.17%
G 158 of 436 ~ 36.24%
B 177 of 436 ~ 40.6%

%23.17
%36.24
%40.6

CMYK color model

#659EB1 color CMYK value is (43,11,0,31).

  • cyan value is 42.94%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(43,11,0,31)
C43M11Y0K31 
(43%,11%,0%,31%)
(0.43/0.11/0.00/0.31)	

CMYK percentages

%42.94
%10.73
%0
%30.59

Codes

Color #659EB1 in popluar color models

659EB1
RGB101158177
HSL195°32.76%54.51%
HSB/HSV195°42.94%69.41%
CMYK42.94%10.73%0.00%
30.59%

Color #659EB1 in popluar number systems.

HEX659EB1
Decimal101158177
Binary11001011001111010110001
Octal145236261

Shades and tints

Shades of #659EB1

#659EB1
(101,158,177)
#5C90A1
(92,144,161)
#538291
(83,130,145)
#4A7481
(74,116,129)
#416671
(65,102,113)
#385861
(56,88,97)
#2F4A51
(47,74,81)
#263C41
(38,60,65)
#1D2E31
(29,46,49)
#142021
(20,32,33)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #659EB1

#659EB1
(101,158,177)
#73A6B8
(115,166,184)
#81AEBF
(129,174,191)
#8FB6C6
(143,182,198)
#9DBECD
(157,190,205)
#ABC6D4
(171,198,212)
#B9CEDB
(185,206,219)
#C7D6E2
(199,214,226)
#D5DEE9
(213,222,233)
#E3E6F0
(227,230,240)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659EB1; }

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

This text font color is #659EB1.


Background Color

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

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

This div background color is #659EB1.


Border color

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

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

This div border color is #659EB1.


Opacity

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

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

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

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

This text has shadow with #659EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659EB1 on black background.


Color preview on white background

This text has color #659EB1 on white background.



Black color preview on #659EB1 background

This text has black color on #659EB1 background.


White color preview on #659EB1 background

This text has white color on #659EB1 background.