COLOR #6490B3

HEX: #6490B3
RGB: (100,144,179)

Color info

#6490B3 contains mainly green and blue colors. Web safe color of #6490B3 is #669999 (or #699).

RGB color model

#6490B3 color RGB value is (100,144,179).

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

RGB channels and saturation

R 100 of 255 = 39%
G 144 of 255 = 56%
B 179 of 255 = 70%

100
144
179

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

Portions of RGB colors in percentages

R + G + B =
100 + 144 + 179 = 423 (100%)
R 100 of 423 ~ 23.64%
G 144 of 423 ~ 34.04%
B 179 of 423 ~ 42.32%

%23.64
%34.04
%42.32

CMYK color model

#6490B3 color CMYK value is (44,20,0,30).

  • cyan value is 44.13%
  • magenta value is 19.55%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(44,20,0,30)
C44M20Y0K30 
(44%,20%,0%,30%)
(0.44/0.20/0.00/0.30)	

CMYK percentages

%44.13
%19.55
%0
%29.8

Codes

Color #6490B3 in popluar color models

6490B3
RGB100144179
HSL207°34.20%54.71%
HSB/HSV207°44.13%70.20%
CMYK44.13%19.55%0.00%
29.80%

Color #6490B3 in popluar number systems.

HEX6490B3
Decimal100144179
Binary11001001001000010110011
Octal144220263

Shades and tints

Shades of #6490B3

#6490B3
(100,144,179)
#5B83A3
(91,131,163)
#527693
(82,118,147)
#496983
(73,105,131)
#405C73
(64,92,115)
#374F63
(55,79,99)
#2E4253
(46,66,83)
#253543
(37,53,67)
#1C2833
(28,40,51)
#131B23
(19,27,35)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #6490B3

#6490B3
(100,144,179)
#729AB9
(114,154,185)
#80A4BF
(128,164,191)
#8EAEC5
(142,174,197)
#9CB8CB
(156,184,203)
#AAC2D1
(170,194,209)
#B8CCD7
(184,204,215)
#C6D6DD
(198,214,221)
#D4E0E3
(212,224,227)
#E2EAE9
(226,234,233)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6490B3; }

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

This text font color is #6490B3.


Background Color

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

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

This div background color is #6490B3.


Border color

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

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

This div border color is #6490B3.


Opacity

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

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

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

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

This text has shadow with #6490B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6490B3 on black background.


Color preview on white background

This text has color #6490B3 on white background.



Black color preview on #6490B3 background

This text has black color on #6490B3 background.


White color preview on #6490B3 background

This text has white color on #6490B3 background.