COLOR #657AAB

HEX: #657AAB
RGB: (101,122,171)

Color info

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

RGB color model

#657AAB color RGB value is (101,122,171).

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

RGB channels and saturation

R 101 of 255 = 40%
G 122 of 255 = 48%
B 171 of 255 = 67%

101
122
171

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

Portions of RGB colors in percentages

R + G + B =
101 + 122 + 171 = 394 (100%)
R 101 of 394 ~ 25.63%
G 122 of 394 ~ 30.96%
B 171 of 394 ~ 43.4%

%25.63
%30.96
%43.4

CMYK color model

#657AAB color CMYK value is (41,29,0,33).

  • cyan value is 40.94%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(41,29,0,33)
C41M29Y0K33 
(41%,29%,0%,33%)
(0.41/0.29/0.00/0.33)	

CMYK percentages

%40.94
%28.65
%0
%32.94

Codes

Color #657AAB in popluar color models

657AAB
RGB101122171
HSL222°29.41%53.33%
HSB/HSV222°40.94%67.06%
CMYK40.94%28.65%0.00%
32.94%

Color #657AAB in popluar number systems.

HEX657AAB
Decimal101122171
Binary1100101111101010101011
Octal145172253

Shades and tints

Shades of #657AAB

#657AAB
(101,122,171)
#5C6F9C
(92,111,156)
#53648D
(83,100,141)
#4A597E
(74,89,126)
#414E6F
(65,78,111)
#384360
(56,67,96)
#2F3851
(47,56,81)
#262D42
(38,45,66)
#1D2233
(29,34,51)
#141724
(20,23,36)
#0B0C15
(11,12,21)
#000000
(0,0,0)

Tints of #657AAB

#657AAB
(101,122,171)
#7386B2
(115,134,178)
#8192B9
(129,146,185)
#8F9EC0
(143,158,192)
#9DAAC7
(157,170,199)
#ABB6CE
(171,182,206)
#B9C2D5
(185,194,213)
#C7CEDC
(199,206,220)
#D5DAE3
(213,218,227)
#E3E6EA
(227,230,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657AAB color. Also use rgb(101,122,171) instead hex code.

Text Font Color

.myTextColor { color: #657AAB; }

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

This text font color is #657AAB.


Background Color

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

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

This div background color is #657AAB.


Border color

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

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

This div border color is #657AAB.


Opacity

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

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

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

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

This text has shadow with #657AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657AAB on black background.


Color preview on white background

This text has color #657AAB on white background.



Black color preview on #657AAB background

This text has black color on #657AAB background.


White color preview on #657AAB background

This text has white color on #657AAB background.