COLOR #6471BA

HEX: #6471BA
RGB: (100,113,186)

Color info

#6471BA contains mainly blue color. Web safe color of #6471BA is #6666CC (or #66C).

RGB color model

#6471BA color RGB value is (100,113,186).

  • red value is 100;
  • green value is 113;
  • blue value is 186.
RGB:
(100,113,186)
(39%,44%,73%)

RGB channels and saturation

R 100 of 255 = 39%
G 113 of 255 = 44%
B 186 of 255 = 73%

100
113
186

R + G + B ~ 52%. #6471BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 113 + 186 = 399 (100%)
R 100 of 399 ~ 25.06%
G 113 of 399 ~ 28.32%
B 186 of 399 ~ 46.62%

%25.06
%28.32
%46.62

CMYK color model

#6471BA color CMYK value is (46,39,0,27).

  • cyan value is 46.24%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(46,39,0,27)
C46M39Y0K27 
(46%,39%,0%,27%)
(0.46/0.39/0.00/0.27)	

CMYK percentages

%46.24
%39.25
%0
%27.06

Codes

Color #6471BA in popluar color models

6471BA
RGB100113186
HSL231°38.39%56.08%
HSB/HSV231°46.24%72.94%
CMYK46.24%39.25%0.00%
27.06%

Color #6471BA in popluar number systems.

HEX6471BA
Decimal100113186
Binary1100100111000110111010
Octal144161272

Shades and tints

Shades of #6471BA

#6471BA
(100,113,186)
#5B67AA
(91,103,170)
#525D9A
(82,93,154)
#49538A
(73,83,138)
#40497A
(64,73,122)
#373F6A
(55,63,106)
#2E355A
(46,53,90)
#252B4A
(37,43,74)
#1C213A
(28,33,58)
#13172A
(19,23,42)
#0A0D1A
(10,13,26)
#000000
(0,0,0)

Tints of #6471BA

#6471BA
(100,113,186)
#727DC0
(114,125,192)
#8089C6
(128,137,198)
#8E95CC
(142,149,204)
#9CA1D2
(156,161,210)
#AAADD8
(170,173,216)
#B8B9DE
(184,185,222)
#C6C5E4
(198,197,228)
#D4D1EA
(212,209,234)
#E2DDF0
(226,221,240)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6471BA color. Also use rgb(100,113,186) instead hex code.

Text Font Color

.myTextColor { color: #6471BA; }

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

This text font color is #6471BA.


Background Color

.myBgColor { background-color: #6471BA; }

<div style="background-color:#6471BA">Inner text</div>

This div background color is #6471BA.


Border color

.myBorderColor { border: 1px solid #6471BA; }

<div style="border:3px solid #6471BA">Div</div>

This div border color is #6471BA.


Opacity

.myOpacity80 { color: #6471BA; opacity: 0.8; }

<p style="color:#6471BA;opacity:0.8;">80%</p>

Text with #6471BA 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 #6471BA;}

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

This text has shadow with #6471BA color.

.textShadow {text-shadow: 3px 3px 1px #6471BA, 3px 3px 1px red;}

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

This text has shadow with #6471BA primary color and red secondary color.


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

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

This text has shadow with #6471BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6471BA on black background.


Color preview on white background

This text has color #6471BA on white background.



Black color preview on #6471BA background

This text has black color on #6471BA background.


White color preview on #6471BA background

This text has white color on #6471BA background.