COLOR #656FA2

HEX: #656FA2
RGB: (101,111,162)

Color info

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

RGB color model

#656FA2 color RGB value is (101,111,162).

  • red value is 101;
  • green value is 111;
  • blue value is 162.
RGB:
(101,111,162)
(40%,44%,64%)

RGB channels and saturation

R 101 of 255 = 40%
G 111 of 255 = 44%
B 162 of 255 = 64%

101
111
162

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

Portions of RGB colors in percentages

R + G + B =
101 + 111 + 162 = 374 (100%)
R 101 of 374 ~ 27.01%
G 111 of 374 ~ 29.68%
B 162 of 374 ~ 43.32%

%27.01
%29.68
%43.32

CMYK color model

#656FA2 color CMYK value is (38,31,0,36).

  • cyan value is 37.65%
  • magenta value is 31.48%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(38,31,0,36)
C38M31Y0K36 
(38%,31%,0%,36%)
(0.38/0.31/0.00/0.36)	

CMYK percentages

%37.65
%31.48
%0
%36.47

Codes

Color #656FA2 in popluar color models

656FA2
RGB101111162
HSL230°24.70%51.57%
HSB/HSV230°37.65%63.53%
CMYK37.65%31.48%0.00%
36.47%

Color #656FA2 in popluar number systems.

HEX656FA2
Decimal101111162
Binary1100101110111110100010
Octal145157242

Shades and tints

Shades of #656FA2

#656FA2
(101,111,162)
#5C6594
(92,101,148)
#535B86
(83,91,134)
#4A5178
(74,81,120)
#41476A
(65,71,106)
#383D5C
(56,61,92)
#2F334E
(47,51,78)
#262940
(38,41,64)
#1D1F32
(29,31,50)
#141524
(20,21,36)
#0B0B16
(11,11,22)
#000000
(0,0,0)

Tints of #656FA2

#656FA2
(101,111,162)
#737CAA
(115,124,170)
#8189B2
(129,137,178)
#8F96BA
(143,150,186)
#9DA3C2
(157,163,194)
#ABB0CA
(171,176,202)
#B9BDD2
(185,189,210)
#C7CADA
(199,202,218)
#D5D7E2
(213,215,226)
#E3E4EA
(227,228,234)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656FA2 color. Also use rgb(101,111,162) instead hex code.

Text Font Color

.myTextColor { color: #656FA2; }

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

This text font color is #656FA2.


Background Color

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

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

This div background color is #656FA2.


Border color

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

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

This div border color is #656FA2.


Opacity

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

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

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

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

This text has shadow with #656FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656FA2 on black background.


Color preview on white background

This text has color #656FA2 on white background.



Black color preview on #656FA2 background

This text has black color on #656FA2 background.


White color preview on #656FA2 background

This text has white color on #656FA2 background.