COLOR #6485BD

HEX: #6485BD
RGB: (100,133,189)

Color info

#6485BD contains mainly green and blue colors. Web safe color of #6485BD is #6699CC (or #69C).

RGB color model

#6485BD color RGB value is (100,133,189).

  • red value is 100;
  • green value is 133;
  • blue value is 189.
RGB:
(100,133,189)
(39%,52%,74%)

RGB channels and saturation

R 100 of 255 = 39%
G 133 of 255 = 52%
B 189 of 255 = 74%

100
133
189

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

Portions of RGB colors in percentages

R + G + B =
100 + 133 + 189 = 422 (100%)
R 100 of 422 ~ 23.7%
G 133 of 422 ~ 31.52%
B 189 of 422 ~ 44.79%

%23.7
%31.52
%44.79

CMYK color model

#6485BD color CMYK value is (47,30,0,26).

  • cyan value is 47.09%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(47,30,0,26)
C47M30Y0K26 
(47%,30%,0%,26%)
(0.47/0.30/0.00/0.26)	

CMYK percentages

%47.09
%29.63
%0
%25.88

Codes

Color #6485BD in popluar color models

6485BD
RGB100133189
HSL218°40.27%56.67%
HSB/HSV218°47.09%74.12%
CMYK47.09%29.63%0.00%
25.88%

Color #6485BD in popluar number systems.

HEX6485BD
Decimal100133189
Binary11001001000010110111101
Octal144205275

Shades and tints

Shades of #6485BD

#6485BD
(100,133,189)
#5B79AC
(91,121,172)
#526D9B
(82,109,155)
#49618A
(73,97,138)
#405579
(64,85,121)
#374968
(55,73,104)
#2E3D57
(46,61,87)
#253146
(37,49,70)
#1C2535
(28,37,53)
#131924
(19,25,36)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6485BD

#6485BD
(100,133,189)
#7290C3
(114,144,195)
#809BC9
(128,155,201)
#8EA6CF
(142,166,207)
#9CB1D5
(156,177,213)
#AABCDB
(170,188,219)
#B8C7E1
(184,199,225)
#C6D2E7
(198,210,231)
#D4DDED
(212,221,237)
#E2E8F3
(226,232,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6485BD; }

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

This text font color is #6485BD.


Background Color

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

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

This div background color is #6485BD.


Border color

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

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

This div border color is #6485BD.


Opacity

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

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

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

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

This text has shadow with #6485BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6485BD on black background.


Color preview on white background

This text has color #6485BD on white background.



Black color preview on #6485BD background

This text has black color on #6485BD background.


White color preview on #6485BD background

This text has white color on #6485BD background.