COLOR #657993

HEX: #657993
RGB: (101,121,147)

Color info

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

RGB color model

#657993 color RGB value is (101,121,147).

  • red value is 101;
  • green value is 121;
  • blue value is 147.
RGB:
(101,121,147)
(40%,47%,58%)

RGB channels and saturation

R 101 of 255 = 40%
G 121 of 255 = 47%
B 147 of 255 = 58%

101
121
147

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

Portions of RGB colors in percentages

R + G + B =
101 + 121 + 147 = 369 (100%)
R 101 of 369 ~ 27.37%
G 121 of 369 ~ 32.79%
B 147 of 369 ~ 39.84%

%27.37
%32.79
%39.84

CMYK color model

#657993 color CMYK value is (31,18,0,42).

  • cyan value is 31.29%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(31,18,0,42)
C31M18Y0K42 
(31%,18%,0%,42%)
(0.31/0.18/0.00/0.42)	

CMYK percentages

%31.29
%17.69
%0
%42.35

Codes

Color #657993 in popluar color models

657993
RGB101121147
HSL214°18.55%48.63%
HSB/HSV214°31.29%57.65%
CMYK31.29%17.69%0.00%
42.35%

Color #657993 in popluar number systems.

HEX657993
Decimal101121147
Binary1100101111100110010011
Octal145171223

Shades and tints

Shades of #657993

#657993
(101,121,147)
#5C6E86
(92,110,134)
#536379
(83,99,121)
#4A586C
(74,88,108)
#414D5F
(65,77,95)
#384252
(56,66,82)
#2F3745
(47,55,69)
#262C38
(38,44,56)
#1D212B
(29,33,43)
#14161E
(20,22,30)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #657993

#657993
(101,121,147)
#73859C
(115,133,156)
#8191A5
(129,145,165)
#8F9DAE
(143,157,174)
#9DA9B7
(157,169,183)
#ABB5C0
(171,181,192)
#B9C1C9
(185,193,201)
#C7CDD2
(199,205,210)
#D5D9DB
(213,217,219)
#E3E5E4
(227,229,228)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657993 color. Also use rgb(101,121,147) instead hex code.

Text Font Color

.myTextColor { color: #657993; }

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

This text font color is #657993.


Background Color

.myBgColor { background-color: #657993; }

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

This div background color is #657993.


Border color

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

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

This div border color is #657993.


Opacity

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

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

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

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

This text has shadow with #657993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657993 on black background.


Color preview on white background

This text has color #657993 on white background.



Black color preview on #657993 background

This text has black color on #657993 background.


White color preview on #657993 background

This text has white color on #657993 background.