COLOR #656CA6

HEX: #656CA6
RGB: (101,108,166)

Color info

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

RGB color model

#656CA6 color RGB value is (101,108,166).

  • red value is 101;
  • green value is 108;
  • blue value is 166.
RGB:
(101,108,166)
(40%,42%,65%)

RGB channels and saturation

R 101 of 255 = 40%
G 108 of 255 = 42%
B 166 of 255 = 65%

101
108
166

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

Portions of RGB colors in percentages

R + G + B =
101 + 108 + 166 = 375 (100%)
R 101 of 375 ~ 26.93%
G 108 of 375 ~ 28.8%
B 166 of 375 ~ 44.27%

%26.93
%28.8
%44.27

CMYK color model

#656CA6 color CMYK value is (39,35,0,35).

  • cyan value is 39.16%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(39,35,0,35)
C39M35Y0K35 
(39%,35%,0%,35%)
(0.39/0.35/0.00/0.35)	

CMYK percentages

%39.16
%34.94
%0
%34.9

Codes

Color #656CA6 in popluar color models

656CA6
RGB101108166
HSL234°26.75%52.35%
HSB/HSV234°39.16%65.10%
CMYK39.16%34.94%0.00%
34.90%

Color #656CA6 in popluar number systems.

HEX656CA6
Decimal101108166
Binary1100101110110010100110
Octal145154246

Shades and tints

Shades of #656CA6

#656CA6
(101,108,166)
#5C6397
(92,99,151)
#535A88
(83,90,136)
#4A5179
(74,81,121)
#41486A
(65,72,106)
#383F5B
(56,63,91)
#2F364C
(47,54,76)
#262D3D
(38,45,61)
#1D242E
(29,36,46)
#141B1F
(20,27,31)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #656CA6

#656CA6
(101,108,166)
#7379AE
(115,121,174)
#8186B6
(129,134,182)
#8F93BE
(143,147,190)
#9DA0C6
(157,160,198)
#ABADCE
(171,173,206)
#B9BAD6
(185,186,214)
#C7C7DE
(199,199,222)
#D5D4E6
(213,212,230)
#E3E1EE
(227,225,238)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656CA6 color. Also use rgb(101,108,166) instead hex code.

Text Font Color

.myTextColor { color: #656CA6; }

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

This text font color is #656CA6.


Background Color

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

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

This div background color is #656CA6.


Border color

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

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

This div border color is #656CA6.


Opacity

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

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

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

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

This text has shadow with #656CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656CA6 on black background.


Color preview on white background

This text has color #656CA6 on white background.



Black color preview on #656CA6 background

This text has black color on #656CA6 background.


White color preview on #656CA6 background

This text has white color on #656CA6 background.