COLOR #657EDE

HEX: #657EDE
RGB: (101,126,222)

Color info

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

RGB color model

#657EDE color RGB value is (101,126,222).

  • red value is 101;
  • green value is 126;
  • blue value is 222.
RGB:
(101,126,222)
(40%,49%,87%)

RGB channels and saturation

R 101 of 255 = 40%
G 126 of 255 = 49%
B 222 of 255 = 87%

101
126
222

R + G + B ~ 59%. #657EDE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 126 + 222 = 449 (100%)
R 101 of 449 ~ 22.49%
G 126 of 449 ~ 28.06%
B 222 of 449 ~ 49.44%

%22.49
%28.06
%49.44

CMYK color model

#657EDE color CMYK value is (55,43,0,13).

  • cyan value is 54.50%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(55,43,0,13)
C55M43Y0K13 
(55%,43%,0%,13%)
(0.55/0.43/0.00/0.13)	

CMYK percentages

%54.5
%43.24
%0
%12.94

Codes

Color #657EDE in popluar color models

657EDE
RGB101126222
HSL228°64.71%63.33%
HSB/HSV228°54.50%87.06%
CMYK54.50%43.24%0.00%
12.94%

Color #657EDE in popluar number systems.

HEX657EDE
Decimal101126222
Binary1100101111111011011110
Octal145176336

Shades and tints

Shades of #657EDE

#657EDE
(101,126,222)
#5C73CA
(92,115,202)
#5368B6
(83,104,182)
#4A5DA2
(74,93,162)
#41528E
(65,82,142)
#38477A
(56,71,122)
#2F3C66
(47,60,102)
#263152
(38,49,82)
#1D263E
(29,38,62)
#141B2A
(20,27,42)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #657EDE

#657EDE
(101,126,222)
#7389E1
(115,137,225)
#8194E4
(129,148,228)
#8F9FE7
(143,159,231)
#9DAAEA
(157,170,234)
#ABB5ED
(171,181,237)
#B9C0F0
(185,192,240)
#C7CBF3
(199,203,243)
#D5D6F6
(213,214,246)
#E3E1F9
(227,225,249)
#F1ECFC
(241,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657EDE color. Also use rgb(101,126,222) instead hex code.

Text Font Color

.myTextColor { color: #657EDE; }

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

This text font color is #657EDE.


Background Color

.myBgColor { background-color: #657EDE; }

<div style="background-color:#657EDE">Inner text</div>

This div background color is #657EDE.


Border color

.myBorderColor { border: 1px solid #657EDE; }

<div style="border:3px solid #657EDE">Div</div>

This div border color is #657EDE.


Opacity

.myOpacity80 { color: #657EDE; opacity: 0.8; }

<p style="color:#657EDE;opacity:0.8;">80%</p>

Text with #657EDE 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 #657EDE;}

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

This text has shadow with #657EDE color.

.textShadow {text-shadow: 3px 3px 1px #657EDE, 3px 3px 1px red;}

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

This text has shadow with #657EDE primary color and red secondary color.


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

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

This text has shadow with #657EDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657EDE on black background.


Color preview on white background

This text has color #657EDE on white background.



Black color preview on #657EDE background

This text has black color on #657EDE background.


White color preview on #657EDE background

This text has white color on #657EDE background.