COLOR #659FB0

HEX: #659FB0 RGB: (101,159,176)

Color info

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

RGB color model

#659FB0 color RGB value is (101,159,176).

RGB: (101,159,176) (40%, 62%, 69%)

RGB channels and saturation

R 101 of 255 = 40%
G 159 of 255 = 62%
B 176 of 255 = 69%

101
159
176

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

Portions of RGB colors in percentages

R + G + B = 101 + 159 + 176 = 436 (100%)
R 101 of 436 ~ 23.17%
G 159 of 436 ~ 36.47%
B 176 of 436 ~ 40.37'%

%23.17
%36.47
%40.37

CMYK color model

#659FB0 color CMYK value is (43,10,0,31).

  • cyan value is 42.61%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (43,10,0,31)
C43M10Y0K31 (43%, 10%, 0%, 31%)
(0.43 / 0.10 / 0.00 / 0.31)

CMYK percentages

%42.61
%9.66
%0
%30.98

Codes

Color #659FB0 in popluar color models

65 9F B0
RGB 101 159 176
HSL 194° 32.19% 54.31%
HSB/HSV 194° 42.61% 69.02%
CMYK 42.61% 9.66% 0.00%
30.98%

Color #659FB0 in popluar number systems.

HEX 65 9F B0
Decimal 101 159 176
Binary 1100101 10011111 10110000
Octal 145 237 260

Shades and tints

Shades of #659FB0

#659FB0
(101,159,176)
#5C91A0
(92,145,160)
#538390
(83,131,144)
#4A7580
(74,117,128)
#416770
(65,103,112)
#385960
(56,89,96)
#2F4B50
(47,75,80)
#263D40
(38,61,64)
#1D2F30
(29,47,48)
#142120
(20,33,32)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #659FB0

#659FB0
(101,159,176)
#73A7B7
(115,167,183)
#81AFBE
(129,175,190)
#8FB7C5
(143,183,197)
#9DBFCC
(157,191,204)
#ABC7D3
(171,199,211)
#B9CFDA
(185,207,218)
#C7D7E1
(199,215,225)
#D5DFE8
(213,223,232)
#E3E7EF
(227,231,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659FB0 color. Also use rgb(101,159,176) instead hex code.

Text Font Color

.myTextColor { color: #659FB0; }

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

This text font color is #659FB0.

Background Color

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

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

This div background color is #659FB0.

Border color

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

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

This div border color is #659FB0.

Opacity

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

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

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

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

This text has shadow with #659FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659FB0.

Preview

Color preview on black background

This text has color #659FB0 on black background.


Color preview on white background

This text has color #659FB0 on white background.


Black color preview on #659FB0 background

This text has black color on #659FB0 background.


White color preview on #659FB0 background

This text has white color on #659FB0 background.


Related colors

Complementary color

Complementary color for #hex is #9A604F.


I love getcolorcode.com

Triadic colors

1 #B0659F and #9FB065 with #659FB0 are triadic colors.

2 #B09F65 and #9F65B0 with #659FB0 are triadic colors.