COLOR #546AC6

HEX: #546AC6
RGB: (84,106,198)

Color info

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

RGB color model

#546AC6 color RGB value is (84,106,198).

  • red value is 84;
  • green value is 106;
  • blue value is 198.
RGB:
(84,106,198)
(33%,42%,78%)

RGB channels and saturation

R 84 of 255 = 33%
G 106 of 255 = 42%
B 198 of 255 = 78%

84
106
198

R + G + B ~ 51%. #546AC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 106 + 198 = 388 (100%)
R 84 of 388 ~ 21.65%
G 106 of 388 ~ 27.32%
B 198 of 388 ~ 51.03%

%21.65
%27.32
%51.03

CMYK color model

#546AC6 color CMYK value is (58,46,0,22).

  • cyan value is 57.58%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(58,46,0,22)
C58M46Y0K22 
(58%,46%,0%,22%)
(0.58/0.46/0.00/0.22)	

CMYK percentages

%57.58
%46.46
%0
%22.35

Codes

Color #546AC6 in popluar color models

546AC6
RGB84106198
HSL228°50.00%55.29%
HSB/HSV228°57.58%77.65%
CMYK57.58%46.46%0.00%
22.35%

Color #546AC6 in popluar number systems.

HEX546AC6
Decimal84106198
Binary1010100110101011000110
Octal124152306

Shades and tints

Shades of #546AC6

#546AC6
(84,106,198)
#4D61B4
(77,97,180)
#4658A2
(70,88,162)
#3F4F90
(63,79,144)
#38467E
(56,70,126)
#313D6C
(49,61,108)
#2A345A
(42,52,90)
#232B48
(35,43,72)
#1C2236
(28,34,54)
#151924
(21,25,36)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #546AC6

#546AC6
(84,106,198)
#6377CB
(99,119,203)
#7284D0
(114,132,208)
#8191D5
(129,145,213)
#909EDA
(144,158,218)
#9FABDF
(159,171,223)
#AEB8E4
(174,184,228)
#BDC5E9
(189,197,233)
#CCD2EE
(204,210,238)
#DBDFF3
(219,223,243)
#EAECF8
(234,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546AC6 color. Also use rgb(84,106,198) instead hex code.

Text Font Color

.myTextColor { color: #546AC6; }

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

This text font color is #546AC6.


Background Color

.myBgColor { background-color: #546AC6; }

<div style="background-color:#546AC6">Inner text</div>

This div background color is #546AC6.


Border color

.myBorderColor { border: 1px solid #546AC6; }

<div style="border:3px solid #546AC6">Div</div>

This div border color is #546AC6.


Opacity

.myOpacity80 { color: #546AC6; opacity: 0.8; }

<p style="color:#546AC6;opacity:0.8;">80%</p>

Text with #546AC6 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 #546AC6;}

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

This text has shadow with #546AC6 color.

.textShadow {text-shadow: 3px 3px 1px #546AC6, 3px 3px 1px red;}

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

This text has shadow with #546AC6 primary color and red secondary color.


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

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

This text has shadow with #546AC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546AC6 on black background.


Color preview on white background

This text has color #546AC6 on white background.



Black color preview on #546AC6 background

This text has black color on #546AC6 background.


White color preview on #546AC6 background

This text has white color on #546AC6 background.