COLOR #658FAB

HEX: #658FAB
RGB: (101,143,171)

Color info

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

RGB color model

#658FAB color RGB value is (101,143,171).

  • red value is 101;
  • green value is 143;
  • blue value is 171.
RGB:
(101,143,171)
(40%,56%,67%)

RGB channels and saturation

R 101 of 255 = 40%
G 143 of 255 = 56%
B 171 of 255 = 67%

101
143
171

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

Portions of RGB colors in percentages

R + G + B =
101 + 143 + 171 = 415 (100%)
R 101 of 415 ~ 24.34%
G 143 of 415 ~ 34.46%
B 171 of 415 ~ 41.2%

%24.34
%34.46
%41.2

CMYK color model

#658FAB color CMYK value is (41,16,0,33).

  • cyan value is 40.94%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(41,16,0,33)
C41M16Y0K33 
(41%,16%,0%,33%)
(0.41/0.16/0.00/0.33)	

CMYK percentages

%40.94
%16.37
%0
%32.94

Codes

Color #658FAB in popluar color models

658FAB
RGB101143171
HSL204°29.41%53.33%
HSB/HSV204°40.94%67.06%
CMYK40.94%16.37%0.00%
32.94%

Color #658FAB in popluar number systems.

HEX658FAB
Decimal101143171
Binary11001011000111110101011
Octal145217253

Shades and tints

Shades of #658FAB

#658FAB
(101,143,171)
#5C829C
(92,130,156)
#53758D
(83,117,141)
#4A687E
(74,104,126)
#415B6F
(65,91,111)
#384E60
(56,78,96)
#2F4151
(47,65,81)
#263442
(38,52,66)
#1D2733
(29,39,51)
#141A24
(20,26,36)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #658FAB

#658FAB
(101,143,171)
#7399B2
(115,153,178)
#81A3B9
(129,163,185)
#8FADC0
(143,173,192)
#9DB7C7
(157,183,199)
#ABC1CE
(171,193,206)
#B9CBD5
(185,203,213)
#C7D5DC
(199,213,220)
#D5DFE3
(213,223,227)
#E3E9EA
(227,233,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658FAB color. Also use rgb(101,143,171) instead hex code.

Text Font Color

.myTextColor { color: #658FAB; }

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

This text font color is #658FAB.


Background Color

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

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

This div background color is #658FAB.


Border color

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

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

This div border color is #658FAB.


Opacity

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

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

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

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

This text has shadow with #658FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658FAB on black background.


Color preview on white background

This text has color #658FAB on white background.



Black color preview on #658FAB background

This text has black color on #658FAB background.


White color preview on #658FAB background

This text has white color on #658FAB background.