COLOR #6485F6

HEX: #6485F6
RGB: (100,133,246)

Color info

#6485F6 contains mainly blue color. Web safe color of #6485F6 is #6699FF (or #69F).

RGB color model

#6485F6 color RGB value is (100,133,246).

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

RGB channels and saturation

R 100 of 255 = 39%
G 133 of 255 = 52%
B 246 of 255 = 96%

100
133
246

R + G + B ~ 62%. #6485F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 133 + 246 = 479 (100%)
R 100 of 479 ~ 20.88%
G 133 of 479 ~ 27.77%
B 246 of 479 ~ 51.36%

%20.88
%27.77
%51.36

CMYK color model

#6485F6 color CMYK value is (59,46,0,4).

  • cyan value is 59.35%
  • magenta value is 45.93%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(59,46,0,4)
C59M46Y0K4 
(59%,46%,0%,4%)
(0.59/0.46/0.00/0.04)	

CMYK percentages

%59.35
%45.93
%0
%3.53

Codes

Color #6485F6 in popluar color models

6485F6
RGB100133246
HSL226°89.02%67.84%
HSB/HSV226°59.35%96.47%
CMYK59.35%45.93%0.00%
3.53%

Color #6485F6 in popluar number systems.

HEX6485F6
Decimal100133246
Binary11001001000010111110110
Octal144205366

Shades and tints

Shades of #6485F6

#6485F6
(100,133,246)
#5B79E0
(91,121,224)
#526DCA
(82,109,202)
#4961B4
(73,97,180)
#40559E
(64,85,158)
#374988
(55,73,136)
#2E3D72
(46,61,114)
#25315C
(37,49,92)
#1C2546
(28,37,70)
#131930
(19,25,48)
#0A0D1A
(10,13,26)
#000000
(0,0,0)

Tints of #6485F6

#6485F6
(100,133,246)
#7290F6
(114,144,246)
#809BF6
(128,155,246)
#8EA6F6
(142,166,246)
#9CB1F6
(156,177,246)
#AABCF6
(170,188,246)
#B8C7F6
(184,199,246)
#C6D2F6
(198,210,246)
#D4DDF6
(212,221,246)
#E2E8F6
(226,232,246)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6485F6; }

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

This text font color is #6485F6.


Background Color

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

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

This div background color is #6485F6.


Border color

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

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

This div border color is #6485F6.


Opacity

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

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

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

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

This text has shadow with #6485F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6485F6 on black background.


Color preview on white background

This text has color #6485F6 on white background.



Black color preview on #6485F6 background

This text has black color on #6485F6 background.


White color preview on #6485F6 background

This text has white color on #6485F6 background.