COLOR #6490BE

HEX: #6490BE
RGB: (100,144,190)

Color info

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

RGB color model

#6490BE color RGB value is (100,144,190).

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

RGB channels and saturation

R 100 of 255 = 39%
G 144 of 255 = 56%
B 190 of 255 = 75%

100
144
190

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

Portions of RGB colors in percentages

R + G + B =
100 + 144 + 190 = 434 (100%)
R 100 of 434 ~ 23.04%
G 144 of 434 ~ 33.18%
B 190 of 434 ~ 43.78%

%23.04
%33.18
%43.78

CMYK color model

#6490BE color CMYK value is (47,24,0,25).

  • cyan value is 47.37%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(47,24,0,25)
C47M24Y0K25 
(47%,24%,0%,25%)
(0.47/0.24/0.00/0.25)	

CMYK percentages

%47.37
%24.21
%0
%25.49

Codes

Color #6490BE in popluar color models

6490BE
RGB100144190
HSL211°40.91%56.86%
HSB/HSV211°47.37%74.51%
CMYK47.37%24.21%0.00%
25.49%

Color #6490BE in popluar number systems.

HEX6490BE
Decimal100144190
Binary11001001001000010111110
Octal144220276

Shades and tints

Shades of #6490BE

#6490BE
(100,144,190)
#5B83AD
(91,131,173)
#52769C
(82,118,156)
#49698B
(73,105,139)
#405C7A
(64,92,122)
#374F69
(55,79,105)
#2E4258
(46,66,88)
#253547
(37,53,71)
#1C2836
(28,40,54)
#131B25
(19,27,37)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #6490BE

#6490BE
(100,144,190)
#729AC3
(114,154,195)
#80A4C8
(128,164,200)
#8EAECD
(142,174,205)
#9CB8D2
(156,184,210)
#AAC2D7
(170,194,215)
#B8CCDC
(184,204,220)
#C6D6E1
(198,214,225)
#D4E0E6
(212,224,230)
#E2EAEB
(226,234,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6490BE; }

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

This text font color is #6490BE.


Background Color

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

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

This div background color is #6490BE.


Border color

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

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

This div border color is #6490BE.


Opacity

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

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

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

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

This text has shadow with #6490BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6490BE on black background.


Color preview on white background

This text has color #6490BE on white background.



Black color preview on #6490BE background

This text has black color on #6490BE background.


White color preview on #6490BE background

This text has white color on #6490BE background.