COLOR #656CA9

HEX: #656CA9
RGB: (101,108,169)

Color info

#656CA9 contains mainly blue color. Web safe color of #656CA9 is #666699 (or #669).

RGB color model

#656CA9 color RGB value is (101,108,169).

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

RGB channels and saturation

R 101 of 255 = 40%
G 108 of 255 = 42%
B 169 of 255 = 66%

101
108
169

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

Portions of RGB colors in percentages

R + G + B =
101 + 108 + 169 = 378 (100%)
R 101 of 378 ~ 26.72%
G 108 of 378 ~ 28.57%
B 169 of 378 ~ 44.71%

%26.72
%28.57
%44.71

CMYK color model

#656CA9 color CMYK value is (40,36,0,34).

  • cyan value is 40.24%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(40,36,0,34)
C40M36Y0K34 
(40%,36%,0%,34%)
(0.40/0.36/0.00/0.34)	

CMYK percentages

%40.24
%36.09
%0
%33.73

Codes

Color #656CA9 in popluar color models

656CA9
RGB101108169
HSL234°28.33%52.94%
HSB/HSV234°40.24%66.27%
CMYK40.24%36.09%0.00%
33.73%

Color #656CA9 in popluar number systems.

HEX656CA9
Decimal101108169
Binary1100101110110010101001
Octal145154251

Shades and tints

Shades of #656CA9

#656CA9
(101,108,169)
#5C639A
(92,99,154)
#535A8B
(83,90,139)
#4A517C
(74,81,124)
#41486D
(65,72,109)
#383F5E
(56,63,94)
#2F364F
(47,54,79)
#262D40
(38,45,64)
#1D2431
(29,36,49)
#141B22
(20,27,34)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #656CA9

#656CA9
(101,108,169)
#7379B0
(115,121,176)
#8186B7
(129,134,183)
#8F93BE
(143,147,190)
#9DA0C5
(157,160,197)
#ABADCC
(171,173,204)
#B9BAD3
(185,186,211)
#C7C7DA
(199,199,218)
#D5D4E1
(213,212,225)
#E3E1E8
(227,225,232)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656CA9; }

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

This text font color is #656CA9.


Background Color

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

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

This div background color is #656CA9.


Border color

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

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

This div border color is #656CA9.


Opacity

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

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

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

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

This text has shadow with #656CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656CA9 on black background.


Color preview on white background

This text has color #656CA9 on white background.



Black color preview on #656CA9 background

This text has black color on #656CA9 background.


White color preview on #656CA9 background

This text has white color on #656CA9 background.