COLOR #6450BB

HEX: #6450BB
RGB: (100,80,187)

Color info

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

RGB color model

#6450BB color RGB value is (100,80,187).

  • red value is 100;
  • green value is 80;
  • blue value is 187.
RGB:
(100,80,187)
(39%,31%,73%)

RGB channels and saturation

R 100 of 255 = 39%
G 80 of 255 = 31%
B 187 of 255 = 73%

100
80
187

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

Portions of RGB colors in percentages

R + G + B =
100 + 80 + 187 = 367 (100%)
R 100 of 367 ~ 27.25%
G 80 of 367 ~ 21.8%
B 187 of 367 ~ 50.95%

%27.25
%21.8
%50.95

CMYK color model

#6450BB color CMYK value is (47,57,0,27).

  • cyan value is 46.52%
  • magenta value is 57.22%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(47,57,0,27)
C47M57Y0K27 
(47%,57%,0%,27%)
(0.47/0.57/0.00/0.27)	

CMYK percentages

%46.52
%57.22
%0
%26.67

Codes

Color #6450BB in popluar color models

6450BB
RGB10080187
HSL251°44.03%52.35%
HSB/HSV251°57.22%73.33%
CMYK46.52%57.22%0.00%
26.67%

Color #6450BB in popluar number systems.

HEX6450BB
Decimal10080187
Binary1100100101000010111011
Octal144120273

Shades and tints

Shades of #6450BB

#6450BB
(100,80,187)
#5B49AA
(91,73,170)
#524299
(82,66,153)
#493B88
(73,59,136)
#403477
(64,52,119)
#372D66
(55,45,102)
#2E2655
(46,38,85)
#251F44
(37,31,68)
#1C1833
(28,24,51)
#131122
(19,17,34)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6450BB

#6450BB
(100,80,187)
#725FC1
(114,95,193)
#806EC7
(128,110,199)
#8E7DCD
(142,125,205)
#9C8CD3
(156,140,211)
#AA9BD9
(170,155,217)
#B8AADF
(184,170,223)
#C6B9E5
(198,185,229)
#D4C8EB
(212,200,235)
#E2D7F1
(226,215,241)
#F0E6F7
(240,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6450BB color. Also use rgb(100,80,187) instead hex code.

Text Font Color

.myTextColor { color: #6450BB; }

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

This text font color is #6450BB.


Background Color

.myBgColor { background-color: #6450BB; }

<div style="background-color:#6450BB">Inner text</div>

This div background color is #6450BB.


Border color

.myBorderColor { border: 1px solid #6450BB; }

<div style="border:3px solid #6450BB">Div</div>

This div border color is #6450BB.


Opacity

.myOpacity80 { color: #6450BB; opacity: 0.8; }

<p style="color:#6450BB;opacity:0.8;">80%</p>

Text with #6450BB 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 #6450BB;}

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

This text has shadow with #6450BB color.

.textShadow {text-shadow: 3px 3px 1px #6450BB, 3px 3px 1px red;}

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

This text has shadow with #6450BB primary color and red secondary color.


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

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

This text has shadow with #6450BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6450BB on black background.


Color preview on white background

This text has color #6450BB on white background.



Black color preview on #6450BB background

This text has black color on #6450BB background.


White color preview on #6450BB background

This text has white color on #6450BB background.