COLOR #6490AC

HEX: #6490AC RGB: (100,144,172)

Color info

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

RGB color model

#6490AC color RGB value is (100,144,172).

RGB: (100,144,172) (39%, 56%, 67%)

RGB channels and saturation

R 100 of 255 = 39%
G 144 of 255 = 56%
B 172 of 255 = 67%

100
144
172

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

Portions of RGB colors in percentages

R + G + B = 100 + 144 + 172 = 416 (100%)
R 100 of 416 ~ 24.04%
G 144 of 416 ~ 34.62%
B 172 of 416 ~ 41.35'%

%24.04
%34.62
%41.35

CMYK color model

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

  • cyan value is 41.86%
  • magenta value is 16.28%
  • 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
%16.28
%0
%32.55

Codes

Color #6490AC in popluar color models

64 90 AC
RGB 100 144 172
HSL 203° 30.25% 53.33%
HSB/HSV 203° 41.86% 67.45%
CMYK 41.86% 16.28% 0.00%
32.55%

Color #6490AC in popluar number systems.

HEX 64 90 AC
Decimal 100 144 172
Binary 1100100 10010000 10101100
Octal 144 220 254

Shades and tints

Shades of #6490AC

#6490AC
(100,144,172)
#5B839D
(91,131,157)
#52768E
(82,118,142)
#49697F
(73,105,127)
#405C70
(64,92,112)
#374F61
(55,79,97)
#2E4252
(46,66,82)
#253543
(37,53,67)
#1C2834
(28,40,52)
#131B25
(19,27,37)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #6490AC

#6490AC
(100,144,172)
#729AB3
(114,154,179)
#80A4BA
(128,164,186)
#8EAEC1
(142,174,193)
#9CB8C8
(156,184,200)
#AAC2CF
(170,194,207)
#B8CCD6
(184,204,214)
#C6D6DD
(198,214,221)
#D4E0E4
(212,224,228)
#E2EAEB
(226,234,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6490AC; }

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

This text font color is #6490AC.

Background Color

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

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

This div background color is #6490AC.

Border color

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

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

This div border color is #6490AC.

Opacity

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

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

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

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

This text has shadow with #6490AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6490AC.

Preview

Color preview on black background

This text has color #6490AC on black background.


Color preview on white background

This text has color #6490AC on white background.


Black color preview on #6490AC background

This text has black color on #6490AC background.


White color preview on #6490AC background

This text has white color on #6490AC background.


Related colors

Complementary color

Complementary color for #hex is #9B6F53.


I love getcolorcode.com

Triadic colors

1 #AC6490 and #90AC64 with #6490AC are triadic colors.

2 #AC9064 and #9064AC with #6490AC are triadic colors.