COLOR #6491AC

HEX: #6491AC
RGB: (100,145,172)

Color info

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

RGB color model

#6491AC color RGB value is (100,145,172).

  • red value is 100;
  • green value is 145;
  • blue value is 172.
RGB:
(100,145,172)
(39%,57%,67%)

RGB channels and saturation

R 100 of 255 = 39%
G 145 of 255 = 57%
B 172 of 255 = 67%

100
145
172

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

Portions of RGB colors in percentages

R + G + B =
100 + 145 + 172 = 417 (100%)
R 100 of 417 ~ 23.98%
G 145 of 417 ~ 34.77%
B 172 of 417 ~ 41.25%

%23.98
%34.77
%41.25

CMYK color model

#6491AC color CMYK value is (42,16,0,33).

  • cyan value is 41.86%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(42,16,0,33)
C42M16Y0K33 
(42%,16%,0%,33%)
(0.42/0.16/0.00/0.33)	

CMYK percentages

%41.86
%15.7
%0
%32.55

Codes

Color #6491AC in popluar color models

6491AC
RGB100145172
HSL203°30.25%53.33%
HSB/HSV203°41.86%67.45%
CMYK41.86%15.70%0.00%
32.55%

Color #6491AC in popluar number systems.

HEX6491AC
Decimal100145172
Binary11001001001000110101100
Octal144221254

Shades and tints

Shades of #6491AC

#6491AC
(100,145,172)
#5B849D
(91,132,157)
#52778E
(82,119,142)
#496A7F
(73,106,127)
#405D70
(64,93,112)
#375061
(55,80,97)
#2E4352
(46,67,82)
#253643
(37,54,67)
#1C2934
(28,41,52)
#131C25
(19,28,37)
#0A0F16
(10,15,22)
#000000
(0,0,0)

Tints of #6491AC

#6491AC
(100,145,172)
#729BB3
(114,155,179)
#80A5BA
(128,165,186)
#8EAFC1
(142,175,193)
#9CB9C8
(156,185,200)
#AAC3CF
(170,195,207)
#B8CDD6
(184,205,214)
#C6D7DD
(198,215,221)
#D4E1E4
(212,225,228)
#E2EBEB
(226,235,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6491AC; }

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

This text font color is #6491AC.


Background Color

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

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

This div background color is #6491AC.


Border color

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

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

This div border color is #6491AC.


Opacity

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

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

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

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

This text has shadow with #6491AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6491AC on black background.


Color preview on white background

This text has color #6491AC on white background.



Black color preview on #6491AC background

This text has black color on #6491AC background.


White color preview on #6491AC background

This text has white color on #6491AC background.