COLOR #6491D4

HEX: #6491D4 RGB: (100,145,212)

Color info

#6491D4 contains mainly blue color. Web safe color of #6491D4 is #6699CC (or #69C).

RGB color model

#6491D4 color RGB value is (100,145,212).

RGB: (100,145,212) (39%, 57%, 83%)

RGB channels and saturation

R 100 of 255 = 39%
G 145 of 255 = 57%
B 212 of 255 = 83%

100
145
212

R + G + B ~ 60%. #6491D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 145 + 212 = 457 (100%)
R 100 of 457 ~ 21.88%
G 145 of 457 ~ 31.73%
B 212 of 457 ~ 46.39'%

%21.88
%31.73
%46.39

CMYK color model

#6491D4 color CMYK value is (53,32,0,17).

  • cyan value is 52.83%
  • magenta value is 31.60%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (53,32,0,17)
C53M32Y0K17 (53%, 32%, 0%, 17%)
(0.53 / 0.32 / 0.00 / 0.17)

CMYK percentages

%52.83
%31.6
%0
%16.86

Codes

Color #6491D4 in popluar color models

64 91 D4
RGB 100 145 212
HSL 216° 56.57% 61.18%
HSB/HSV 216° 52.83% 83.14%
CMYK 52.83% 31.60% 0.00%
16.86%

Color #6491D4 in popluar number systems.

HEX 64 91 D4
Decimal 100 145 212
Binary 1100100 10010001 11010100
Octal 144 221 324

Shades and tints

Shades of #6491D4

#6491D4
(100,145,212)
#5B84C1
(91,132,193)
#5277AE
(82,119,174)
#496A9B
(73,106,155)
#405D88
(64,93,136)
#375075
(55,80,117)
#2E4362
(46,67,98)
#25364F
(37,54,79)
#1C293C
(28,41,60)
#131C29
(19,28,41)
#0A0F16
(10,15,22)
#000000
(0,0,0)

Tints of #6491D4

#6491D4
(100,145,212)
#729BD7
(114,155,215)
#80A5DA
(128,165,218)
#8EAFDD
(142,175,221)
#9CB9E0
(156,185,224)
#AAC3E3
(170,195,227)
#B8CDE6
(184,205,230)
#C6D7E9
(198,215,233)
#D4E1EC
(212,225,236)
#E2EBEF
(226,235,239)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6491D4 color. Also use rgb(100,145,212) instead hex code.

Text Font Color

.myTextColor { color: #6491D4; }

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

This text font color is #6491D4.

Background Color

.myBgColor { background-color: #6491D4; }

<div style="background-color:#6491D4">Inner text</div>

This div background color is #6491D4.

Border color

.myBorderColor { border: 1px solid #6491D4; }

<div style="border:3px solid #6491D4">Div</div>

This div border color is #6491D4.

Opacity

.myOpacity80 { color: #6491D4; opacity: 0.8; }

<p style="color:#6491D4;opacity:0.8;">80%</p>

Text with #6491D4 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 #6491D4;}

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

This text has shadow with #6491D4 color.


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

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

This text has shadow with #6491D4 primary color and red secondary color.


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

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

This text has shadow with #6491D4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6491D4.

Preview

Color preview on black background

This text has color #6491D4 on black background.


Color preview on white background

This text has color #6491D4 on white background.


Black color preview on #6491D4 background

This text has black color on #6491D4 background.


White color preview on #6491D4 background

This text has white color on #6491D4 background.


Related colors

Complementary color

Complementary color for #hex is #9B6E2B.


I love getcolorcode.com

Triadic colors

1 #D46491 and #91D464 with #6491D4 are triadic colors.

2 #D49164 and #9164D4 with #6491D4 are triadic colors.