COLOR #6470A8

HEX: #6470A8
RGB: (100,112,168)

Color info

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

RGB color model

#6470A8 color RGB value is (100,112,168).

  • red value is 100;
  • green value is 112;
  • blue value is 168.
RGB:
(100,112,168)
(39%,44%,66%)

RGB channels and saturation

R 100 of 255 = 39%
G 112 of 255 = 44%
B 168 of 255 = 66%

100
112
168

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

Portions of RGB colors in percentages

R + G + B =
100 + 112 + 168 = 380 (100%)
R 100 of 380 ~ 26.32%
G 112 of 380 ~ 29.47%
B 168 of 380 ~ 44.21%

%26.32
%29.47
%44.21

CMYK color model

#6470A8 color CMYK value is (40,33,0,34).

  • cyan value is 40.48%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(40,33,0,34)
C40M33Y0K34 
(40%,33%,0%,34%)
(0.40/0.33/0.00/0.34)	

CMYK percentages

%40.48
%33.33
%0
%34.12

Codes

Color #6470A8 in popluar color models

6470A8
RGB100112168
HSL229°28.10%52.55%
HSB/HSV229°40.48%65.88%
CMYK40.48%33.33%0.00%
34.12%

Color #6470A8 in popluar number systems.

HEX6470A8
Decimal100112168
Binary1100100111000010101000
Octal144160250

Shades and tints

Shades of #6470A8

#6470A8
(100,112,168)
#5B6699
(91,102,153)
#525C8A
(82,92,138)
#49527B
(73,82,123)
#40486C
(64,72,108)
#373E5D
(55,62,93)
#2E344E
(46,52,78)
#252A3F
(37,42,63)
#1C2030
(28,32,48)
#131621
(19,22,33)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #6470A8

#6470A8
(100,112,168)
#727DAF
(114,125,175)
#808AB6
(128,138,182)
#8E97BD
(142,151,189)
#9CA4C4
(156,164,196)
#AAB1CB
(170,177,203)
#B8BED2
(184,190,210)
#C6CBD9
(198,203,217)
#D4D8E0
(212,216,224)
#E2E5E7
(226,229,231)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6470A8; }

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

This text font color is #6470A8.


Background Color

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

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

This div background color is #6470A8.


Border color

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

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

This div border color is #6470A8.


Opacity

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

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

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

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

This text has shadow with #6470A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6470A8 on black background.


Color preview on white background

This text has color #6470A8 on white background.



Black color preview on #6470A8 background

This text has black color on #6470A8 background.


White color preview on #6470A8 background

This text has white color on #6470A8 background.