COLOR #659BAE

HEX: #659BAE RGB: (101,155,174)

Color info

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

RGB color model

#659BAE color RGB value is (101,155,174).

RGB: (101,155,174) (40%, 61%, 68%)

RGB channels and saturation

R 101 of 255 = 40%
G 155 of 255 = 61%
B 174 of 255 = 68%

101
155
174

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

Portions of RGB colors in percentages

R + G + B = 101 + 155 + 174 = 430 (100%)
R 101 of 430 ~ 23.49%
G 155 of 430 ~ 36.05%
B 174 of 430 ~ 40.47'%

%23.49
%36.05
%40.47

CMYK color model

#659BAE color CMYK value is (42,11,0,32).

  • cyan value is 41.95%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (42,11,0,32)
C42M11Y0K32 (42%, 11%, 0%, 32%)
(0.42 / 0.11 / 0.00 / 0.32)

CMYK percentages

%41.95
%10.92
%0
%31.76

Codes

Color #659BAE in popluar color models

65 9B AE
RGB 101 155 174
HSL 196° 31.06% 53.92%
HSB/HSV 196° 41.95% 68.24%
CMYK 41.95% 10.92% 0.00%
31.76%

Color #659BAE in popluar number systems.

HEX 65 9B AE
Decimal 101 155 174
Binary 1100101 10011011 10101110
Octal 145 233 256

Shades and tints

Shades of #659BAE

#659BAE
(101,155,174)
#5C8D9F
(92,141,159)
#537F90
(83,127,144)
#4A7181
(74,113,129)
#416372
(65,99,114)
#385563
(56,85,99)
#2F4754
(47,71,84)
#263945
(38,57,69)
#1D2B36
(29,43,54)
#141D27
(20,29,39)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #659BAE

#659BAE
(101,155,174)
#73A4B5
(115,164,181)
#81ADBC
(129,173,188)
#8FB6C3
(143,182,195)
#9DBFCA
(157,191,202)
#ABC8D1
(171,200,209)
#B9D1D8
(185,209,216)
#C7DADF
(199,218,223)
#D5E3E6
(213,227,230)
#E3ECED
(227,236,237)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659BAE color. Also use rgb(101,155,174) instead hex code.

Text Font Color

.myTextColor { color: #659BAE; }

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

This text font color is #659BAE.

Background Color

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

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

This div background color is #659BAE.

Border color

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

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

This div border color is #659BAE.

Opacity

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

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

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

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

This text has shadow with #659BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659BAE.

Preview

Color preview on black background

This text has color #659BAE on black background.


Color preview on white background

This text has color #659BAE on white background.


Black color preview on #659BAE background

This text has black color on #659BAE background.


White color preview on #659BAE background

This text has white color on #659BAE background.


Related colors

Complementary color

Complementary color for #hex is #9A6451.


I love getcolorcode.com

Triadic colors

1 #AE659B and #9BAE65 with #659BAE are triadic colors.

2 #AE9B65 and #9B65AE with #659BAE are triadic colors.