COLOR #6474A0

HEX: #6474A0 RGB: (100,116,160)

Color info

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

RGB color model

#6474A0 color RGB value is (100,116,160).

RGB: (100,116,160) (39%, 45%, 63%)

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 160 of 255 = 63%

100
116
160

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

Portions of RGB colors in percentages

R + G + B = 100 + 116 + 160 = 376 (100%)
R 100 of 376 ~ 26.6%
G 116 of 376 ~ 30.85%
B 160 of 376 ~ 42.55'%

%26.6
%30.85
%42.55

CMYK color model

#6474A0 color CMYK value is (38,28,0,37).

  • cyan value is 37.50%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (38,28,0,37) C38M28Y0K37 (38%,28%,0%,37%) (0.38/0.28/0.00/0.37) 

CMYK percentages

%37.5
%27.5
%0
%37.25

Codes

Color #6474A0 in popluar color models

64 74 A0
RGB 100 116 160
HSL 224° 24.00% 50.98%
HSB/HSV 224° 37.50% 62.75%
CMYK 37.50% 27.50% 0.00%
37.25%

Color #6474A0 in popluar number systems.

HEX 64 74 A0
Decimal 100 116 160
Binary 1100100 1110100 10100000
Octal 144 164 240

Shades and tints

Shades of #6474A0

#6474A0
(100,116,160)
#5B6A92
(91,106,146)
#526084
(82,96,132)
#495676
(73,86,118)
#404C68
(64,76,104)
#37425A
(55,66,90)
#2E384C
(46,56,76)
#252E3E
(37,46,62)
#1C2430
(28,36,48)
#131A22
(19,26,34)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #6474A0

#6474A0
(100,116,160)
#7280A8
(114,128,168)
#808CB0
(128,140,176)
#8E98B8
(142,152,184)
#9CA4C0
(156,164,192)
#AAB0C8
(170,176,200)
#B8BCD0
(184,188,208)
#C6C8D8
(198,200,216)
#D4D4E0
(212,212,224)
#E2E0E8
(226,224,232)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6474A0 color. Also use rgb(100,116,160) instead hex code.

Text Font Color

.myTextColor { color: #6474A0; }

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

This text font color is #6474A0.

Background Color

.myBgColor { background-color: #6474A0; }

<div style="background-color:#6474A0">Inner text</div>

This div background color is #6474A0.

Border color

.myBorderColor { border: 1px solid #6474A0; }

<div style="border:3px solid #6474A0">Div</div>

This div border color is #6474A0.

Opacity

.myOpacity80 { color: #6474A0; opacity: 0.8; }

<p style="color:#6474A0;opacity:0.8;">80%</p>

Text with #6474A0 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 #6474A0;}

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

This text has shadow with #6474A0 color.


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

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

This text has shadow with #6474A0 primary color and red secondary color.


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

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

This text has shadow with #6474A0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6474A0.

Preview

Color preview on black background

This text has color #6474A0 on black background.


Color preview on white background

This text has color #6474A0 on white background.


Black color preview on #6474A0 background

This text has black color on #6474A0 background.


White color preview on #6474A0 background

This text has white color on #6474A0 background.


Related colors

Complementary color

Complementary color for #hex is #9B8B5F.


I love getcolorcode.com

Triadic colors

1 #A06474 and #74A064 with #6474A0 are triadic colors.

2 #A07464 and #7464A0 with #6474A0 are triadic colors.