COLOR #6486AC

HEX: #6486AC RGB: (100,134,172)

Color info

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

RGB color model

#6486AC color RGB value is (100,134,172).

RGB: (100,134,172) (39%, 53%, 67%)

RGB channels and saturation

R 100 of 255 = 39%
G 134 of 255 = 53%
B 172 of 255 = 67%

100
134
172

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

Portions of RGB colors in percentages

R + G + B = 100 + 134 + 172 = 406 (100%)
R 100 of 406 ~ 24.63%
G 134 of 406 ~ 33%
B 172 of 406 ~ 42.36'%

%24.63
%33
%42.36

CMYK color model

#6486AC color CMYK value is (42,22,0,33).

  • cyan value is 41.86%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (42,22,0,33)
C42M22Y0K33 (42%, 22%, 0%, 33%)
(0.42 / 0.22 / 0.00 / 0.33)

CMYK percentages

%41.86
%22.09
%0
%32.55

Codes

Color #6486AC in popluar color models

64 86 AC
RGB 100 134 172
HSL 212° 30.25% 53.33%
HSB/HSV 212° 41.86% 67.45%
CMYK 41.86% 22.09% 0.00%
32.55%

Color #6486AC in popluar number systems.

HEX 64 86 AC
Decimal 100 134 172
Binary 1100100 10000110 10101100
Octal 144 206 254

Shades and tints

Shades of #6486AC

#6486AC
(100,134,172)
#5B7A9D
(91,122,157)
#526E8E
(82,110,142)
#49627F
(73,98,127)
#405670
(64,86,112)
#374A61
(55,74,97)
#2E3E52
(46,62,82)
#253243
(37,50,67)
#1C2634
(28,38,52)
#131A25
(19,26,37)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #6486AC

#6486AC
(100,134,172)
#7291B3
(114,145,179)
#809CBA
(128,156,186)
#8EA7C1
(142,167,193)
#9CB2C8
(156,178,200)
#AABDCF
(170,189,207)
#B8C8D6
(184,200,214)
#C6D3DD
(198,211,221)
#D4DEE4
(212,222,228)
#E2E9EB
(226,233,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6486AC; }

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

This text font color is #6486AC.

Background Color

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

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

This div background color is #6486AC.

Border color

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

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

This div border color is #6486AC.

Opacity

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

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

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

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

This text has shadow with #6486AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6486AC.

Preview

Color preview on black background

This text has color #6486AC on black background.


Color preview on white background

This text has color #6486AC on white background.


Black color preview on #6486AC background

This text has black color on #6486AC background.


White color preview on #6486AC background

This text has white color on #6486AC background.


Related colors

Complementary color

Complementary color for #hex is #9B7953.


I love getcolorcode.com

Triadic colors

1 #AC6486 and #86AC64 with #6486AC are triadic colors.

2 #AC8664 and #8664AC with #6486AC are triadic colors.