COLOR #658490

HEX: #658490
RGB: (101,132,144)

Color info

#658490 contains red, green and blue colors in about the same proportion. Web safe color of #658490 is #669999 (or #699).

RGB color model

#658490 color RGB value is (101,132,144).

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

RGB channels and saturation

R 101 of 255 = 40%
G 132 of 255 = 52%
B 144 of 255 = 56%

101
132
144

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

Portions of RGB colors in percentages

R + G + B =
101 + 132 + 144 = 377 (100%)
R 101 of 377 ~ 26.79%
G 132 of 377 ~ 35.01%
B 144 of 377 ~ 38.2%

%26.79
%35.01
%38.2

CMYK color model

#658490 color CMYK value is (30,8,0,44).

  • cyan value is 29.86%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(30,8,0,44)
C30M8Y0K44 
(30%,8%,0%,44%)
(0.30/0.08/0.00/0.44)	

CMYK percentages

%29.86
%8.33
%0
%43.53

Codes

Color #658490 in popluar color models

658490
RGB101132144
HSL197°17.55%48.04%
HSB/HSV197°29.86%56.47%
CMYK29.86%8.33%0.00%
43.53%

Color #658490 in popluar number systems.

HEX658490
Decimal101132144
Binary11001011000010010010000
Octal145204220

Shades and tints

Shades of #658490

#658490
(101,132,144)
#5C7883
(92,120,131)
#536C76
(83,108,118)
#4A6069
(74,96,105)
#41545C
(65,84,92)
#38484F
(56,72,79)
#2F3C42
(47,60,66)
#263035
(38,48,53)
#1D2428
(29,36,40)
#14181B
(20,24,27)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #658490

#658490
(101,132,144)
#738F9A
(115,143,154)
#819AA4
(129,154,164)
#8FA5AE
(143,165,174)
#9DB0B8
(157,176,184)
#ABBBC2
(171,187,194)
#B9C6CC
(185,198,204)
#C7D1D6
(199,209,214)
#D5DCE0
(213,220,224)
#E3E7EA
(227,231,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658490; }

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

This text font color is #658490.


Background Color

.myBgColor { background-color: #658490; }

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

This div background color is #658490.


Border color

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

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

This div border color is #658490.


Opacity

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

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

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

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

This text has shadow with #658490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658490 on black background.


Color preview on white background

This text has color #658490 on white background.



Black color preview on #658490 background

This text has black color on #658490 background.


White color preview on #658490 background

This text has white color on #658490 background.