#546DD6

Color #546DD6 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #546DD6

Tints of Royal Blue #546DD6

Color information

#546DD6 (or 0x546DD6) is unknown color: approx Royal Blue. HEX triplet: 54, 6D and D6. RGB value is (84,109,214). Sum of RGB (Red+Green+Blue) = 84+109+214=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #546DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DD6 is #AB9229. Grayscale: #717171. Windows color (decimal): -11244074 or 14052692. OLE color: 14052692.

HSL color Cylindrical-coordinate representation of color #546DD6: hue angle of 228.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #546DD6 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84109214-
CMYK0.610.4900.16
HSL228.46º61.32%58.43%-
HSV(B)228.46º60.75%83.92%-
XYZ21.2617.6865.91-
YUV113.49184.72106.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 214 (83.98% from 255) = 52.58%
R=20.64%
G=26.78%
B=52.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841092140.610.4900.16228.4661.3258.43
Hex546DD63D31010e43d3a
Octal12415532675610203447572
Binary101010011011011101011011110111000101000011100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546DD6; }

 p { color: rgb(84,109,214); }

 H1.HeaderClassName
 {
   color: #546DD6;
 }
 .AnyTagClassName
 {
   color: #546DD6;
 }
</style>
background-color css

<style>
 a { background-color: #546DD6; }

 a { background-color: rgb(84,109,214); }

 div.DivClassName
 {
   background-color: #546DD6;
 }
 .BgClassName
 {
   background-color: #546DD6;
 }
</style>
border-color css

<style>
 span { border-color: #546DD6; }

 span { border-color: rgb(84,109,214); }

 td.TdClassName
 {
   border-color: #546DD6;
 }
 .TagClassName
 {
   border-color: #546DD6;
 }
</style>