COLOR #658AC5

HEX: #658AC5 RGB: (101,138,197)

Color info

#658AC5 contains mainly green and blue colors. Web safe color of #658AC5 is #6699CC (or #69C).

RGB color model

#658AC5 color RGB value is (101,138,197).

RGB: (101,138,197) (40%, 54%, 77%)

RGB channels and saturation

R 101 of 255 = 40%
G 138 of 255 = 54%
B 197 of 255 = 77%

101
138
197

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

Portions of RGB colors in percentages

R + G + B = 101 + 138 + 197 = 436 (100%)
R 101 of 436 ~ 23.17%
G 138 of 436 ~ 31.65%
B 197 of 436 ~ 45.18'%

%23.17
%31.65
%45.18

CMYK color model

#658AC5 color CMYK value is (49,30,0,23).

  • cyan value is 48.73%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (49,30,0,23)
C49M30Y0K23 (49%, 30%, 0%, 23%)
(0.49 / 0.30 / 0.00 / 0.23)

CMYK percentages

%48.73
%29.95
%0
%22.75

Codes

Color #658AC5 in popluar color models

65 8A C5
RGB 101 138 197
HSL 217° 45.28% 58.43%
HSB/HSV 217° 48.73% 77.25%
CMYK 48.73% 29.95% 0.00%
22.75%

Color #658AC5 in popluar number systems.

HEX 65 8A C5
Decimal 101 138 197
Binary 1100101 10001010 11000101
Octal 145 212 305

Shades and tints

Shades of #658AC5

#658AC5
(101,138,197)
#5C7EB4
(92,126,180)
#5372A3
(83,114,163)
#4A6692
(74,102,146)
#415A81
(65,90,129)
#384E70
(56,78,112)
#2F425F
(47,66,95)
#26364E
(38,54,78)
#1D2A3D
(29,42,61)
#141E2C
(20,30,44)
#0B121B
(11,18,27)
#000000
(0,0,0)

Tints of #658AC5

#658AC5
(101,138,197)
#7394CA
(115,148,202)
#819ECF
(129,158,207)
#8FA8D4
(143,168,212)
#9DB2D9
(157,178,217)
#ABBCDE
(171,188,222)
#B9C6E3
(185,198,227)
#C7D0E8
(199,208,232)
#D5DAED
(213,218,237)
#E3E4F2
(227,228,242)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658AC5 color. Also use rgb(101,138,197) instead hex code.

Text Font Color

.myTextColor { color: #658AC5; }

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

This text font color is #658AC5.

Background Color

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

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

This div background color is #658AC5.

Border color

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

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

This div border color is #658AC5.

Opacity

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

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

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

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

This text has shadow with #658AC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #658AC5.

Preview

Color preview on black background

This text has color #658AC5 on black background.


Color preview on white background

This text has color #658AC5 on white background.


Black color preview on #658AC5 background

This text has black color on #658AC5 background.


White color preview on #658AC5 background

This text has white color on #658AC5 background.


Related colors

Complementary color

Complementary color for #hex is #9A753A.


I love getcolorcode.com

Triadic colors

1 #C5658A and #8AC565 with #658AC5 are triadic colors.

2 #C58A65 and #8A65C5 with #658AC5 are triadic colors.