COLOR #6470A1

HEX: #6470A1 RGB: (100,112,161)

Color info

#6470A1 contains mainly green and blue colors. Web safe color of #6470A1 is #666699 (or #669).

RGB color model

#6470A1 color RGB value is (100,112,161).

RGB: (100,112,161) (39%, 44%, 63%)

RGB channels and saturation

R 100 of 255 = 39%
G 112 of 255 = 44%
B 161 of 255 = 63%

100
112
161

R + G + B ~ 49%. #6470A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 112 + 161 = 373 (100%)
R 100 of 373 ~ 26.81%
G 112 of 373 ~ 30.03%
B 161 of 373 ~ 43.16'%

%26.81
%30.03
%43.16

CMYK color model

#6470A1 color CMYK value is (38,30,0,37).

  • cyan value is 37.89%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (38,30,0,37)
C38M30Y0K37 (38%, 30%, 0%, 37%)
(0.38 / 0.30 / 0.00 / 0.37)

CMYK percentages

%37.89
%30.43
%0
%36.86

Codes

Color #6470A1 in popluar color models

64 70 A1
RGB 100 112 161
HSL 228° 24.50% 51.18%
HSB/HSV 228° 37.89% 63.14%
CMYK 37.89% 30.43% 0.00%
36.86%

Color #6470A1 in popluar number systems.

HEX 64 70 A1
Decimal 100 112 161
Binary 1100100 1110000 10100001
Octal 144 160 241

Shades and tints

Shades of #6470A1

#6470A1
(100,112,161)
#5B6693
(91,102,147)
#525C85
(82,92,133)
#495277
(73,82,119)
#404869
(64,72,105)
#373E5B
(55,62,91)
#2E344D
(46,52,77)
#252A3F
(37,42,63)
#1C2031
(28,32,49)
#131623
(19,22,35)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #6470A1

#6470A1
(100,112,161)
#727DA9
(114,125,169)
#808AB1
(128,138,177)
#8E97B9
(142,151,185)
#9CA4C1
(156,164,193)
#AAB1C9
(170,177,201)
#B8BED1
(184,190,209)
#C6CBD9
(198,203,217)
#D4D8E1
(212,216,225)
#E2E5E9
(226,229,233)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6470A1 color. Also use rgb(100,112,161) instead hex code.

Text Font Color

.myTextColor { color: #6470A1; }

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

This text font color is #6470A1.

Background Color

.myBgColor { background-color: #6470A1; }

<div style="background-color:#6470A1">Inner text</div>

This div background color is #6470A1.

Border color

.myBorderColor { border: 1px solid #6470A1; }

<div style="border:3px solid #6470A1">Div</div>

This div border color is #6470A1.

Opacity

.myOpacity80 { color: #6470A1; opacity: 0.8; }

<p style="color:#6470A1;opacity:0.8;">80%</p>

Text with #6470A1 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 #6470A1;}

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

This text has shadow with #6470A1 color.


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

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

This text has shadow with #6470A1 primary color and red secondary color.


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

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

This text has shadow with #6470A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6470A1.

Preview

Color preview on black background

This text has color #6470A1 on black background.


Color preview on white background

This text has color #6470A1 on white background.


Black color preview on #6470A1 background

This text has black color on #6470A1 background.


White color preview on #6470A1 background

This text has white color on #6470A1 background.


Related colors

Complementary color

Complementary color for #hex is #9B8F5E.


I love getcolorcode.com

Triadic colors

1 #A16470 and #70A164 with #6470A1 are triadic colors.

2 #A17064 and #7064A1 with #6470A1 are triadic colors.