COLOR #6490BA

HEX: #6490BA
RGB: (100,144,186)

Color info

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

RGB color model

#6490BA color RGB value is (100,144,186).

  • red value is 100;
  • green value is 144;
  • blue value is 186.
RGB:
(100,144,186)
(39%,56%,73%)

RGB channels and saturation

R 100 of 255 = 39%
G 144 of 255 = 56%
B 186 of 255 = 73%

100
144
186

R + G + B ~ 56%. #6490BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 144 + 186 = 430 (100%)
R 100 of 430 ~ 23.26%
G 144 of 430 ~ 33.49%
B 186 of 430 ~ 43.26%

%23.26
%33.49
%43.26

CMYK color model

#6490BA color CMYK value is (46,23,0,27).

  • cyan value is 46.24%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(46,23,0,27)
C46M23Y0K27 
(46%,23%,0%,27%)
(0.46/0.23/0.00/0.27)	

CMYK percentages

%46.24
%22.58
%0
%27.06

Codes

Color #6490BA in popluar color models

6490BA
RGB100144186
HSL209°38.39%56.08%
HSB/HSV209°46.24%72.94%
CMYK46.24%22.58%0.00%
27.06%

Color #6490BA in popluar number systems.

HEX6490BA
Decimal100144186
Binary11001001001000010111010
Octal144220272

Shades and tints

Shades of #6490BA

#6490BA
(100,144,186)
#5B83AA
(91,131,170)
#52769A
(82,118,154)
#49698A
(73,105,138)
#405C7A
(64,92,122)
#374F6A
(55,79,106)
#2E425A
(46,66,90)
#25354A
(37,53,74)
#1C283A
(28,40,58)
#131B2A
(19,27,42)
#0A0E1A
(10,14,26)
#000000
(0,0,0)

Tints of #6490BA

#6490BA
(100,144,186)
#729AC0
(114,154,192)
#80A4C6
(128,164,198)
#8EAECC
(142,174,204)
#9CB8D2
(156,184,210)
#AAC2D8
(170,194,216)
#B8CCDE
(184,204,222)
#C6D6E4
(198,214,228)
#D4E0EA
(212,224,234)
#E2EAF0
(226,234,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6490BA color. Also use rgb(100,144,186) instead hex code.

Text Font Color

.myTextColor { color: #6490BA; }

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

This text font color is #6490BA.


Background Color

.myBgColor { background-color: #6490BA; }

<div style="background-color:#6490BA">Inner text</div>

This div background color is #6490BA.


Border color

.myBorderColor { border: 1px solid #6490BA; }

<div style="border:3px solid #6490BA">Div</div>

This div border color is #6490BA.


Opacity

.myOpacity80 { color: #6490BA; opacity: 0.8; }

<p style="color:#6490BA;opacity:0.8;">80%</p>

Text with #6490BA 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 #6490BA;}

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

This text has shadow with #6490BA color.

.textShadow {text-shadow: 3px 3px 1px #6490BA, 3px 3px 1px red;}

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

This text has shadow with #6490BA primary color and red secondary color.


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

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

This text has shadow with #6490BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6490BA on black background.


Color preview on white background

This text has color #6490BA on white background.



Black color preview on #6490BA background

This text has black color on #6490BA background.


White color preview on #6490BA background

This text has white color on #6490BA background.