COLOR #6480A1

HEX: #6480A1
RGB: (100,128,161)

Color info

#6480A1 contains mainly green and blue colors. Web safe color of #6480A1 is #666699 (or #669).

RGB color model

#6480A1 color RGB value is (100,128,161).

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

RGB channels and saturation

R 100 of 255 = 39%
G 128 of 255 = 50%
B 161 of 255 = 63%

100
128
161

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

Portions of RGB colors in percentages

R + G + B =
100 + 128 + 161 = 389 (100%)
R 100 of 389 ~ 25.71%
G 128 of 389 ~ 32.9%
B 161 of 389 ~ 41.39%

%25.71
%32.9
%41.39

CMYK color model

#6480A1 color CMYK value is (38,20,0,37).

  • cyan value is 37.89%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(38,20,0,37)
C38M20Y0K37 
(38%,20%,0%,37%)
(0.38/0.20/0.00/0.37)	

CMYK percentages

%37.89
%20.5
%0
%36.86

Codes

Color #6480A1 in popluar color models

6480A1
RGB100128161
HSL212°24.50%51.18%
HSB/HSV212°37.89%63.14%
CMYK37.89%20.50%0.00%
36.86%

Color #6480A1 in popluar number systems.

HEX6480A1
Decimal100128161
Binary11001001000000010100001
Octal144200241

Shades and tints

Shades of #6480A1

#6480A1
(100,128,161)
#5B7593
(91,117,147)
#526A85
(82,106,133)
#495F77
(73,95,119)
#405469
(64,84,105)
#37495B
(55,73,91)
#2E3E4D
(46,62,77)
#25333F
(37,51,63)
#1C2831
(28,40,49)
#131D23
(19,29,35)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #6480A1

#6480A1
(100,128,161)
#728BA9
(114,139,169)
#8096B1
(128,150,177)
#8EA1B9
(142,161,185)
#9CACC1
(156,172,193)
#AAB7C9
(170,183,201)
#B8C2D1
(184,194,209)
#C6CDD9
(198,205,217)
#D4D8E1
(212,216,225)
#E2E3E9
(226,227,233)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6480A1; }

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

This text font color is #6480A1.


Background Color

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

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

This div background color is #6480A1.


Border color

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

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

This div border color is #6480A1.


Opacity

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

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

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

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

This text has shadow with #6480A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6480A1 on black background.


Color preview on white background

This text has color #6480A1 on white background.



Black color preview on #6480A1 background

This text has black color on #6480A1 background.


White color preview on #6480A1 background

This text has white color on #6480A1 background.