COLOR #6468D5

HEX: #6468D5
RGB: (100,104,213)

Color info

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

RGB color model

#6468D5 color RGB value is (100,104,213).

  • red value is 100;
  • green value is 104;
  • blue value is 213.
RGB:
(100,104,213)
(39%,41%,84%)

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 213 of 255 = 84%

100
104
213

R + G + B ~ 55%. #6468D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 213 = 417 (100%)
R 100 of 417 ~ 23.98%
G 104 of 417 ~ 24.94%
B 213 of 417 ~ 51.08%

%23.98
%24.94
%51.08

CMYK color model

#6468D5 color CMYK value is (53,51,0,16).

  • cyan value is 53.05%
  • magenta value is 51.17%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(53,51,0,16)
C53M51Y0K16 
(53%,51%,0%,16%)
(0.53/0.51/0.00/0.16)	

CMYK percentages

%53.05
%51.17
%0
%16.47

Codes

Color #6468D5 in popluar color models

6468D5
RGB100104213
HSL238°57.36%61.37%
HSB/HSV238°53.05%83.53%
CMYK53.05%51.17%0.00%
16.47%

Color #6468D5 in popluar number systems.

HEX6468D5
Decimal100104213
Binary1100100110100011010101
Octal144150325

Shades and tints

Shades of #6468D5

#6468D5
(100,104,213)
#5B5FC2
(91,95,194)
#5256AF
(82,86,175)
#494D9C
(73,77,156)
#404489
(64,68,137)
#373B76
(55,59,118)
#2E3263
(46,50,99)
#252950
(37,41,80)
#1C203D
(28,32,61)
#13172A
(19,23,42)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #6468D5

#6468D5
(100,104,213)
#7275D8
(114,117,216)
#8082DB
(128,130,219)
#8E8FDE
(142,143,222)
#9C9CE1
(156,156,225)
#AAA9E4
(170,169,228)
#B8B6E7
(184,182,231)
#C6C3EA
(198,195,234)
#D4D0ED
(212,208,237)
#E2DDF0
(226,221,240)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6468D5 color. Also use rgb(100,104,213) instead hex code.

Text Font Color

.myTextColor { color: #6468D5; }

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

This text font color is #6468D5.


Background Color

.myBgColor { background-color: #6468D5; }

<div style="background-color:#6468D5">Inner text</div>

This div background color is #6468D5.


Border color

.myBorderColor { border: 1px solid #6468D5; }

<div style="border:3px solid #6468D5">Div</div>

This div border color is #6468D5.


Opacity

.myOpacity80 { color: #6468D5; opacity: 0.8; }

<p style="color:#6468D5;opacity:0.8;">80%</p>

Text with #6468D5 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 #6468D5;}

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

This text has shadow with #6468D5 color.

.textShadow {text-shadow: 3px 3px 1px #6468D5, 3px 3px 1px red;}

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

This text has shadow with #6468D5 primary color and red secondary color.


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

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

This text has shadow with #6468D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6468D5 on black background.


Color preview on white background

This text has color #6468D5 on white background.



Black color preview on #6468D5 background

This text has black color on #6468D5 background.


White color preview on #6468D5 background

This text has white color on #6468D5 background.