COLOR #656790

HEX: #656790
RGB: (101,103,144)

Color info

#656790 contains red, green and blue colors in about the same proportion. Web safe color of #656790 is #666699 (or #669).

RGB color model

#656790 color RGB value is (101,103,144).

  • red value is 101;
  • green value is 103;
  • blue value is 144.
RGB:
(101,103,144)
(40%,40%,56%)

RGB channels and saturation

R 101 of 255 = 40%
G 103 of 255 = 40%
B 144 of 255 = 56%

101
103
144

R + G + B ~ 45%. #656790 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 103 + 144 = 348 (100%)
R 101 of 348 ~ 29.02%
G 103 of 348 ~ 29.6%
B 144 of 348 ~ 41.38%

%29.02
%29.6
%41.38

CMYK color model

#656790 color CMYK value is (30,28,0,44).

  • cyan value is 29.86%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(30,28,0,44)
C30M28Y0K44 
(30%,28%,0%,44%)
(0.30/0.28/0.00/0.44)	

CMYK percentages

%29.86
%28.47
%0
%43.53

Codes

Color #656790 in popluar color models

656790
RGB101103144
HSL237°17.55%48.04%
HSB/HSV237°29.86%56.47%
CMYK29.86%28.47%0.00%
43.53%

Color #656790 in popluar number systems.

HEX656790
Decimal101103144
Binary1100101110011110010000
Octal145147220

Shades and tints

Shades of #656790

#656790
(101,103,144)
#5C5E83
(92,94,131)
#535576
(83,85,118)
#4A4C69
(74,76,105)
#41435C
(65,67,92)
#383A4F
(56,58,79)
#2F3142
(47,49,66)
#262835
(38,40,53)
#1D1F28
(29,31,40)
#14161B
(20,22,27)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #656790

#656790
(101,103,144)
#73749A
(115,116,154)
#8181A4
(129,129,164)
#8F8EAE
(143,142,174)
#9D9BB8
(157,155,184)
#ABA8C2
(171,168,194)
#B9B5CC
(185,181,204)
#C7C2D6
(199,194,214)
#D5CFE0
(213,207,224)
#E3DCEA
(227,220,234)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656790 color. Also use rgb(101,103,144) instead hex code.

Text Font Color

.myTextColor { color: #656790; }

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

This text font color is #656790.


Background Color

.myBgColor { background-color: #656790; }

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

This div background color is #656790.


Border color

.myBorderColor { border: 1px solid #656790; }

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

This div border color is #656790.


Opacity

.myOpacity80 { color: #656790; opacity: 0.8; }

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

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

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

This text has shadow with #656790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656790 on black background.


Color preview on white background

This text has color #656790 on white background.



Black color preview on #656790 background

This text has black color on #656790 background.


White color preview on #656790 background

This text has white color on #656790 background.