COLOR #656ED1

HEX: #656ED1
RGB: (101,110,209)

Color info

#656ED1 contains mainly blue color. Web safe color of #656ED1 is #6666CC (or #66C).

RGB color model

#656ED1 color RGB value is (101,110,209).

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

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 209 of 255 = 82%

101
110
209

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

Portions of RGB colors in percentages

R + G + B =
101 + 110 + 209 = 420 (100%)
R 101 of 420 ~ 24.05%
G 110 of 420 ~ 26.19%
B 209 of 420 ~ 49.76%

%24.05
%26.19
%49.76

CMYK color model

#656ED1 color CMYK value is (52,47,0,18).

  • cyan value is 51.67%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(52,47,0,18)
C52M47Y0K18 
(52%,47%,0%,18%)
(0.52/0.47/0.00/0.18)	

CMYK percentages

%51.67
%47.37
%0
%18.04

Codes

Color #656ED1 in popluar color models

656ED1
RGB101110209
HSL235°54.00%60.78%
HSB/HSV235°51.67%81.96%
CMYK51.67%47.37%0.00%
18.04%

Color #656ED1 in popluar number systems.

HEX656ED1
Decimal101110209
Binary1100101110111011010001
Octal145156321

Shades and tints

Shades of #656ED1

#656ED1
(101,110,209)
#5C64BE
(92,100,190)
#535AAB
(83,90,171)
#4A5098
(74,80,152)
#414685
(65,70,133)
#383C72
(56,60,114)
#2F325F
(47,50,95)
#26284C
(38,40,76)
#1D1E39
(29,30,57)
#141426
(20,20,38)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #656ED1

#656ED1
(101,110,209)
#737BD5
(115,123,213)
#8188D9
(129,136,217)
#8F95DD
(143,149,221)
#9DA2E1
(157,162,225)
#ABAFE5
(171,175,229)
#B9BCE9
(185,188,233)
#C7C9ED
(199,201,237)
#D5D6F1
(213,214,241)
#E3E3F5
(227,227,245)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656ED1; }

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

This text font color is #656ED1.


Background Color

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

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

This div background color is #656ED1.


Border color

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

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

This div border color is #656ED1.


Opacity

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

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

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

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

This text has shadow with #656ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656ED1 on black background.


Color preview on white background

This text has color #656ED1 on white background.



Black color preview on #656ED1 background

This text has black color on #656ED1 background.


White color preview on #656ED1 background

This text has white color on #656ED1 background.