COLOR #6480C8

HEX: #6480C8
RGB: (100,128,200)

Color info

#6480C8 contains mainly blue color. Web safe color of #6480C8 is #6666CC (or #66C).

RGB color model

#6480C8 color RGB value is (100,128,200).

  • red value is 100;
  • green value is 128;
  • blue value is 200.
RGB:
(100,128,200)
(39%,50%,78%)

RGB channels and saturation

R 100 of 255 = 39%
G 128 of 255 = 50%
B 200 of 255 = 78%

100
128
200

R + G + B ~ 56%. #6480C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 128 + 200 = 428 (100%)
R 100 of 428 ~ 23.36%
G 128 of 428 ~ 29.91%
B 200 of 428 ~ 46.73%

%23.36
%29.91
%46.73

CMYK color model

#6480C8 color CMYK value is (50,36,0,22).

  • cyan value is 50.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(50,36,0,22)
C50M36Y0K22 
(50%,36%,0%,22%)
(0.50/0.36/0.00/0.22)	

CMYK percentages

%50
%36
%0
%21.57

Codes

Color #6480C8 in popluar color models

6480C8
RGB100128200
HSL223°47.62%58.82%
HSB/HSV223°50.00%78.43%
CMYK50.00%36.00%0.00%
21.57%

Color #6480C8 in popluar number systems.

HEX6480C8
Decimal100128200
Binary11001001000000011001000
Octal144200310

Shades and tints

Shades of #6480C8

#6480C8
(100,128,200)
#5B75B6
(91,117,182)
#526AA4
(82,106,164)
#495F92
(73,95,146)
#405480
(64,84,128)
#37496E
(55,73,110)
#2E3E5C
(46,62,92)
#25334A
(37,51,74)
#1C2838
(28,40,56)
#131D26
(19,29,38)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #6480C8

#6480C8
(100,128,200)
#728BCD
(114,139,205)
#8096D2
(128,150,210)
#8EA1D7
(142,161,215)
#9CACDC
(156,172,220)
#AAB7E1
(170,183,225)
#B8C2E6
(184,194,230)
#C6CDEB
(198,205,235)
#D4D8F0
(212,216,240)
#E2E3F5
(226,227,245)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6480C8 color. Also use rgb(100,128,200) instead hex code.

Text Font Color

.myTextColor { color: #6480C8; }

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

This text font color is #6480C8.


Background Color

.myBgColor { background-color: #6480C8; }

<div style="background-color:#6480C8">Inner text</div>

This div background color is #6480C8.


Border color

.myBorderColor { border: 1px solid #6480C8; }

<div style="border:3px solid #6480C8">Div</div>

This div border color is #6480C8.


Opacity

.myOpacity80 { color: #6480C8; opacity: 0.8; }

<p style="color:#6480C8;opacity:0.8;">80%</p>

Text with #6480C8 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 #6480C8;}

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

This text has shadow with #6480C8 color.

.textShadow {text-shadow: 3px 3px 1px #6480C8, 3px 3px 1px red;}

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

This text has shadow with #6480C8 primary color and red secondary color.


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

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

This text has shadow with #6480C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6480C8 on black background.


Color preview on white background

This text has color #6480C8 on white background.



Black color preview on #6480C8 background

This text has black color on #6480C8 background.


White color preview on #6480C8 background

This text has white color on #6480C8 background.