COLOR #656B88

HEX: #656B88 RGB: (101,107,136)

Color info

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

RGB color model

#656B88 color RGB value is (101,107,136).

RGB: (101,107,136) (40%, 42%, 53%)

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 136 of 255 = 53%

101
107
136

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

Portions of RGB colors in percentages

R + G + B = 101 + 107 + 136 = 344 (100%)
R 101 of 344 ~ 29.36%
G 107 of 344 ~ 31.1%
B 136 of 344 ~ 39.53'%

%29.36
%31.1
%39.53

CMYK color model

#656B88 color CMYK value is (26,21,0,47).

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

CMYK: (26,21,0,47)
C26M21Y0K47 (26%, 21%, 0%, 47%)
(0.26 / 0.21 / 0.00 / 0.47)

CMYK percentages

%25.74
%21.32
%0
%46.67

Codes

Color #656B88 in popluar color models

65 6B 88
RGB 101 107 136
HSL 230° 14.77% 46.47%
HSB/HSV 230° 25.74% 53.33%
CMYK 25.74% 21.32% 0.00%
46.67%

Color #656B88 in popluar number systems.

HEX 65 6B 88
Decimal 101 107 136
Binary 1100101 1101011 10001000
Octal 145 153 210

Shades and tints

Shades of #656B88

#656B88
(101,107,136)
#5C627C
(92,98,124)
#535970
(83,89,112)
#4A5064
(74,80,100)
#414758
(65,71,88)
#383E4C
(56,62,76)
#2F3540
(47,53,64)
#262C34
(38,44,52)
#1D2328
(29,35,40)
#141A1C
(20,26,28)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #656B88

#656B88
(101,107,136)
#737892
(115,120,146)
#81859C
(129,133,156)
#8F92A6
(143,146,166)
#9D9FB0
(157,159,176)
#ABACBA
(171,172,186)
#B9B9C4
(185,185,196)
#C7C6CE
(199,198,206)
#D5D3D8
(213,211,216)
#E3E0E2
(227,224,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656B88; }

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

This text font color is #656B88.

Background Color

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

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

This div background color is #656B88.

Border color

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

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

This div border color is #656B88.

Opacity

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

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

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

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

This text has shadow with #656B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656B88.

Preview

Color preview on black background

This text has color #656B88 on black background.


Color preview on white background

This text has color #656B88 on white background.


Black color preview on #656B88 background

This text has black color on #656B88 background.


White color preview on #656B88 background

This text has white color on #656B88 background.


Related colors

Complementary color

Complementary color for #hex is #9A9477.


I love getcolorcode.com

Triadic colors

1 #88656B and #6B8865 with #656B88 are triadic colors.

2 #886B65 and #6B6588 with #656B88 are triadic colors.