COLOR #6485D9

HEX: #6485D9 RGB: (100,133,217)

Color info

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

RGB color model

#6485D9 color RGB value is (100,133,217).

RGB: (100,133,217) (39%, 52%, 85%)

RGB channels and saturation

R 100 of 255 = 39%
G 133 of 255 = 52%
B 217 of 255 = 85%

100
133
217

R + G + B ~ 59%. #6485D9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 133 + 217 = 450 (100%)
R 100 of 450 ~ 22.22%
G 133 of 450 ~ 29.56%
B 217 of 450 ~ 48.22'%

%22.22
%29.56
%48.22

CMYK color model

#6485D9 color CMYK value is (54,39,0,15).

  • cyan value is 53.92%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (54,39,0,15) C54M39Y0K15 (54%,39%,0%,15%) (0.54/0.39/0.00/0.15) 

CMYK percentages

%53.92
%38.71
%0
%14.9

Codes

Color #6485D9 in popluar color models

64 85 D9
RGB 100 133 217
HSL 223° 60.62% 62.16%
HSB/HSV 223° 53.92% 85.10%
CMYK 53.92% 38.71% 0.00%
14.90%

Color #6485D9 in popluar number systems.

HEX 64 85 D9
Decimal 100 133 217
Binary 1100100 10000101 11011001
Octal 144 205 331

Shades and tints

Shades of #6485D9

#6485D9
(100,133,217)
#5B79C6
(91,121,198)
#526DB3
(82,109,179)
#4961A0
(73,97,160)
#40558D
(64,85,141)
#37497A
(55,73,122)
#2E3D67
(46,61,103)
#253154
(37,49,84)
#1C2541
(28,37,65)
#13192E
(19,25,46)
#0A0D1B
(10,13,27)
#000000
(0,0,0)

Tints of #6485D9

#6485D9
(100,133,217)
#7290DC
(114,144,220)
#809BDF
(128,155,223)
#8EA6E2
(142,166,226)
#9CB1E5
(156,177,229)
#AABCE8
(170,188,232)
#B8C7EB
(184,199,235)
#C6D2EE
(198,210,238)
#D4DDF1
(212,221,241)
#E2E8F4
(226,232,244)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6485D9 color. Also use rgb(100,133,217) instead hex code.

Text Font Color

.myTextColor { color: #6485D9; }

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

This text font color is #6485D9.

Background Color

.myBgColor { background-color: #6485D9; }

<div style="background-color:#6485D9">Inner text</div>

This div background color is #6485D9.

Border color

.myBorderColor { border: 1px solid #6485D9; }

<div style="border:3px solid #6485D9">Div</div>

This div border color is #6485D9.

Opacity

.myOpacity80 { color: #6485D9; opacity: 0.8; }

<p style="color:#6485D9;opacity:0.8;">80%</p>

Text with #6485D9 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 #6485D9;}

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

This text has shadow with #6485D9 color.


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

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

This text has shadow with #6485D9 primary color and red secondary color.


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

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

This text has shadow with #6485D9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6485D9.

Preview

Color preview on black background

This text has color #6485D9 on black background.


Color preview on white background

This text has color #6485D9 on white background.


Black color preview on #6485D9 background

This text has black color on #6485D9 background.


White color preview on #6485D9 background

This text has white color on #6485D9 background.


Related colors

Complementary color

Complementary color for #hex is #9B7A26.


I love getcolorcode.com

Triadic colors

1 #D96485 and #85D964 with #6485D9 are triadic colors.

2 #D98564 and #8564D9 with #6485D9 are triadic colors.