COLOR #656EAB

HEX: #656EAB
RGB: (101,110,171)

Color info

#656EAB contains mainly blue color. Web safe color of #656EAB is #666699 (or #669).

RGB color model

#656EAB color RGB value is (101,110,171).

  • red value is 101;
  • green value is 110;
  • blue value is 171.
RGB:
(101,110,171)
(40%,43%,67%)

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 171 of 255 = 67%

101
110
171

R + G + B ~ 50%. #656EAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 110 + 171 = 382 (100%)
R 101 of 382 ~ 26.44%
G 110 of 382 ~ 28.8%
B 171 of 382 ~ 44.76%

%26.44
%28.8
%44.76

CMYK color model

#656EAB color CMYK value is (41,36,0,33).

  • cyan value is 40.94%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(41,36,0,33)
C41M36Y0K33 
(41%,36%,0%,33%)
(0.41/0.36/0.00/0.33)	

CMYK percentages

%40.94
%35.67
%0
%32.94

Codes

Color #656EAB in popluar color models

656EAB
RGB101110171
HSL232°29.41%53.33%
HSB/HSV232°40.94%67.06%
CMYK40.94%35.67%0.00%
32.94%

Color #656EAB in popluar number systems.

HEX656EAB
Decimal101110171
Binary1100101110111010101011
Octal145156253

Shades and tints

Shades of #656EAB

#656EAB
(101,110,171)
#5C649C
(92,100,156)
#535A8D
(83,90,141)
#4A507E
(74,80,126)
#41466F
(65,70,111)
#383C60
(56,60,96)
#2F3251
(47,50,81)
#262842
(38,40,66)
#1D1E33
(29,30,51)
#141424
(20,20,36)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #656EAB

#656EAB
(101,110,171)
#737BB2
(115,123,178)
#8188B9
(129,136,185)
#8F95C0
(143,149,192)
#9DA2C7
(157,162,199)
#ABAFCE
(171,175,206)
#B9BCD5
(185,188,213)
#C7C9DC
(199,201,220)
#D5D6E3
(213,214,227)
#E3E3EA
(227,227,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656EAB color. Also use rgb(101,110,171) instead hex code.

Text Font Color

.myTextColor { color: #656EAB; }

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

This text font color is #656EAB.


Background Color

.myBgColor { background-color: #656EAB; }

<div style="background-color:#656EAB">Inner text</div>

This div background color is #656EAB.


Border color

.myBorderColor { border: 1px solid #656EAB; }

<div style="border:3px solid #656EAB">Div</div>

This div border color is #656EAB.


Opacity

.myOpacity80 { color: #656EAB; opacity: 0.8; }

<p style="color:#656EAB;opacity:0.8;">80%</p>

Text with #656EAB 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 #656EAB;}

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

This text has shadow with #656EAB color.

.textShadow {text-shadow: 3px 3px 1px #656EAB, 3px 3px 1px red;}

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

This text has shadow with #656EAB primary color and red secondary color.


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

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

This text has shadow with #656EAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656EAB on black background.


Color preview on white background

This text has color #656EAB on white background.



Black color preview on #656EAB background

This text has black color on #656EAB background.


White color preview on #656EAB background

This text has white color on #656EAB background.