COLOR #658EB0

HEX: #658EB0 RGB: (101,142,176)

Color info

#658EB0 contains mainly green and blue colors. Web safe color of #658EB0 is #669999 (or #699).

RGB color model

#658EB0 color RGB value is (101,142,176).

RGB: (101,142,176) (40%, 56%, 69%)

RGB channels and saturation

R 101 of 255 = 40%
G 142 of 255 = 56%
B 176 of 255 = 69%

101
142
176

R + G + B ~ 55%. #658EB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 142 + 176 = 419 (100%)
R 101 of 419 ~ 24.11%
G 142 of 419 ~ 33.89%
B 176 of 419 ~ 42'%

%24.11
%33.89
%42

CMYK color model

#658EB0 color CMYK value is (43,19,0,31).

  • cyan value is 42.61%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (43,19,0,31) C43M19Y0K31 (43%,19%,0%,31%) (0.43/0.19/0.00/0.31) 

CMYK percentages

%42.61
%19.32
%0
%30.98

Codes

Color #658EB0 in popluar color models

65 8E B0
RGB 101 142 176
HSL 207° 32.19% 54.31%
HSB/HSV 207° 42.61% 69.02%
CMYK 42.61% 19.32% 0.00%
30.98%

Color #658EB0 in popluar number systems.

HEX 65 8E B0
Decimal 101 142 176
Binary 1100101 10001110 10110000
Octal 145 216 260

Shades and tints

Shades of #658EB0

#658EB0
(101,142,176)
#5C82A0
(92,130,160)
#537690
(83,118,144)
#4A6A80
(74,106,128)
#415E70
(65,94,112)
#385260
(56,82,96)
#2F4650
(47,70,80)
#263A40
(38,58,64)
#1D2E30
(29,46,48)
#142220
(20,34,32)
#0B1610
(11,22,16)
#000000
(0,0,0)

Tints of #658EB0

#658EB0
(101,142,176)
#7398B7
(115,152,183)
#81A2BE
(129,162,190)
#8FACC5
(143,172,197)
#9DB6CC
(157,182,204)
#ABC0D3
(171,192,211)
#B9CADA
(185,202,218)
#C7D4E1
(199,212,225)
#D5DEE8
(213,222,232)
#E3E8EF
(227,232,239)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658EB0 color. Also use rgb(101,142,176) instead hex code.

Text Font Color

.myTextColor { color: #658EB0; }

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

This text font color is #658EB0.

Background Color

.myBgColor { background-color: #658EB0; }

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

This div background color is #658EB0.

Border color

.myBorderColor { border: 1px solid #658EB0; }

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

This div border color is #658EB0.

Opacity

.myOpacity80 { color: #658EB0; opacity: 0.8; }

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

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

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

This text has shadow with #658EB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #658EB0.

Preview

Color preview on black background

This text has color #658EB0 on black background.


Color preview on white background

This text has color #658EB0 on white background.


Black color preview on #658EB0 background

This text has black color on #658EB0 background.


White color preview on #658EB0 background

This text has white color on #658EB0 background.


Related colors

Complementary color

Complementary color for #hex is #9A714F.


I love getcolorcode.com

Triadic colors

1 #B0658E and #8EB065 with #658EB0 are triadic colors.

2 #B08E65 and #8E65B0 with #658EB0 are triadic colors.