COLOR #6474CC

HEX: #6474CC RGB: (100,116,204)

Color info

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

RGB color model

#6474CC color RGB value is (100,116,204).

RGB: (100,116,204) (39%, 45%, 80%)

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 204 of 255 = 80%

100
116
204

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

Portions of RGB colors in percentages

R + G + B = 100 + 116 + 204 = 420 (100%)
R 100 of 420 ~ 23.81%
G 116 of 420 ~ 27.62%
B 204 of 420 ~ 48.57'%

%23.81
%27.62
%48.57

CMYK color model

#6474CC color CMYK value is (51,43,0,20).

  • cyan value is 50.98%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (51,43,0,20) C51M43Y0K20 (51%,43%,0%,20%) (0.51/0.43/0.00/0.20) 

CMYK percentages

%50.98
%43.14
%0
%20

Codes

Color #6474CC in popluar color models

64 74 CC
RGB 100 116 204
HSL 231° 50.49% 59.61%
HSB/HSV 231° 50.98% 80.00%
CMYK 50.98% 43.14% 0.00%
20.00%

Color #6474CC in popluar number systems.

HEX 64 74 CC
Decimal 100 116 204
Binary 1100100 1110100 11001100
Octal 144 164 314

Shades and tints

Shades of #6474CC

#6474CC
(100,116,204)
#5B6ABA
(91,106,186)
#5260A8
(82,96,168)
#495696
(73,86,150)
#404C84
(64,76,132)
#374272
(55,66,114)
#2E3860
(46,56,96)
#252E4E
(37,46,78)
#1C243C
(28,36,60)
#131A2A
(19,26,42)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #6474CC

#6474CC
(100,116,204)
#7280D0
(114,128,208)
#808CD4
(128,140,212)
#8E98D8
(142,152,216)
#9CA4DC
(156,164,220)
#AAB0E0
(170,176,224)
#B8BCE4
(184,188,228)
#C6C8E8
(198,200,232)
#D4D4EC
(212,212,236)
#E2E0F0
(226,224,240)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6474CC; }

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

This text font color is #6474CC.

Background Color

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

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

This div background color is #6474CC.

Border color

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

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

This div border color is #6474CC.

Opacity

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

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

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

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

This text has shadow with #6474CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6474CC.

Preview

Color preview on black background

This text has color #6474CC on black background.


Color preview on white background

This text has color #6474CC on white background.


Black color preview on #6474CC background

This text has black color on #6474CC background.


White color preview on #6474CC background

This text has white color on #6474CC background.


Related colors

Complementary color

Complementary color for #hex is #9B8B33.


I love getcolorcode.com

Triadic colors

1 #CC6474 and #74CC64 with #6474CC are triadic colors.

2 #CC7464 and #7464CC with #6474CC are triadic colors.