COLOR #6589E5

HEX: #6589E5
RGB: (101,137,229)

Color info

#6589E5 contains mainly blue color. Web safe color of #6589E5 is #6699CC (or #69C).

RGB color model

#6589E5 color RGB value is (101,137,229).

  • red value is 101;
  • green value is 137;
  • blue value is 229.
RGB:
(101,137,229)
(40%,54%,90%)

RGB channels and saturation

R 101 of 255 = 40%
G 137 of 255 = 54%
B 229 of 255 = 90%

101
137
229

R + G + B ~ 61%. #6589E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 137 + 229 = 467 (100%)
R 101 of 467 ~ 21.63%
G 137 of 467 ~ 29.34%
B 229 of 467 ~ 49.04%

%21.63
%29.34
%49.04

CMYK color model

#6589E5 color CMYK value is (56,40,0,10).

  • cyan value is 55.90%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(56,40,0,10)
C56M40Y0K10 
(56%,40%,0%,10%)
(0.56/0.40/0.00/0.10)	

CMYK percentages

%55.9
%40.17
%0
%10.2

Codes

Color #6589E5 in popluar color models

6589E5
RGB101137229
HSL223°71.11%64.71%
HSB/HSV223°55.90%89.80%
CMYK55.90%40.17%0.00%
10.20%

Color #6589E5 in popluar number systems.

HEX6589E5
Decimal101137229
Binary11001011000100111100101
Octal145211345

Shades and tints

Shades of #6589E5

#6589E5
(101,137,229)
#5C7DD1
(92,125,209)
#5371BD
(83,113,189)
#4A65A9
(74,101,169)
#415995
(65,89,149)
#384D81
(56,77,129)
#2F416D
(47,65,109)
#263559
(38,53,89)
#1D2945
(29,41,69)
#141D31
(20,29,49)
#0B111D
(11,17,29)
#000000
(0,0,0)

Tints of #6589E5

#6589E5
(101,137,229)
#7393E7
(115,147,231)
#819DE9
(129,157,233)
#8FA7EB
(143,167,235)
#9DB1ED
(157,177,237)
#ABBBEF
(171,187,239)
#B9C5F1
(185,197,241)
#C7CFF3
(199,207,243)
#D5D9F5
(213,217,245)
#E3E3F7
(227,227,247)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6589E5 color. Also use rgb(101,137,229) instead hex code.

Text Font Color

.myTextColor { color: #6589E5; }

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

This text font color is #6589E5.


Background Color

.myBgColor { background-color: #6589E5; }

<div style="background-color:#6589E5">Inner text</div>

This div background color is #6589E5.


Border color

.myBorderColor { border: 1px solid #6589E5; }

<div style="border:3px solid #6589E5">Div</div>

This div border color is #6589E5.


Opacity

.myOpacity80 { color: #6589E5; opacity: 0.8; }

<p style="color:#6589E5;opacity:0.8;">80%</p>

Text with #6589E5 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 #6589E5;}

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

This text has shadow with #6589E5 color.

.textShadow {text-shadow: 3px 3px 1px #6589E5, 3px 3px 1px red;}

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

This text has shadow with #6589E5 primary color and red secondary color.


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

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

This text has shadow with #6589E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6589E5 on black background.


Color preview on white background

This text has color #6589E5 on white background.



Black color preview on #6589E5 background

This text has black color on #6589E5 background.


White color preview on #6589E5 background

This text has white color on #6589E5 background.