COLOR #6496B1

HEX: #6496B1 RGB: (100,150,177)

Color info

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

RGB color model

#6496B1 color RGB value is (100,150,177).

RGB: (100,150,177) (39%, 59%, 69%)

RGB channels and saturation

R 100 of 255 = 39%
G 150 of 255 = 59%
B 177 of 255 = 69%

100
150
177

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

Portions of RGB colors in percentages

R + G + B = 100 + 150 + 177 = 427 (100%)
R 100 of 427 ~ 23.42%
G 150 of 427 ~ 35.13%
B 177 of 427 ~ 41.45'%

%23.42
%35.13
%41.45

CMYK color model

#6496B1 color CMYK value is (44,15,0,31).

  • cyan value is 43.50%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (44,15,0,31)
C44M15Y0K31 (44%, 15%, 0%, 31%)
(0.44 / 0.15 / 0.00 / 0.31)

CMYK percentages

%43.5
%15.25
%0
%30.59

Codes

Color #6496B1 in popluar color models

64 96 B1
RGB 100 150 177
HSL 201° 33.05% 54.31%
HSB/HSV 201° 43.50% 69.41%
CMYK 43.50% 15.25% 0.00%
30.59%

Color #6496B1 in popluar number systems.

HEX 64 96 B1
Decimal 100 150 177
Binary 1100100 10010110 10110001
Octal 144 226 261

Shades and tints

Shades of #6496B1

#6496B1
(100,150,177)
#5B89A1
(91,137,161)
#527C91
(82,124,145)
#496F81
(73,111,129)
#406271
(64,98,113)
#375561
(55,85,97)
#2E4851
(46,72,81)
#253B41
(37,59,65)
#1C2E31
(28,46,49)
#132121
(19,33,33)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #6496B1

#6496B1
(100,150,177)
#729FB8
(114,159,184)
#80A8BF
(128,168,191)
#8EB1C6
(142,177,198)
#9CBACD
(156,186,205)
#AAC3D4
(170,195,212)
#B8CCDB
(184,204,219)
#C6D5E2
(198,213,226)
#D4DEE9
(212,222,233)
#E2E7F0
(226,231,240)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6496B1 color. Also use rgb(100,150,177) instead hex code.

Text Font Color

.myTextColor { color: #6496B1; }

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

This text font color is #6496B1.

Background Color

.myBgColor { background-color: #6496B1; }

<div style="background-color:#6496B1">Inner text</div>

This div background color is #6496B1.

Border color

.myBorderColor { border: 1px solid #6496B1; }

<div style="border:3px solid #6496B1">Div</div>

This div border color is #6496B1.

Opacity

.myOpacity80 { color: #6496B1; opacity: 0.8; }

<p style="color:#6496B1;opacity:0.8;">80%</p>

Text with #6496B1 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 #6496B1;}

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

This text has shadow with #6496B1 color.


.textShadow {text-shadow: 3px 3px 1px #6496B1', 3px 3px 1px red;}

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

This text has shadow with #6496B1 primary color and red secondary color.


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

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

This text has shadow with #6496B1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6496B1; -webkit-box-shadow: 1px 1px 3px 2px #6496B1; box-shadow:1px 1px 3px 2px #6496B1;">
Div content here
</div>

This div box has shadow with color #6496B1.

Preview

Color preview on black background

This text has color #6496B1 on black background.


Color preview on white background

This text has color #6496B1 on white background.


Black color preview on #6496B1 background

This text has black color on #6496B1 background.


White color preview on #6496B1 background

This text has white color on #6496B1 background.


Related colors

Complementary color

Complementary color for #hex is #9B694E.


I love getcolorcode.com

Triadic colors

1 #B16496 and #96B164 with #6496B1 are triadic colors.

2 #B19664 and #9664B1 with #6496B1 are triadic colors.