COLOR #6457A8

HEX: #6457A8
RGB: (100,87,168)

Color info

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

RGB color model

#6457A8 color RGB value is (100,87,168).

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

RGB channels and saturation

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

100
87
168

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

Portions of RGB colors in percentages

R + G + B =
100 + 87 + 168 = 355 (100%)
R 100 of 355 ~ 28.17%
G 87 of 355 ~ 24.51%
B 168 of 355 ~ 47.32%

%28.17
%24.51
%47.32

CMYK color model

#6457A8 color CMYK value is (40,48,0,34).

  • cyan value is 40.48%
  • magenta value is 48.21%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(40,48,0,34)
C40M48Y0K34 
(40%,48%,0%,34%)
(0.40/0.48/0.00/0.34)	

CMYK percentages

%40.48
%48.21
%0
%34.12

Codes

Color #6457A8 in popluar color models

6457A8
RGB10087168
HSL250°31.76%50.00%
HSB/HSV250°48.21%65.88%
CMYK40.48%48.21%0.00%
34.12%

Color #6457A8 in popluar number systems.

HEX6457A8
Decimal10087168
Binary1100100101011110101000
Octal144127250

Shades and tints

Shades of #6457A8

#6457A8
(100,87,168)
#5B5099
(91,80,153)
#52498A
(82,73,138)
#49427B
(73,66,123)
#403B6C
(64,59,108)
#37345D
(55,52,93)
#2E2D4E
(46,45,78)
#25263F
(37,38,63)
#1C1F30
(28,31,48)
#131821
(19,24,33)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6457A8

#6457A8
(100,87,168)
#7266AF
(114,102,175)
#8075B6
(128,117,182)
#8E84BD
(142,132,189)
#9C93C4
(156,147,196)
#AAA2CB
(170,162,203)
#B8B1D2
(184,177,210)
#C6C0D9
(198,192,217)
#D4CFE0
(212,207,224)
#E2DEE7
(226,222,231)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6457A8; }

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

This text font color is #6457A8.


Background Color

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

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

This div background color is #6457A8.


Border color

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

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

This div border color is #6457A8.


Opacity

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

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

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

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

This text has shadow with #6457A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6457A8 on black background.


Color preview on white background

This text has color #6457A8 on white background.



Black color preview on #6457A8 background

This text has black color on #6457A8 background.


White color preview on #6457A8 background

This text has white color on #6457A8 background.