COLOR #6461AA

HEX: #6461AA
RGB: (100,97,170)

Color info

#6461AA contains mainly blue color. Web safe color of #6461AA is #666699 (or #669).

RGB color model

#6461AA color RGB value is (100,97,170).

  • red value is 100;
  • green value is 97;
  • blue value is 170.
RGB:
(100,97,170)
(39%,38%,67%)

RGB channels and saturation

R 100 of 255 = 39%
G 97 of 255 = 38%
B 170 of 255 = 67%

100
97
170

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

Portions of RGB colors in percentages

R + G + B =
100 + 97 + 170 = 367 (100%)
R 100 of 367 ~ 27.25%
G 97 of 367 ~ 26.43%
B 170 of 367 ~ 46.32%

%27.25
%26.43
%46.32

CMYK color model

#6461AA color CMYK value is (41,43,0,33).

  • cyan value is 41.18%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(41,43,0,33)
C41M43Y0K33 
(41%,43%,0%,33%)
(0.41/0.43/0.00/0.33)	

CMYK percentages

%41.18
%42.94
%0
%33.33

Codes

Color #6461AA in popluar color models

6461AA
RGB10097170
HSL242°30.04%52.35%
HSB/HSV242°42.94%66.67%
CMYK41.18%42.94%0.00%
33.33%

Color #6461AA in popluar number systems.

HEX6461AA
Decimal10097170
Binary1100100110000110101010
Octal144141252

Shades and tints

Shades of #6461AA

#6461AA
(100,97,170)
#5B599B
(91,89,155)
#52518C
(82,81,140)
#49497D
(73,73,125)
#40416E
(64,65,110)
#37395F
(55,57,95)
#2E3150
(46,49,80)
#252941
(37,41,65)
#1C2132
(28,33,50)
#131923
(19,25,35)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #6461AA

#6461AA
(100,97,170)
#726FB1
(114,111,177)
#807DB8
(128,125,184)
#8E8BBF
(142,139,191)
#9C99C6
(156,153,198)
#AAA7CD
(170,167,205)
#B8B5D4
(184,181,212)
#C6C3DB
(198,195,219)
#D4D1E2
(212,209,226)
#E2DFE9
(226,223,233)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6461AA color. Also use rgb(100,97,170) instead hex code.

Text Font Color

.myTextColor { color: #6461AA; }

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

This text font color is #6461AA.


Background Color

.myBgColor { background-color: #6461AA; }

<div style="background-color:#6461AA">Inner text</div>

This div background color is #6461AA.


Border color

.myBorderColor { border: 1px solid #6461AA; }

<div style="border:3px solid #6461AA">Div</div>

This div border color is #6461AA.


Opacity

.myOpacity80 { color: #6461AA; opacity: 0.8; }

<p style="color:#6461AA;opacity:0.8;">80%</p>

Text with #6461AA 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 #6461AA;}

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

This text has shadow with #6461AA color.

.textShadow {text-shadow: 3px 3px 1px #6461AA, 3px 3px 1px red;}

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

This text has shadow with #6461AA primary color and red secondary color.


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

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

This text has shadow with #6461AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6461AA on black background.


Color preview on white background

This text has color #6461AA on white background.



Black color preview on #6461AA background

This text has black color on #6461AA background.


White color preview on #6461AA background

This text has white color on #6461AA background.