COLOR #6467C5

HEX: #6467C5
RGB: (100,103,197)

Color info

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

RGB color model

#6467C5 color RGB value is (100,103,197).

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

RGB channels and saturation

R 100 of 255 = 39%
G 103 of 255 = 40%
B 197 of 255 = 77%

100
103
197

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

Portions of RGB colors in percentages

R + G + B =
100 + 103 + 197 = 400 (100%)
R 100 of 400 ~ 25%
G 103 of 400 ~ 25.75%
B 197 of 400 ~ 49.25%

%25
%25.75
%49.25

CMYK color model

#6467C5 color CMYK value is (49,48,0,23).

  • cyan value is 49.24%
  • magenta value is 47.72%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(49,48,0,23)
C49M48Y0K23 
(49%,48%,0%,23%)
(0.49/0.48/0.00/0.23)	

CMYK percentages

%49.24
%47.72
%0
%22.75

Codes

Color #6467C5 in popluar color models

6467C5
RGB100103197
HSL238°45.54%58.24%
HSB/HSV238°49.24%77.25%
CMYK49.24%47.72%0.00%
22.75%

Color #6467C5 in popluar number systems.

HEX6467C5
Decimal100103197
Binary1100100110011111000101
Octal144147305

Shades and tints

Shades of #6467C5

#6467C5
(100,103,197)
#5B5EB4
(91,94,180)
#5255A3
(82,85,163)
#494C92
(73,76,146)
#404381
(64,67,129)
#373A70
(55,58,112)
#2E315F
(46,49,95)
#25284E
(37,40,78)
#1C1F3D
(28,31,61)
#13162C
(19,22,44)
#0A0D1B
(10,13,27)
#000000
(0,0,0)

Tints of #6467C5

#6467C5
(100,103,197)
#7274CA
(114,116,202)
#8081CF
(128,129,207)
#8E8ED4
(142,142,212)
#9C9BD9
(156,155,217)
#AAA8DE
(170,168,222)
#B8B5E3
(184,181,227)
#C6C2E8
(198,194,232)
#D4CFED
(212,207,237)
#E2DCF2
(226,220,242)
#F0E9F7
(240,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6467C5; }

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

This text font color is #6467C5.


Background Color

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

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

This div background color is #6467C5.


Border color

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

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

This div border color is #6467C5.


Opacity

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

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

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

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

This text has shadow with #6467C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6467C5 on black background.


Color preview on white background

This text has color #6467C5 on white background.



Black color preview on #6467C5 background

This text has black color on #6467C5 background.


White color preview on #6467C5 background

This text has white color on #6467C5 background.