COLOR #6495B9

HEX: #6495B9
RGB: (100,149,185)

Color info

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

RGB color model

#6495B9 color RGB value is (100,149,185).

  • red value is 100;
  • green value is 149;
  • blue value is 185.
RGB:
(100,149,185)
(39%,58%,73%)

RGB channels and saturation

R 100 of 255 = 39%
G 149 of 255 = 58%
B 185 of 255 = 73%

100
149
185

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

Portions of RGB colors in percentages

R + G + B =
100 + 149 + 185 = 434 (100%)
R 100 of 434 ~ 23.04%
G 149 of 434 ~ 34.33%
B 185 of 434 ~ 42.63%

%23.04
%34.33
%42.63

CMYK color model

#6495B9 color CMYK value is (46,19,0,27).

  • cyan value is 45.95%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(46,19,0,27)
C46M19Y0K27 
(46%,19%,0%,27%)
(0.46/0.19/0.00/0.27)	

CMYK percentages

%45.95
%19.46
%0
%27.45

Codes

Color #6495B9 in popluar color models

6495B9
RGB100149185
HSL205°37.78%55.88%
HSB/HSV205°45.95%72.55%
CMYK45.95%19.46%0.00%
27.45%

Color #6495B9 in popluar number systems.

HEX6495B9
Decimal100149185
Binary11001001001010110111001
Octal144225271

Shades and tints

Shades of #6495B9

#6495B9
(100,149,185)
#5B88A9
(91,136,169)
#527B99
(82,123,153)
#496E89
(73,110,137)
#406179
(64,97,121)
#375469
(55,84,105)
#2E4759
(46,71,89)
#253A49
(37,58,73)
#1C2D39
(28,45,57)
#132029
(19,32,41)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #6495B9

#6495B9
(100,149,185)
#729EBF
(114,158,191)
#80A7C5
(128,167,197)
#8EB0CB
(142,176,203)
#9CB9D1
(156,185,209)
#AAC2D7
(170,194,215)
#B8CBDD
(184,203,221)
#C6D4E3
(198,212,227)
#D4DDE9
(212,221,233)
#E2E6EF
(226,230,239)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6495B9 color. Also use rgb(100,149,185) instead hex code.

Text Font Color

.myTextColor { color: #6495B9; }

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

This text font color is #6495B9.


Background Color

.myBgColor { background-color: #6495B9; }

<div style="background-color:#6495B9">Inner text</div>

This div background color is #6495B9.


Border color

.myBorderColor { border: 1px solid #6495B9; }

<div style="border:3px solid #6495B9">Div</div>

This div border color is #6495B9.


Opacity

.myOpacity80 { color: #6495B9; opacity: 0.8; }

<p style="color:#6495B9;opacity:0.8;">80%</p>

Text with #6495B9 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 #6495B9;}

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

This text has shadow with #6495B9 color.

.textShadow {text-shadow: 3px 3px 1px #6495B9, 3px 3px 1px red;}

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

This text has shadow with #6495B9 primary color and red secondary color.


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

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

This text has shadow with #6495B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6495B9 on black background.


Color preview on white background

This text has color #6495B9 on white background.



Black color preview on #6495B9 background

This text has black color on #6495B9 background.


White color preview on #6495B9 background

This text has white color on #6495B9 background.