COLOR #656498

HEX: #656498
RGB: (101,100,152)

Color info

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

RGB color model

#656498 color RGB value is (101,100,152).

  • red value is 101;
  • green value is 100;
  • blue value is 152.
RGB:
(101,100,152)
(40%,39%,60%)

RGB channels and saturation

R 101 of 255 = 40%
G 100 of 255 = 39%
B 152 of 255 = 60%

101
100
152

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

Portions of RGB colors in percentages

R + G + B =
101 + 100 + 152 = 353 (100%)
R 101 of 353 ~ 28.61%
G 100 of 353 ~ 28.33%
B 152 of 353 ~ 43.06%

%28.61
%28.33
%43.06

CMYK color model

#656498 color CMYK value is (34,34,0,40).

  • cyan value is 33.55%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(34,34,0,40)
C34M34Y0K40 
(34%,34%,0%,40%)
(0.34/0.34/0.00/0.40)	

CMYK percentages

%33.55
%34.21
%0
%40.39

Codes

Color #656498 in popluar color models

656498
RGB101100152
HSL241°20.63%49.41%
HSB/HSV241°34.21%59.61%
CMYK33.55%34.21%0.00%
40.39%

Color #656498 in popluar number systems.

HEX656498
Decimal101100152
Binary1100101110010010011000
Octal145144230

Shades and tints

Shades of #656498

#656498
(101,100,152)
#5C5B8B
(92,91,139)
#53527E
(83,82,126)
#4A4971
(74,73,113)
#414064
(65,64,100)
#383757
(56,55,87)
#2F2E4A
(47,46,74)
#26253D
(38,37,61)
#1D1C30
(29,28,48)
#141323
(20,19,35)
#0B0A16
(11,10,22)
#000000
(0,0,0)

Tints of #656498

#656498
(101,100,152)
#7372A1
(115,114,161)
#8180AA
(129,128,170)
#8F8EB3
(143,142,179)
#9D9CBC
(157,156,188)
#ABAAC5
(171,170,197)
#B9B8CE
(185,184,206)
#C7C6D7
(199,198,215)
#D5D4E0
(213,212,224)
#E3E2E9
(227,226,233)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656498 color. Also use rgb(101,100,152) instead hex code.

Text Font Color

.myTextColor { color: #656498; }

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

This text font color is #656498.


Background Color

.myBgColor { background-color: #656498; }

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

This div background color is #656498.


Border color

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

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

This div border color is #656498.


Opacity

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

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

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

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

This text has shadow with #656498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656498 on black background.


Color preview on white background

This text has color #656498 on white background.



Black color preview on #656498 background

This text has black color on #656498 background.


White color preview on #656498 background

This text has white color on #656498 background.