COLOR #6485B1

HEX: #6485B1 RGB: (100,133,177)

Color info

#6485B1 contains mainly green and blue colors. Web safe color of #6485B1 is #669999 (or #699).

RGB color model

#6485B1 color RGB value is (100,133,177).

RGB: (100,133,177) (39%, 52%, 69%)

RGB channels and saturation

R 100 of 255 = 39%
G 133 of 255 = 52%
B 177 of 255 = 69%

100
133
177

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

Portions of RGB colors in percentages

R + G + B = 100 + 133 + 177 = 410 (100%)
R 100 of 410 ~ 24.39%
G 133 of 410 ~ 32.44%
B 177 of 410 ~ 43.17'%

%24.39
%32.44
%43.17

CMYK color model

#6485B1 color CMYK value is (44,25,0,31).

  • cyan value is 43.50%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (44,25,0,31)
C44M25Y0K31 (44%, 25%, 0%, 31%)
(0.44 / 0.25 / 0.00 / 0.31)

CMYK percentages

%43.5
%24.86
%0
%30.59

Codes

Color #6485B1 in popluar color models

64 85 B1
RGB 100 133 177
HSL 214° 33.05% 54.31%
HSB/HSV 214° 43.50% 69.41%
CMYK 43.50% 24.86% 0.00%
30.59%

Color #6485B1 in popluar number systems.

HEX 64 85 B1
Decimal 100 133 177
Binary 1100100 10000101 10110001
Octal 144 205 261

Shades and tints

Shades of #6485B1

#6485B1
(100,133,177)
#5B79A1
(91,121,161)
#526D91
(82,109,145)
#496181
(73,97,129)
#405571
(64,85,113)
#374961
(55,73,97)
#2E3D51
(46,61,81)
#253141
(37,49,65)
#1C2531
(28,37,49)
#131921
(19,25,33)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #6485B1

#6485B1
(100,133,177)
#7290B8
(114,144,184)
#809BBF
(128,155,191)
#8EA6C6
(142,166,198)
#9CB1CD
(156,177,205)
#AABCD4
(170,188,212)
#B8C7DB
(184,199,219)
#C6D2E2
(198,210,226)
#D4DDE9
(212,221,233)
#E2E8F0
(226,232,240)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6485B1; }

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

This text font color is #6485B1.

Background Color

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

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

This div background color is #6485B1.

Border color

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

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

This div border color is #6485B1.

Opacity

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

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

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

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

This text has shadow with #6485B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6485B1.

Preview

Color preview on black background

This text has color #6485B1 on black background.


Color preview on white background

This text has color #6485B1 on white background.


Black color preview on #6485B1 background

This text has black color on #6485B1 background.


White color preview on #6485B1 background

This text has white color on #6485B1 background.


Related colors

Complementary color

Complementary color for #hex is #9B7A4E.


I love getcolorcode.com

Triadic colors

1 #B16485 and #85B164 with #6485B1 are triadic colors.

2 #B18564 and #8564B1 with #6485B1 are triadic colors.