COLOR #6487A8

HEX: #6487A8
RGB: (100,135,168)

Color info

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

RGB color model

#6487A8 color RGB value is (100,135,168).

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

RGB channels and saturation

R 100 of 255 = 39%
G 135 of 255 = 53%
B 168 of 255 = 66%

100
135
168

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

Portions of RGB colors in percentages

R + G + B =
100 + 135 + 168 = 403 (100%)
R 100 of 403 ~ 24.81%
G 135 of 403 ~ 33.5%
B 168 of 403 ~ 41.69%

%24.81
%33.5
%41.69

CMYK color model

#6487A8 color CMYK value is (40,20,0,34).

  • cyan value is 40.48%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(40,20,0,34)
C40M20Y0K34 
(40%,20%,0%,34%)
(0.40/0.20/0.00/0.34)	

CMYK percentages

%40.48
%19.64
%0
%34.12

Codes

Color #6487A8 in popluar color models

6487A8
RGB100135168
HSL209°28.10%52.55%
HSB/HSV209°40.48%65.88%
CMYK40.48%19.64%0.00%
34.12%

Color #6487A8 in popluar number systems.

HEX6487A8
Decimal100135168
Binary11001001000011110101000
Octal144207250

Shades and tints

Shades of #6487A8

#6487A8
(100,135,168)
#5B7B99
(91,123,153)
#526F8A
(82,111,138)
#49637B
(73,99,123)
#40576C
(64,87,108)
#374B5D
(55,75,93)
#2E3F4E
(46,63,78)
#25333F
(37,51,63)
#1C2730
(28,39,48)
#131B21
(19,27,33)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #6487A8

#6487A8
(100,135,168)
#7291AF
(114,145,175)
#809BB6
(128,155,182)
#8EA5BD
(142,165,189)
#9CAFC4
(156,175,196)
#AAB9CB
(170,185,203)
#B8C3D2
(184,195,210)
#C6CDD9
(198,205,217)
#D4D7E0
(212,215,224)
#E2E1E7
(226,225,231)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6487A8; }

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

This text font color is #6487A8.


Background Color

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

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

This div background color is #6487A8.


Border color

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

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

This div border color is #6487A8.


Opacity

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

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

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

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

This text has shadow with #6487A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6487A8 on black background.


Color preview on white background

This text has color #6487A8 on white background.



Black color preview on #6487A8 background

This text has black color on #6487A8 background.


White color preview on #6487A8 background

This text has white color on #6487A8 background.