COLOR #6484CD

HEX: #6484CD RGB: (100,132,205)

Color info

#6484CD contains mainly blue color. Web safe color of #6484CD is #6699CC (or #69C).

RGB color model

#6484CD color RGB value is (100,132,205).

RGB: (100,132,205) (39%, 52%, 80%)

RGB channels and saturation

R 100 of 255 = 39%
G 132 of 255 = 52%
B 205 of 255 = 80%

100
132
205

R + G + B ~ 57%. #6484CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 132 + 205 = 437 (100%)
R 100 of 437 ~ 22.88%
G 132 of 437 ~ 30.21%
B 205 of 437 ~ 46.91'%

%22.88
%30.21
%46.91

CMYK color model

#6484CD color CMYK value is (51,36,0,20).

  • cyan value is 51.22%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (51,36,0,20)
C51M36Y0K20 (51%, 36%, 0%, 20%)
(0.51 / 0.36 / 0.00 / 0.20)

CMYK percentages

%51.22
%35.61
%0
%19.61

Codes

Color #6484CD in popluar color models

64 84 CD
RGB 100 132 205
HSL 222° 51.22% 59.80%
HSB/HSV 222° 51.22% 80.39%
CMYK 51.22% 35.61% 0.00%
19.61%

Color #6484CD in popluar number systems.

HEX 64 84 CD
Decimal 100 132 205
Binary 1100100 10000100 11001101
Octal 144 204 315

Shades and tints

Shades of #6484CD

#6484CD
(100,132,205)
#5B78BB
(91,120,187)
#526CA9
(82,108,169)
#496097
(73,96,151)
#405485
(64,84,133)
#374873
(55,72,115)
#2E3C61
(46,60,97)
#25304F
(37,48,79)
#1C243D
(28,36,61)
#13182B
(19,24,43)
#0A0C19
(10,12,25)
#000000
(0,0,0)

Tints of #6484CD

#6484CD
(100,132,205)
#728FD1
(114,143,209)
#809AD5
(128,154,213)
#8EA5D9
(142,165,217)
#9CB0DD
(156,176,221)
#AABBE1
(170,187,225)
#B8C6E5
(184,198,229)
#C6D1E9
(198,209,233)
#D4DCED
(212,220,237)
#E2E7F1
(226,231,241)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6484CD color. Also use rgb(100,132,205) instead hex code.

Text Font Color

.myTextColor { color: #6484CD; }

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

This text font color is #6484CD.

Background Color

.myBgColor { background-color: #6484CD; }

<div style="background-color:#6484CD">Inner text</div>

This div background color is #6484CD.

Border color

.myBorderColor { border: 1px solid #6484CD; }

<div style="border:3px solid #6484CD">Div</div>

This div border color is #6484CD.

Opacity

.myOpacity80 { color: #6484CD; opacity: 0.8; }

<p style="color:#6484CD;opacity:0.8;">80%</p>

Text with #6484CD 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 #6484CD;}

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

This text has shadow with #6484CD color.


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

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

This text has shadow with #6484CD primary color and red secondary color.


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

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

This text has shadow with #6484CD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6484CD.

Preview

Color preview on black background

This text has color #6484CD on black background.


Color preview on white background

This text has color #6484CD on white background.


Black color preview on #6484CD background

This text has black color on #6484CD background.


White color preview on #6484CD background

This text has white color on #6484CD background.


Related colors

Complementary color

Complementary color for #hex is #9B7B32.


I love getcolorcode.com

Triadic colors

1 #CD6484 and #84CD64 with #6484CD are triadic colors.

2 #CD8464 and #8464CD with #6484CD are triadic colors.