COLOR #6467AC

HEX: #6467AC
RGB: (100,103,172)

Color info

#6467AC contains mainly blue color. Web safe color of #6467AC is #666699 (or #669).

RGB color model

#6467AC color RGB value is (100,103,172).

  • red value is 100;
  • green value is 103;
  • blue value is 172.
RGB:
(100,103,172)
(39%,40%,67%)

RGB channels and saturation

R 100 of 255 = 39%
G 103 of 255 = 40%
B 172 of 255 = 67%

100
103
172

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

Portions of RGB colors in percentages

R + G + B =
100 + 103 + 172 = 375 (100%)
R 100 of 375 ~ 26.67%
G 103 of 375 ~ 27.47%
B 172 of 375 ~ 45.87%

%26.67
%27.47
%45.87

CMYK color model

#6467AC color CMYK value is (42,40,0,33).

  • cyan value is 41.86%
  • magenta value is 40.12%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(42,40,0,33)
C42M40Y0K33 
(42%,40%,0%,33%)
(0.42/0.40/0.00/0.33)	

CMYK percentages

%41.86
%40.12
%0
%32.55

Codes

Color #6467AC in popluar color models

6467AC
RGB100103172
HSL238°30.25%53.33%
HSB/HSV238°41.86%67.45%
CMYK41.86%40.12%0.00%
32.55%

Color #6467AC in popluar number systems.

HEX6467AC
Decimal100103172
Binary1100100110011110101100
Octal144147254

Shades and tints

Shades of #6467AC

#6467AC
(100,103,172)
#5B5E9D
(91,94,157)
#52558E
(82,85,142)
#494C7F
(73,76,127)
#404370
(64,67,112)
#373A61
(55,58,97)
#2E3152
(46,49,82)
#252843
(37,40,67)
#1C1F34
(28,31,52)
#131625
(19,22,37)
#0A0D16
(10,13,22)
#000000
(0,0,0)

Tints of #6467AC

#6467AC
(100,103,172)
#7274B3
(114,116,179)
#8081BA
(128,129,186)
#8E8EC1
(142,142,193)
#9C9BC8
(156,155,200)
#AAA8CF
(170,168,207)
#B8B5D6
(184,181,214)
#C6C2DD
(198,194,221)
#D4CFE4
(212,207,228)
#E2DCEB
(226,220,235)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6467AC color. Also use rgb(100,103,172) instead hex code.

Text Font Color

.myTextColor { color: #6467AC; }

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

This text font color is #6467AC.


Background Color

.myBgColor { background-color: #6467AC; }

<div style="background-color:#6467AC">Inner text</div>

This div background color is #6467AC.


Border color

.myBorderColor { border: 1px solid #6467AC; }

<div style="border:3px solid #6467AC">Div</div>

This div border color is #6467AC.


Opacity

.myOpacity80 { color: #6467AC; opacity: 0.8; }

<p style="color:#6467AC;opacity:0.8;">80%</p>

Text with #6467AC 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 #6467AC;}

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

This text has shadow with #6467AC color.

.textShadow {text-shadow: 3px 3px 1px #6467AC, 3px 3px 1px red;}

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

This text has shadow with #6467AC primary color and red secondary color.


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

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

This text has shadow with #6467AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6467AC on black background.


Color preview on white background

This text has color #6467AC on white background.



Black color preview on #6467AC background

This text has black color on #6467AC background.


White color preview on #6467AC background

This text has white color on #6467AC background.