COLOR #657D99

HEX: #657D99 RGB: (101,125,153)

Color info

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

RGB color model

#657D99 color RGB value is (101,125,153).

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

RGB channels and saturation

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

101
125
153

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

Portions of RGB colors in percentages

R + G + B = 101 + 125 + 153 = 379 (100%)
R 101 of 379 ~ 26.65%
G 125 of 379 ~ 32.98%
B 153 of 379 ~ 40.37'%

%26.65
%32.98
%40.37

CMYK color model

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

  • cyan value is 33.99%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 40.00%

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

CMYK percentages

%33.99
%18.3
%0
%40

Codes

Color #657D99 in popluar color models

65 7D 99
RGB 101 125 153
HSL 212° 20.47% 49.80%
HSB/HSV 212° 33.99% 60.00%
CMYK 33.99% 18.30% 0.00%
40.00%

Color #657D99 in popluar number systems.

HEX 65 7D 99
Decimal 101 125 153
Binary 1100101 1111101 10011001
Octal 145 175 231

Shades and tints

Shades of #657D99

#657D99
(101,125,153)
#5C728C
(92,114,140)
#53677F
(83,103,127)
#4A5C72
(74,92,114)
#415165
(65,81,101)
#384658
(56,70,88)
#2F3B4B
(47,59,75)
#26303E
(38,48,62)
#1D2531
(29,37,49)
#141A24
(20,26,36)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #657D99

#657D99
(101,125,153)
#7388A2
(115,136,162)
#8193AB
(129,147,171)
#8F9EB4
(143,158,180)
#9DA9BD
(157,169,189)
#ABB4C6
(171,180,198)
#B9BFCF
(185,191,207)
#C7CAD8
(199,202,216)
#D5D5E1
(213,213,225)
#E3E0EA
(227,224,234)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657D99; }

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

This text font color is #657D99.

Background Color

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

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

This div background color is #657D99.

Border color

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

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

This div border color is #657D99.

Opacity

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

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

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

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

This text has shadow with #657D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #657D99.

Preview

Color preview on black background

This text has color #657D99 on black background.


Color preview on white background

This text has color #657D99 on white background.


Black color preview on #657D99 background

This text has black color on #657D99 background.


White color preview on #657D99 background

This text has white color on #657D99 background.


Related colors

Complementary color

Complementary color for #hex is #9A8266.


I love getcolorcode.com

Triadic colors

1 #99657D and #7D9965 with #657D99 are triadic colors.

2 #997D65 and #7D6599 with #657D99 are triadic colors.