COLOR #657D98

HEX: #657D98 RGB: (101,125,152)

Color info

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

RGB color model

#657D98 color RGB value is (101,125,152).

RGB: (101,125,152) (40%, 49%, 60%)

RGB channels and saturation

R 101 of 255 = 40%
G 125 of 255 = 49%
B 152 of 255 = 60%

101
125
152

R + G + B ~ 50%. #657D98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 125 + 152 = 378 (100%)
R 101 of 378 ~ 26.72%
G 125 of 378 ~ 33.07%
B 152 of 378 ~ 40.21'%

%26.72
%33.07
%40.21

CMYK color model

#657D98 color CMYK value is (34,18,0,40).

  • cyan value is 33.55%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (34,18,0,40)
C34M18Y0K40 (34%, 18%, 0%, 40%)
(0.34 / 0.18 / 0.00 / 0.40)

CMYK percentages

%33.55
%17.76
%0
%40.39

Codes

Color #657D98 in popluar color models

65 7D 98
RGB 101 125 152
HSL 212° 20.16% 49.61%
HSB/HSV 212° 33.55% 59.61%
CMYK 33.55% 17.76% 0.00%
40.39%

Color #657D98 in popluar number systems.

HEX 65 7D 98
Decimal 101 125 152
Binary 1100101 1111101 10011000
Octal 145 175 230

Shades and tints

Shades of #657D98

#657D98
(101,125,152)
#5C728B
(92,114,139)
#53677E
(83,103,126)
#4A5C71
(74,92,113)
#415164
(65,81,100)
#384657
(56,70,87)
#2F3B4A
(47,59,74)
#26303D
(38,48,61)
#1D2530
(29,37,48)
#141A23
(20,26,35)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #657D98

#657D98
(101,125,152)
#7388A1
(115,136,161)
#8193AA
(129,147,170)
#8F9EB3
(143,158,179)
#9DA9BC
(157,169,188)
#ABB4C5
(171,180,197)
#B9BFCE
(185,191,206)
#C7CAD7
(199,202,215)
#D5D5E0
(213,213,224)
#E3E0E9
(227,224,233)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657D98; }

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

This text font color is #657D98.

Background Color

.myBgColor { background-color: #657D98; }

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

This div background color is #657D98.

Border color

.myBorderColor { border: 1px solid #657D98; }

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

This div border color is #657D98.

Opacity

.myOpacity80 { color: #657D98; opacity: 0.8; }

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

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

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

This text has shadow with #657D98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #657D98.

Preview

Color preview on black background

This text has color #657D98 on black background.


Color preview on white background

This text has color #657D98 on white background.


Black color preview on #657D98 background

This text has black color on #657D98 background.


White color preview on #657D98 background

This text has white color on #657D98 background.


Related colors

Complementary color

Complementary color for #hex is #9A8267.


I love getcolorcode.com

Triadic colors

1 #98657D and #7D9865 with #657D98 are triadic colors.

2 #987D65 and #7D6598 with #657D98 are triadic colors.