COLOR #656EA1

HEX: #656EA1
RGB: (101,110,161)

Color info

#656EA1 contains mainly green and blue colors. Web safe color of #656EA1 is #666699 (or #669).

RGB color model

#656EA1 color RGB value is (101,110,161).

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

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 161 of 255 = 63%

101
110
161

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

Portions of RGB colors in percentages

R + G + B =
101 + 110 + 161 = 372 (100%)
R 101 of 372 ~ 27.15%
G 110 of 372 ~ 29.57%
B 161 of 372 ~ 43.28%

%27.15
%29.57
%43.28

CMYK color model

#656EA1 color CMYK value is (37,32,0,37).

  • cyan value is 37.27%
  • magenta value is 31.68%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(37,32,0,37)
C37M32Y0K37 
(37%,32%,0%,37%)
(0.37/0.32/0.00/0.37)	

CMYK percentages

%37.27
%31.68
%0
%36.86

Codes

Color #656EA1 in popluar color models

656EA1
RGB101110161
HSL231°24.19%51.37%
HSB/HSV231°37.27%63.14%
CMYK37.27%31.68%0.00%
36.86%

Color #656EA1 in popluar number systems.

HEX656EA1
Decimal101110161
Binary1100101110111010100001
Octal145156241

Shades and tints

Shades of #656EA1

#656EA1
(101,110,161)
#5C6493
(92,100,147)
#535A85
(83,90,133)
#4A5077
(74,80,119)
#414669
(65,70,105)
#383C5B
(56,60,91)
#2F324D
(47,50,77)
#26283F
(38,40,63)
#1D1E31
(29,30,49)
#141423
(20,20,35)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #656EA1

#656EA1
(101,110,161)
#737BA9
(115,123,169)
#8188B1
(129,136,177)
#8F95B9
(143,149,185)
#9DA2C1
(157,162,193)
#ABAFC9
(171,175,201)
#B9BCD1
(185,188,209)
#C7C9D9
(199,201,217)
#D5D6E1
(213,214,225)
#E3E3E9
(227,227,233)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656EA1; }

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

This text font color is #656EA1.


Background Color

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

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

This div background color is #656EA1.


Border color

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

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

This div border color is #656EA1.


Opacity

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

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

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

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

This text has shadow with #656EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656EA1 on black background.


Color preview on white background

This text has color #656EA1 on white background.



Black color preview on #656EA1 background

This text has black color on #656EA1 background.


White color preview on #656EA1 background

This text has white color on #656EA1 background.