COLOR #656EAD

HEX: #656EAD
RGB: (101,110,173)

Color info

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

RGB color model

#656EAD color RGB value is (101,110,173).

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

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 173 of 255 = 68%

101
110
173

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

Portions of RGB colors in percentages

R + G + B =
101 + 110 + 173 = 384 (100%)
R 101 of 384 ~ 26.3%
G 110 of 384 ~ 28.65%
B 173 of 384 ~ 45.05%

%26.3
%28.65
%45.05

CMYK color model

#656EAD color CMYK value is (42,36,0,32).

  • cyan value is 41.62%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(42,36,0,32)
C42M36Y0K32 
(42%,36%,0%,32%)
(0.42/0.36/0.00/0.32)	

CMYK percentages

%41.62
%36.42
%0
%32.16

Codes

Color #656EAD in popluar color models

656EAD
RGB101110173
HSL233°30.51%53.73%
HSB/HSV233°41.62%67.84%
CMYK41.62%36.42%0.00%
32.16%

Color #656EAD in popluar number systems.

HEX656EAD
Decimal101110173
Binary1100101110111010101101
Octal145156255

Shades and tints

Shades of #656EAD

#656EAD
(101,110,173)
#5C649E
(92,100,158)
#535A8F
(83,90,143)
#4A5080
(74,80,128)
#414671
(65,70,113)
#383C62
(56,60,98)
#2F3253
(47,50,83)
#262844
(38,40,68)
#1D1E35
(29,30,53)
#141426
(20,20,38)
#0B0A17
(11,10,23)
#000000
(0,0,0)

Tints of #656EAD

#656EAD
(101,110,173)
#737BB4
(115,123,180)
#8188BB
(129,136,187)
#8F95C2
(143,149,194)
#9DA2C9
(157,162,201)
#ABAFD0
(171,175,208)
#B9BCD7
(185,188,215)
#C7C9DE
(199,201,222)
#D5D6E5
(213,214,229)
#E3E3EC
(227,227,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656EAD; }

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

This text font color is #656EAD.


Background Color

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

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

This div background color is #656EAD.


Border color

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

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

This div border color is #656EAD.


Opacity

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

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

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

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

This text has shadow with #656EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656EAD on black background.


Color preview on white background

This text has color #656EAD on white background.



Black color preview on #656EAD background

This text has black color on #656EAD background.


White color preview on #656EAD background

This text has white color on #656EAD background.