COLOR #6487A4

HEX: #6487A4
RGB: (100,135,164)

Color info

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

RGB color model

#6487A4 color RGB value is (100,135,164).

  • red value is 100;
  • green value is 135;
  • blue value is 164.
RGB:
(100,135,164)
(39%,53%,64%)

RGB channels and saturation

R 100 of 255 = 39%
G 135 of 255 = 53%
B 164 of 255 = 64%

100
135
164

R + G + B ~ 52%. #6487A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 135 + 164 = 399 (100%)
R 100 of 399 ~ 25.06%
G 135 of 399 ~ 33.83%
B 164 of 399 ~ 41.1%

%25.06
%33.83
%41.1

CMYK color model

#6487A4 color CMYK value is (39,18,0,36).

  • cyan value is 39.02%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(39,18,0,36)
C39M18Y0K36 
(39%,18%,0%,36%)
(0.39/0.18/0.00/0.36)	

CMYK percentages

%39.02
%17.68
%0
%35.69

Codes

Color #6487A4 in popluar color models

6487A4
RGB100135164
HSL207°26.02%51.76%
HSB/HSV207°39.02%64.31%
CMYK39.02%17.68%0.00%
35.69%

Color #6487A4 in popluar number systems.

HEX6487A4
Decimal100135164
Binary11001001000011110100100
Octal144207244

Shades and tints

Shades of #6487A4

#6487A4
(100,135,164)
#5B7B96
(91,123,150)
#526F88
(82,111,136)
#49637A
(73,99,122)
#40576C
(64,87,108)
#374B5E
(55,75,94)
#2E3F50
(46,63,80)
#253342
(37,51,66)
#1C2734
(28,39,52)
#131B26
(19,27,38)
#0A0F18
(10,15,24)
#000000
(0,0,0)

Tints of #6487A4

#6487A4
(100,135,164)
#7291AC
(114,145,172)
#809BB4
(128,155,180)
#8EA5BC
(142,165,188)
#9CAFC4
(156,175,196)
#AAB9CC
(170,185,204)
#B8C3D4
(184,195,212)
#C6CDDC
(198,205,220)
#D4D7E4
(212,215,228)
#E2E1EC
(226,225,236)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6487A4 color. Also use rgb(100,135,164) instead hex code.

Text Font Color

.myTextColor { color: #6487A4; }

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

This text font color is #6487A4.


Background Color

.myBgColor { background-color: #6487A4; }

<div style="background-color:#6487A4">Inner text</div>

This div background color is #6487A4.


Border color

.myBorderColor { border: 1px solid #6487A4; }

<div style="border:3px solid #6487A4">Div</div>

This div border color is #6487A4.


Opacity

.myOpacity80 { color: #6487A4; opacity: 0.8; }

<p style="color:#6487A4;opacity:0.8;">80%</p>

Text with #6487A4 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 #6487A4;}

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

This text has shadow with #6487A4 color.

.textShadow {text-shadow: 3px 3px 1px #6487A4, 3px 3px 1px red;}

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

This text has shadow with #6487A4 primary color and red secondary color.


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

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

This text has shadow with #6487A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6487A4 on black background.


Color preview on white background

This text has color #6487A4 on white background.



Black color preview on #6487A4 background

This text has black color on #6487A4 background.


White color preview on #6487A4 background

This text has white color on #6487A4 background.