COLOR #6458E7

HEX: #6458E7
RGB: (100,88,231)

Color info

#6458E7 contains mainly blue color. Web safe color of #6458E7 is #6666FF (or #66F).

RGB color model

#6458E7 color RGB value is (100,88,231).

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

RGB channels and saturation

R 100 of 255 = 39%
G 88 of 255 = 35%
B 231 of 255 = 91%

100
88
231

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

Portions of RGB colors in percentages

R + G + B =
100 + 88 + 231 = 419 (100%)
R 100 of 419 ~ 23.87%
G 88 of 419 ~ 21%
B 231 of 419 ~ 55.13%

%23.87
%21
%55.13

CMYK color model

#6458E7 color CMYK value is (57,62,0,9).

  • cyan value is 56.71%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(57,62,0,9)
C57M62Y0K9 
(57%,62%,0%,9%)
(0.57/0.62/0.00/0.09)	

CMYK percentages

%56.71
%61.9
%0
%9.41

Codes

Color #6458E7 in popluar color models

6458E7
RGB10088231
HSL245°74.87%62.55%
HSB/HSV245°61.90%90.59%
CMYK56.71%61.90%0.00%
9.41%

Color #6458E7 in popluar number systems.

HEX6458E7
Decimal10088231
Binary1100100101100011100111
Octal144130347

Shades and tints

Shades of #6458E7

#6458E7
(100,88,231)
#5B50D2
(91,80,210)
#5248BD
(82,72,189)
#4940A8
(73,64,168)
#403893
(64,56,147)
#37307E
(55,48,126)
#2E2869
(46,40,105)
#252054
(37,32,84)
#1C183F
(28,24,63)
#13102A
(19,16,42)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #6458E7

#6458E7
(100,88,231)
#7267E9
(114,103,233)
#8076EB
(128,118,235)
#8E85ED
(142,133,237)
#9C94EF
(156,148,239)
#AAA3F1
(170,163,241)
#B8B2F3
(184,178,243)
#C6C1F5
(198,193,245)
#D4D0F7
(212,208,247)
#E2DFF9
(226,223,249)
#F0EEFB
(240,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6458E7; }

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

This text font color is #6458E7.


Background Color

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

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

This div background color is #6458E7.


Border color

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

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

This div border color is #6458E7.


Opacity

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

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

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

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

This text has shadow with #6458E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6458E7 on black background.


Color preview on white background

This text has color #6458E7 on white background.



Black color preview on #6458E7 background

This text has black color on #6458E7 background.


White color preview on #6458E7 background

This text has white color on #6458E7 background.