COLOR #6497BD

HEX: #6497BD
RGB: (100,151,189)

Color info

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

RGB color model

#6497BD color RGB value is (100,151,189).

  • red value is 100;
  • green value is 151;
  • blue value is 189.
RGB:
(100,151,189)
(39%,59%,74%)

RGB channels and saturation

R 100 of 255 = 39%
G 151 of 255 = 59%
B 189 of 255 = 74%

100
151
189

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

Portions of RGB colors in percentages

R + G + B =
100 + 151 + 189 = 440 (100%)
R 100 of 440 ~ 22.73%
G 151 of 440 ~ 34.32%
B 189 of 440 ~ 42.95%

%22.73
%34.32
%42.95

CMYK color model

#6497BD color CMYK value is (47,20,0,26).

  • cyan value is 47.09%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(47,20,0,26)
C47M20Y0K26 
(47%,20%,0%,26%)
(0.47/0.20/0.00/0.26)	

CMYK percentages

%47.09
%20.11
%0
%25.88

Codes

Color #6497BD in popluar color models

6497BD
RGB100151189
HSL206°40.27%56.67%
HSB/HSV206°47.09%74.12%
CMYK47.09%20.11%0.00%
25.88%

Color #6497BD in popluar number systems.

HEX6497BD
Decimal100151189
Binary11001001001011110111101
Octal144227275

Shades and tints

Shades of #6497BD

#6497BD
(100,151,189)
#5B8AAC
(91,138,172)
#527D9B
(82,125,155)
#49708A
(73,112,138)
#406379
(64,99,121)
#375668
(55,86,104)
#2E4957
(46,73,87)
#253C46
(37,60,70)
#1C2F35
(28,47,53)
#132224
(19,34,36)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #6497BD

#6497BD
(100,151,189)
#72A0C3
(114,160,195)
#80A9C9
(128,169,201)
#8EB2CF
(142,178,207)
#9CBBD5
(156,187,213)
#AAC4DB
(170,196,219)
#B8CDE1
(184,205,225)
#C6D6E7
(198,214,231)
#D4DFED
(212,223,237)
#E2E8F3
(226,232,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6497BD color. Also use rgb(100,151,189) instead hex code.

Text Font Color

.myTextColor { color: #6497BD; }

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

This text font color is #6497BD.


Background Color

.myBgColor { background-color: #6497BD; }

<div style="background-color:#6497BD">Inner text</div>

This div background color is #6497BD.


Border color

.myBorderColor { border: 1px solid #6497BD; }

<div style="border:3px solid #6497BD">Div</div>

This div border color is #6497BD.


Opacity

.myOpacity80 { color: #6497BD; opacity: 0.8; }

<p style="color:#6497BD;opacity:0.8;">80%</p>

Text with #6497BD 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 #6497BD;}

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

This text has shadow with #6497BD color.

.textShadow {text-shadow: 3px 3px 1px #6497BD, 3px 3px 1px red;}

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

This text has shadow with #6497BD primary color and red secondary color.


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

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

This text has shadow with #6497BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6497BD on black background.


Color preview on white background

This text has color #6497BD on white background.



Black color preview on #6497BD background

This text has black color on #6497BD background.


White color preview on #6497BD background

This text has white color on #6497BD background.