COLOR #6460B6

HEX: #6460B6
RGB: (100,96,182)

Color info

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

RGB color model

#6460B6 color RGB value is (100,96,182).

  • red value is 100;
  • green value is 96;
  • blue value is 182.
RGB:
(100,96,182)
(39%,38%,71%)

RGB channels and saturation

R 100 of 255 = 39%
G 96 of 255 = 38%
B 182 of 255 = 71%

100
96
182

R + G + B ~ 49%. #6460B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 96 + 182 = 378 (100%)
R 100 of 378 ~ 26.46%
G 96 of 378 ~ 25.4%
B 182 of 378 ~ 48.15%

%26.46
%25.4
%48.15

CMYK color model

#6460B6 color CMYK value is (45,47,0,29).

  • cyan value is 45.05%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(45,47,0,29)
C45M47Y0K29 
(45%,47%,0%,29%)
(0.45/0.47/0.00/0.29)	

CMYK percentages

%45.05
%47.25
%0
%28.63

Codes

Color #6460B6 in popluar color models

6460B6
RGB10096182
HSL243°37.07%54.51%
HSB/HSV243°47.25%71.37%
CMYK45.05%47.25%0.00%
28.63%

Color #6460B6 in popluar number systems.

HEX6460B6
Decimal10096182
Binary1100100110000010110110
Octal144140266

Shades and tints

Shades of #6460B6

#6460B6
(100,96,182)
#5B58A6
(91,88,166)
#525096
(82,80,150)
#494886
(73,72,134)
#404076
(64,64,118)
#373866
(55,56,102)
#2E3056
(46,48,86)
#252846
(37,40,70)
#1C2036
(28,32,54)
#131826
(19,24,38)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #6460B6

#6460B6
(100,96,182)
#726EBC
(114,110,188)
#807CC2
(128,124,194)
#8E8AC8
(142,138,200)
#9C98CE
(156,152,206)
#AAA6D4
(170,166,212)
#B8B4DA
(184,180,218)
#C6C2E0
(198,194,224)
#D4D0E6
(212,208,230)
#E2DEEC
(226,222,236)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6460B6 color. Also use rgb(100,96,182) instead hex code.

Text Font Color

.myTextColor { color: #6460B6; }

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

This text font color is #6460B6.


Background Color

.myBgColor { background-color: #6460B6; }

<div style="background-color:#6460B6">Inner text</div>

This div background color is #6460B6.


Border color

.myBorderColor { border: 1px solid #6460B6; }

<div style="border:3px solid #6460B6">Div</div>

This div border color is #6460B6.


Opacity

.myOpacity80 { color: #6460B6; opacity: 0.8; }

<p style="color:#6460B6;opacity:0.8;">80%</p>

Text with #6460B6 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 #6460B6;}

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

This text has shadow with #6460B6 color.

.textShadow {text-shadow: 3px 3px 1px #6460B6, 3px 3px 1px red;}

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

This text has shadow with #6460B6 primary color and red secondary color.


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

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

This text has shadow with #6460B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6460B6 on black background.


Color preview on white background

This text has color #6460B6 on white background.



Black color preview on #6460B6 background

This text has black color on #6460B6 background.


White color preview on #6460B6 background

This text has white color on #6460B6 background.