COLOR #656788

HEX: #656788 RGB: (101,103,136)

Color info

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

RGB color model

#656788 color RGB value is (101,103,136).

RGB: (101,103,136) (40%, 40%, 53%)

RGB channels and saturation

R 101 of 255 = 40%
G 103 of 255 = 40%
B 136 of 255 = 53%

101
103
136

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

Portions of RGB colors in percentages

R + G + B = 101 + 103 + 136 = 340 (100%)
R 101 of 340 ~ 29.71%
G 103 of 340 ~ 30.29%
B 136 of 340 ~ 40'%

%29.71
%30.29
%40

CMYK color model

#656788 color CMYK value is (26,24,0,47).

  • cyan value is 25.74%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (26,24,0,47)
C26M24Y0K47 (26%, 24%, 0%, 47%)
(0.26 / 0.24 / 0.00 / 0.47)

CMYK percentages

%25.74
%24.26
%0
%46.67

Codes

Color #656788 in popluar color models

65 67 88
RGB 101 103 136
HSL 237° 14.77% 46.47%
HSB/HSV 237° 25.74% 53.33%
CMYK 25.74% 24.26% 0.00%
46.67%

Color #656788 in popluar number systems.

HEX 65 67 88
Decimal 101 103 136
Binary 1100101 1100111 10001000
Octal 145 147 210

Shades and tints

Shades of #656788

#656788
(101,103,136)
#5C5E7C
(92,94,124)
#535570
(83,85,112)
#4A4C64
(74,76,100)
#414358
(65,67,88)
#383A4C
(56,58,76)
#2F3140
(47,49,64)
#262834
(38,40,52)
#1D1F28
(29,31,40)
#14161C
(20,22,28)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #656788

#656788
(101,103,136)
#737492
(115,116,146)
#81819C
(129,129,156)
#8F8EA6
(143,142,166)
#9D9BB0
(157,155,176)
#ABA8BA
(171,168,186)
#B9B5C4
(185,181,196)
#C7C2CE
(199,194,206)
#D5CFD8
(213,207,216)
#E3DCE2
(227,220,226)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656788; }

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

This text font color is #656788.

Background Color

.myBgColor { background-color: #656788; }

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

This div background color is #656788.

Border color

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

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

This div border color is #656788.

Opacity

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

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

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

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

This text has shadow with #656788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656788.

Preview

Color preview on black background

This text has color #656788 on black background.


Color preview on white background

This text has color #656788 on white background.


Black color preview on #656788 background

This text has black color on #656788 background.


White color preview on #656788 background

This text has white color on #656788 background.


Related colors

Complementary color

Complementary color for #hex is #9A9877.


I love getcolorcode.com

Triadic colors

1 #886567 and #678865 with #656788 are triadic colors.

2 #886765 and #676588 with #656788 are triadic colors.