COLOR #658BA4

HEX: #658BA4
RGB: (101,139,164)

Color info

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

RGB color model

#658BA4 color RGB value is (101,139,164).

  • red value is 101;
  • green value is 139;
  • blue value is 164.
RGB:
(101,139,164)
(40%,55%,64%)

RGB channels and saturation

R 101 of 255 = 40%
G 139 of 255 = 55%
B 164 of 255 = 64%

101
139
164

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

Portions of RGB colors in percentages

R + G + B =
101 + 139 + 164 = 404 (100%)
R 101 of 404 ~ 25%
G 139 of 404 ~ 34.41%
B 164 of 404 ~ 40.59%

%25
%34.41
%40.59

CMYK color model

#658BA4 color CMYK value is (38,15,0,36).

  • cyan value is 38.41%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(38,15,0,36)
C38M15Y0K36 
(38%,15%,0%,36%)
(0.38/0.15/0.00/0.36)	

CMYK percentages

%38.41
%15.24
%0
%35.69

Codes

Color #658BA4 in popluar color models

658BA4
RGB101139164
HSL204°25.71%51.96%
HSB/HSV204°38.41%64.31%
CMYK38.41%15.24%0.00%
35.69%

Color #658BA4 in popluar number systems.

HEX658BA4
Decimal101139164
Binary11001011000101110100100
Octal145213244

Shades and tints

Shades of #658BA4

#658BA4
(101,139,164)
#5C7F96
(92,127,150)
#537388
(83,115,136)
#4A677A
(74,103,122)
#415B6C
(65,91,108)
#384F5E
(56,79,94)
#2F4350
(47,67,80)
#263742
(38,55,66)
#1D2B34
(29,43,52)
#141F26
(20,31,38)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #658BA4

#658BA4
(101,139,164)
#7395AC
(115,149,172)
#819FB4
(129,159,180)
#8FA9BC
(143,169,188)
#9DB3C4
(157,179,196)
#ABBDCC
(171,189,204)
#B9C7D4
(185,199,212)
#C7D1DC
(199,209,220)
#D5DBE4
(213,219,228)
#E3E5EC
(227,229,236)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658BA4 color. Also use rgb(101,139,164) instead hex code.

Text Font Color

.myTextColor { color: #658BA4; }

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

This text font color is #658BA4.


Background Color

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

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

This div background color is #658BA4.


Border color

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

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

This div border color is #658BA4.


Opacity

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

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

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

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

This text has shadow with #658BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658BA4 on black background.


Color preview on white background

This text has color #658BA4 on white background.



Black color preview on #658BA4 background

This text has black color on #658BA4 background.


White color preview on #658BA4 background

This text has white color on #658BA4 background.