COLOR #6457A9

HEX: #6457A9
RGB: (100,87,169)

Color info

#6457A9 contains mainly blue color. Web safe color of #6457A9 is #666699 (or #669).

RGB color model

#6457A9 color RGB value is (100,87,169).

  • red value is 100;
  • green value is 87;
  • blue value is 169.
RGB:
(100,87,169)
(39%,34%,66%)

RGB channels and saturation

R 100 of 255 = 39%
G 87 of 255 = 34%
B 169 of 255 = 66%

100
87
169

R + G + B ~ 46%. #6457A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 87 + 169 = 356 (100%)
R 100 of 356 ~ 28.09%
G 87 of 356 ~ 24.44%
B 169 of 356 ~ 47.47%

%28.09
%24.44
%47.47

CMYK color model

#6457A9 color CMYK value is (41,49,0,34).

  • cyan value is 40.83%
  • magenta value is 48.52%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(41,49,0,34)
C41M49Y0K34 
(41%,49%,0%,34%)
(0.41/0.49/0.00/0.34)	

CMYK percentages

%40.83
%48.52
%0
%33.73

Codes

Color #6457A9 in popluar color models

6457A9
RGB10087169
HSL250°32.28%50.20%
HSB/HSV250°48.52%66.27%
CMYK40.83%48.52%0.00%
33.73%

Color #6457A9 in popluar number systems.

HEX6457A9
Decimal10087169
Binary1100100101011110101001
Octal144127251

Shades and tints

Shades of #6457A9

#6457A9
(100,87,169)
#5B509A
(91,80,154)
#52498B
(82,73,139)
#49427C
(73,66,124)
#403B6D
(64,59,109)
#37345E
(55,52,94)
#2E2D4F
(46,45,79)
#252640
(37,38,64)
#1C1F31
(28,31,49)
#131822
(19,24,34)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #6457A9

#6457A9
(100,87,169)
#7266B0
(114,102,176)
#8075B7
(128,117,183)
#8E84BE
(142,132,190)
#9C93C5
(156,147,197)
#AAA2CC
(170,162,204)
#B8B1D3
(184,177,211)
#C6C0DA
(198,192,218)
#D4CFE1
(212,207,225)
#E2DEE8
(226,222,232)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6457A9 color. Also use rgb(100,87,169) instead hex code.

Text Font Color

.myTextColor { color: #6457A9; }

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

This text font color is #6457A9.


Background Color

.myBgColor { background-color: #6457A9; }

<div style="background-color:#6457A9">Inner text</div>

This div background color is #6457A9.


Border color

.myBorderColor { border: 1px solid #6457A9; }

<div style="border:3px solid #6457A9">Div</div>

This div border color is #6457A9.


Opacity

.myOpacity80 { color: #6457A9; opacity: 0.8; }

<p style="color:#6457A9;opacity:0.8;">80%</p>

Text with #6457A9 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 #6457A9;}

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

This text has shadow with #6457A9 color.

.textShadow {text-shadow: 3px 3px 1px #6457A9, 3px 3px 1px red;}

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

This text has shadow with #6457A9 primary color and red secondary color.


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

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

This text has shadow with #6457A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6457A9 on black background.


Color preview on white background

This text has color #6457A9 on white background.



Black color preview on #6457A9 background

This text has black color on #6457A9 background.


White color preview on #6457A9 background

This text has white color on #6457A9 background.