COLOR #656EB9

HEX: #656EB9 RGB: (101,110,185)

Color info

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

RGB color model

#656EB9 color RGB value is (101,110,185).

RGB: (101,110,185) (40%, 43%, 73%)

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 185 of 255 = 73%

101
110
185

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

Portions of RGB colors in percentages

R + G + B = 101 + 110 + 185 = 396 (100%)
R 101 of 396 ~ 25.51%
G 110 of 396 ~ 27.78%
B 185 of 396 ~ 46.72'%

%25.51
%27.78
%46.72

CMYK color model

#656EB9 color CMYK value is (45,41,0,27).

  • cyan value is 45.41%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (45,41,0,27)
C45M41Y0K27 (45%, 41%, 0%, 27%)
(0.45 / 0.41 / 0.00 / 0.27)

CMYK percentages

%45.41
%40.54
%0
%27.45

Codes

Color #656EB9 in popluar color models

65 6E B9
RGB 101 110 185
HSL 234° 37.50% 56.08%
HSB/HSV 234° 45.41% 72.55%
CMYK 45.41% 40.54% 0.00%
27.45%

Color #656EB9 in popluar number systems.

HEX 65 6E B9
Decimal 101 110 185
Binary 1100101 1101110 10111001
Octal 145 156 271

Shades and tints

Shades of #656EB9

#656EB9
(101,110,185)
#5C64A9
(92,100,169)
#535A99
(83,90,153)
#4A5089
(74,80,137)
#414679
(65,70,121)
#383C69
(56,60,105)
#2F3259
(47,50,89)
#262849
(38,40,73)
#1D1E39
(29,30,57)
#141429
(20,20,41)
#0B0A19
(11,10,25)
#000000
(0,0,0)

Tints of #656EB9

#656EB9
(101,110,185)
#737BBF
(115,123,191)
#8188C5
(129,136,197)
#8F95CB
(143,149,203)
#9DA2D1
(157,162,209)
#ABAFD7
(171,175,215)
#B9BCDD
(185,188,221)
#C7C9E3
(199,201,227)
#D5D6E9
(213,214,233)
#E3E3EF
(227,227,239)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656EB9 color. Also use rgb(101,110,185) instead hex code.

Text Font Color

.myTextColor { color: #656EB9; }

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

This text font color is #656EB9.

Background Color

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

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

This div background color is #656EB9.

Border color

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

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

This div border color is #656EB9.

Opacity

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

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

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

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

This text has shadow with #656EB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656EB9.

Preview

Color preview on black background

This text has color #656EB9 on black background.


Color preview on white background

This text has color #656EB9 on white background.


Black color preview on #656EB9 background

This text has black color on #656EB9 background.


White color preview on #656EB9 background

This text has white color on #656EB9 background.


Related colors

Complementary color

Complementary color for #hex is #9A9146.


I love getcolorcode.com

Triadic colors

1 #B9656E and #6EB965 with #656EB9 are triadic colors.

2 #B96E65 and #6E65B9 with #656EB9 are triadic colors.