COLOR #6458B5

HEX: #6458B5
RGB: (100,88,181)

Color info

#6458B5 contains mainly blue color. Web safe color of #6458B5 is #6666CC (or #66C).

RGB color model

#6458B5 color RGB value is (100,88,181).

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

RGB channels and saturation

R 100 of 255 = 39%
G 88 of 255 = 35%
B 181 of 255 = 71%

100
88
181

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

Portions of RGB colors in percentages

R + G + B =
100 + 88 + 181 = 369 (100%)
R 100 of 369 ~ 27.1%
G 88 of 369 ~ 23.85%
B 181 of 369 ~ 49.05%

%27.1
%23.85
%49.05

CMYK color model

#6458B5 color CMYK value is (45,51,0,29).

  • cyan value is 44.75%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(45,51,0,29)
C45M51Y0K29 
(45%,51%,0%,29%)
(0.45/0.51/0.00/0.29)	

CMYK percentages

%44.75
%51.38
%0
%29.02

Codes

Color #6458B5 in popluar color models

6458B5
RGB10088181
HSL248°38.59%52.75%
HSB/HSV248°51.38%70.98%
CMYK44.75%51.38%0.00%
29.02%

Color #6458B5 in popluar number systems.

HEX6458B5
Decimal10088181
Binary1100100101100010110101
Octal144130265

Shades and tints

Shades of #6458B5

#6458B5
(100,88,181)
#5B50A5
(91,80,165)
#524895
(82,72,149)
#494085
(73,64,133)
#403875
(64,56,117)
#373065
(55,48,101)
#2E2855
(46,40,85)
#252045
(37,32,69)
#1C1835
(28,24,53)
#131025
(19,16,37)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #6458B5

#6458B5
(100,88,181)
#7267BB
(114,103,187)
#8076C1
(128,118,193)
#8E85C7
(142,133,199)
#9C94CD
(156,148,205)
#AAA3D3
(170,163,211)
#B8B2D9
(184,178,217)
#C6C1DF
(198,193,223)
#D4D0E5
(212,208,229)
#E2DFEB
(226,223,235)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6458B5; }

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

This text font color is #6458B5.


Background Color

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

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

This div background color is #6458B5.


Border color

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

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

This div border color is #6458B5.


Opacity

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

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

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

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

This text has shadow with #6458B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6458B5 on black background.


Color preview on white background

This text has color #6458B5 on white background.



Black color preview on #6458B5 background

This text has black color on #6458B5 background.


White color preview on #6458B5 background

This text has white color on #6458B5 background.