COLOR #6489CC

HEX: #6489CC
RGB: (100,137,204)

Color info

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

RGB color model

#6489CC color RGB value is (100,137,204).

  • red value is 100;
  • green value is 137;
  • blue value is 204.
RGB:
(100,137,204)
(39%,54%,80%)

RGB channels and saturation

R 100 of 255 = 39%
G 137 of 255 = 54%
B 204 of 255 = 80%

100
137
204

R + G + B ~ 58%. #6489CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 137 + 204 = 441 (100%)
R 100 of 441 ~ 22.68%
G 137 of 441 ~ 31.07%
B 204 of 441 ~ 46.26%

%22.68
%31.07
%46.26

CMYK color model

#6489CC color CMYK value is (51,33,0,20).

  • cyan value is 50.98%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(51,33,0,20)
C51M33Y0K20 
(51%,33%,0%,20%)
(0.51/0.33/0.00/0.20)	

CMYK percentages

%50.98
%32.84
%0
%20

Codes

Color #6489CC in popluar color models

6489CC
RGB100137204
HSL219°50.49%59.61%
HSB/HSV219°50.98%80.00%
CMYK50.98%32.84%0.00%
20.00%

Color #6489CC in popluar number systems.

HEX6489CC
Decimal100137204
Binary11001001000100111001100
Octal144211314

Shades and tints

Shades of #6489CC

#6489CC
(100,137,204)
#5B7DBA
(91,125,186)
#5271A8
(82,113,168)
#496596
(73,101,150)
#405984
(64,89,132)
#374D72
(55,77,114)
#2E4160
(46,65,96)
#25354E
(37,53,78)
#1C293C
(28,41,60)
#131D2A
(19,29,42)
#0A1118
(10,17,24)
#000000
(0,0,0)

Tints of #6489CC

#6489CC
(100,137,204)
#7293D0
(114,147,208)
#809DD4
(128,157,212)
#8EA7D8
(142,167,216)
#9CB1DC
(156,177,220)
#AABBE0
(170,187,224)
#B8C5E4
(184,197,228)
#C6CFE8
(198,207,232)
#D4D9EC
(212,217,236)
#E2E3F0
(226,227,240)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6489CC color. Also use rgb(100,137,204) instead hex code.

Text Font Color

.myTextColor { color: #6489CC; }

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

This text font color is #6489CC.


Background Color

.myBgColor { background-color: #6489CC; }

<div style="background-color:#6489CC">Inner text</div>

This div background color is #6489CC.


Border color

.myBorderColor { border: 1px solid #6489CC; }

<div style="border:3px solid #6489CC">Div</div>

This div border color is #6489CC.


Opacity

.myOpacity80 { color: #6489CC; opacity: 0.8; }

<p style="color:#6489CC;opacity:0.8;">80%</p>

Text with #6489CC 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 #6489CC;}

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

This text has shadow with #6489CC color.

.textShadow {text-shadow: 3px 3px 1px #6489CC, 3px 3px 1px red;}

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

This text has shadow with #6489CC primary color and red secondary color.


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

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

This text has shadow with #6489CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6489CC on black background.


Color preview on white background

This text has color #6489CC on white background.



Black color preview on #6489CC background

This text has black color on #6489CC background.


White color preview on #6489CC background

This text has white color on #6489CC background.