COLOR #656683

HEX: #656683
RGB: (101,102,131)

Color info

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

RGB color model

#656683 color RGB value is (101,102,131).

  • red value is 101;
  • green value is 102;
  • blue value is 131.
RGB:
(101,102,131)
(40%,40%,51%)

RGB channels and saturation

R 101 of 255 = 40%
G 102 of 255 = 40%
B 131 of 255 = 51%

101
102
131

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

Portions of RGB colors in percentages

R + G + B =
101 + 102 + 131 = 334 (100%)
R 101 of 334 ~ 30.24%
G 102 of 334 ~ 30.54%
B 131 of 334 ~ 39.22%

%30.24
%30.54
%39.22

CMYK color model

#656683 color CMYK value is (23,22,0,49).

  • cyan value is 22.90%
  • magenta value is 22.14%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(23,22,0,49)
C23M22Y0K49 
(23%,22%,0%,49%)
(0.23/0.22/0.00/0.49)	

CMYK percentages

%22.9
%22.14
%0
%48.63

Codes

Color #656683 in popluar color models

656683
RGB101102131
HSL238°12.93%45.49%
HSB/HSV238°22.90%51.37%
CMYK22.90%22.14%0.00%
48.63%

Color #656683 in popluar number systems.

HEX656683
Decimal101102131
Binary1100101110011010000011
Octal145146203

Shades and tints

Shades of #656683

#656683
(101,102,131)
#5C5D78
(92,93,120)
#53546D
(83,84,109)
#4A4B62
(74,75,98)
#414257
(65,66,87)
#38394C
(56,57,76)
#2F3041
(47,48,65)
#262736
(38,39,54)
#1D1E2B
(29,30,43)
#141520
(20,21,32)
#0B0C15
(11,12,21)
#000000
(0,0,0)

Tints of #656683

#656683
(101,102,131)
#73738E
(115,115,142)
#818099
(129,128,153)
#8F8DA4
(143,141,164)
#9D9AAF
(157,154,175)
#ABA7BA
(171,167,186)
#B9B4C5
(185,180,197)
#C7C1D0
(199,193,208)
#D5CEDB
(213,206,219)
#E3DBE6
(227,219,230)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656683 color. Also use rgb(101,102,131) instead hex code.

Text Font Color

.myTextColor { color: #656683; }

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

This text font color is #656683.


Background Color

.myBgColor { background-color: #656683; }

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

This div background color is #656683.


Border color

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

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

This div border color is #656683.


Opacity

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

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

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

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

This text has shadow with #656683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656683 on black background.


Color preview on white background

This text has color #656683 on white background.



Black color preview on #656683 background

This text has black color on #656683 background.


White color preview on #656683 background

This text has white color on #656683 background.