COLOR #6468A6

HEX: #6468A6
RGB: (100,104,166)

Color info

#6468A6 contains mainly blue color. Web safe color of #6468A6 is #666699 (or #669).

RGB color model

#6468A6 color RGB value is (100,104,166).

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

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 166 of 255 = 65%

100
104
166

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

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 166 = 370 (100%)
R 100 of 370 ~ 27.03%
G 104 of 370 ~ 28.11%
B 166 of 370 ~ 44.86%

%27.03
%28.11
%44.86

CMYK color model

#6468A6 color CMYK value is (40,37,0,35).

  • cyan value is 39.76%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(40,37,0,35)
C40M37Y0K35 
(40%,37%,0%,35%)
(0.40/0.37/0.00/0.35)	

CMYK percentages

%39.76
%37.35
%0
%34.9

Codes

Color #6468A6 in popluar color models

6468A6
RGB100104166
HSL236°27.05%52.16%
HSB/HSV236°39.76%65.10%
CMYK39.76%37.35%0.00%
34.90%

Color #6468A6 in popluar number systems.

HEX6468A6
Decimal100104166
Binary1100100110100010100110
Octal144150246

Shades and tints

Shades of #6468A6

#6468A6
(100,104,166)
#5B5F97
(91,95,151)
#525688
(82,86,136)
#494D79
(73,77,121)
#40446A
(64,68,106)
#373B5B
(55,59,91)
#2E324C
(46,50,76)
#25293D
(37,41,61)
#1C202E
(28,32,46)
#13171F
(19,23,31)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6468A6

#6468A6
(100,104,166)
#7275AE
(114,117,174)
#8082B6
(128,130,182)
#8E8FBE
(142,143,190)
#9C9CC6
(156,156,198)
#AAA9CE
(170,169,206)
#B8B6D6
(184,182,214)
#C6C3DE
(198,195,222)
#D4D0E6
(212,208,230)
#E2DDEE
(226,221,238)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6468A6; }

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

This text font color is #6468A6.


Background Color

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

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

This div background color is #6468A6.


Border color

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

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

This div border color is #6468A6.


Opacity

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

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

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

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

This text has shadow with #6468A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6468A6 on black background.


Color preview on white background

This text has color #6468A6 on white background.



Black color preview on #6468A6 background

This text has black color on #6468A6 background.


White color preview on #6468A6 background

This text has white color on #6468A6 background.