COLOR #6458A1

HEX: #6458A1
RGB: (100,88,161)

Color info

#6458A1 contains mainly blue color. Web safe color of #6458A1 is #666699 (or #669).

RGB color model

#6458A1 color RGB value is (100,88,161).

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

RGB channels and saturation

R 100 of 255 = 39%
G 88 of 255 = 35%
B 161 of 255 = 63%

100
88
161

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

Portions of RGB colors in percentages

R + G + B =
100 + 88 + 161 = 349 (100%)
R 100 of 349 ~ 28.65%
G 88 of 349 ~ 25.21%
B 161 of 349 ~ 46.13%

%28.65
%25.21
%46.13

CMYK color model

#6458A1 color CMYK value is (38,45,0,37).

  • cyan value is 37.89%
  • magenta value is 45.34%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(38,45,0,37)
C38M45Y0K37 
(38%,45%,0%,37%)
(0.38/0.45/0.00/0.37)	

CMYK percentages

%37.89
%45.34
%0
%36.86

Codes

Color #6458A1 in popluar color models

6458A1
RGB10088161
HSL250°29.32%48.82%
HSB/HSV250°45.34%63.14%
CMYK37.89%45.34%0.00%
36.86%

Color #6458A1 in popluar number systems.

HEX6458A1
Decimal10088161
Binary1100100101100010100001
Octal144130241

Shades and tints

Shades of #6458A1

#6458A1
(100,88,161)
#5B5093
(91,80,147)
#524885
(82,72,133)
#494077
(73,64,119)
#403869
(64,56,105)
#37305B
(55,48,91)
#2E284D
(46,40,77)
#25203F
(37,32,63)
#1C1831
(28,24,49)
#131023
(19,16,35)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #6458A1

#6458A1
(100,88,161)
#7267A9
(114,103,169)
#8076B1
(128,118,177)
#8E85B9
(142,133,185)
#9C94C1
(156,148,193)
#AAA3C9
(170,163,201)
#B8B2D1
(184,178,209)
#C6C1D9
(198,193,217)
#D4D0E1
(212,208,225)
#E2DFE9
(226,223,233)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6458A1; }

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

This text font color is #6458A1.


Background Color

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

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

This div background color is #6458A1.


Border color

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

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

This div border color is #6458A1.


Opacity

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

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

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

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

This text has shadow with #6458A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6458A1 on black background.


Color preview on white background

This text has color #6458A1 on white background.



Black color preview on #6458A1 background

This text has black color on #6458A1 background.


White color preview on #6458A1 background

This text has white color on #6458A1 background.