COLOR #6465B1

HEX: #6465B1
RGB: (100,101,177)

Color info

#6465B1 contains mainly blue color. Web safe color of #6465B1 is #666699 (or #669).

RGB color model

#6465B1 color RGB value is (100,101,177).

  • red value is 100;
  • green value is 101;
  • blue value is 177.
RGB:
(100,101,177)
(39%,40%,69%)

RGB channels and saturation

R 100 of 255 = 39%
G 101 of 255 = 40%
B 177 of 255 = 69%

100
101
177

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

Portions of RGB colors in percentages

R + G + B =
100 + 101 + 177 = 378 (100%)
R 100 of 378 ~ 26.46%
G 101 of 378 ~ 26.72%
B 177 of 378 ~ 46.83%

%26.46
%26.72
%46.83

CMYK color model

#6465B1 color CMYK value is (44,43,0,31).

  • cyan value is 43.50%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(44,43,0,31)
C44M43Y0K31 
(44%,43%,0%,31%)
(0.44/0.43/0.00/0.31)	

CMYK percentages

%43.5
%42.94
%0
%30.59

Codes

Color #6465B1 in popluar color models

6465B1
RGB100101177
HSL239°33.05%54.31%
HSB/HSV239°43.50%69.41%
CMYK43.50%42.94%0.00%
30.59%

Color #6465B1 in popluar number systems.

HEX6465B1
Decimal100101177
Binary1100100110010110110001
Octal144145261

Shades and tints

Shades of #6465B1

#6465B1
(100,101,177)
#5B5CA1
(91,92,161)
#525391
(82,83,145)
#494A81
(73,74,129)
#404171
(64,65,113)
#373861
(55,56,97)
#2E2F51
(46,47,81)
#252641
(37,38,65)
#1C1D31
(28,29,49)
#131421
(19,20,33)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #6465B1

#6465B1
(100,101,177)
#7273B8
(114,115,184)
#8081BF
(128,129,191)
#8E8FC6
(142,143,198)
#9C9DCD
(156,157,205)
#AAABD4
(170,171,212)
#B8B9DB
(184,185,219)
#C6C7E2
(198,199,226)
#D4D5E9
(212,213,233)
#E2E3F0
(226,227,240)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6465B1 color. Also use rgb(100,101,177) instead hex code.

Text Font Color

.myTextColor { color: #6465B1; }

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

This text font color is #6465B1.


Background Color

.myBgColor { background-color: #6465B1; }

<div style="background-color:#6465B1">Inner text</div>

This div background color is #6465B1.


Border color

.myBorderColor { border: 1px solid #6465B1; }

<div style="border:3px solid #6465B1">Div</div>

This div border color is #6465B1.


Opacity

.myOpacity80 { color: #6465B1; opacity: 0.8; }

<p style="color:#6465B1;opacity:0.8;">80%</p>

Text with #6465B1 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 #6465B1;}

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

This text has shadow with #6465B1 color.

.textShadow {text-shadow: 3px 3px 1px #6465B1, 3px 3px 1px red;}

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

This text has shadow with #6465B1 primary color and red secondary color.


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

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

This text has shadow with #6465B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6465B1 on black background.


Color preview on white background

This text has color #6465B1 on white background.



Black color preview on #6465B1 background

This text has black color on #6465B1 background.


White color preview on #6465B1 background

This text has white color on #6465B1 background.