COLOR #6465D1

HEX: #6465D1
RGB: (100,101,209)

Color info

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

RGB color model

#6465D1 color RGB value is (100,101,209).

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

RGB channels and saturation

R 100 of 255 = 39%
G 101 of 255 = 40%
B 209 of 255 = 82%

100
101
209

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

Portions of RGB colors in percentages

R + G + B =
100 + 101 + 209 = 410 (100%)
R 100 of 410 ~ 24.39%
G 101 of 410 ~ 24.63%
B 209 of 410 ~ 50.98%

%24.39
%24.63
%50.98

CMYK color model

#6465D1 color CMYK value is (52,52,0,18).

  • cyan value is 52.15%
  • magenta value is 51.67%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(52,52,0,18)
C52M52Y0K18 
(52%,52%,0%,18%)
(0.52/0.52/0.00/0.18)	

CMYK percentages

%52.15
%51.67
%0
%18.04

Codes

Color #6465D1 in popluar color models

6465D1
RGB100101209
HSL239°54.23%60.59%
HSB/HSV239°52.15%81.96%
CMYK52.15%51.67%0.00%
18.04%

Color #6465D1 in popluar number systems.

HEX6465D1
Decimal100101209
Binary1100100110010111010001
Octal144145321

Shades and tints

Shades of #6465D1

#6465D1
(100,101,209)
#5B5CBE
(91,92,190)
#5253AB
(82,83,171)
#494A98
(73,74,152)
#404185
(64,65,133)
#373872
(55,56,114)
#2E2F5F
(46,47,95)
#25264C
(37,38,76)
#1C1D39
(28,29,57)
#131426
(19,20,38)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #6465D1

#6465D1
(100,101,209)
#7273D5
(114,115,213)
#8081D9
(128,129,217)
#8E8FDD
(142,143,221)
#9C9DE1
(156,157,225)
#AAABE5
(170,171,229)
#B8B9E9
(184,185,233)
#C6C7ED
(198,199,237)
#D4D5F1
(212,213,241)
#E2E3F5
(226,227,245)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6465D1; }

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

This text font color is #6465D1.


Background Color

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

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

This div background color is #6465D1.


Border color

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

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

This div border color is #6465D1.


Opacity

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

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

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

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

This text has shadow with #6465D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6465D1 on black background.


Color preview on white background

This text has color #6465D1 on white background.



Black color preview on #6465D1 background

This text has black color on #6465D1 background.


White color preview on #6465D1 background

This text has white color on #6465D1 background.