#546ED6

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

Shades of Royal Blue #546ED6

Tints of Royal Blue #546ED6

Color information

#546ED6 (or 0x546ED6) is unknown color: approx Royal Blue. HEX triplet: 54, 6E and D6. RGB value is (84,110,214). Sum of RGB (Red+Green+Blue) = 84+110+214=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #546ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ED6 is #AB9129. Grayscale: #717171. Windows color (decimal): -11243818 or 14052948. OLE color: 14052948.

HSL color Cylindrical-coordinate representation of color #546ED6: hue angle of 228º 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 #546ED6 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84110214-
CMYK0.610.4900.16
HSL228º61.32%58.43%-
HSV(B)228º60.75%83.92%-
XYZ21.3717.8965.95-
YUV114.08184.39106.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 214 (83.98% from 255) = 52.45%
R=20.59%
G=26.96%
B=52.45%

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
Decimal841102140.610.4900.1622861.3258.43
Hex546ED63D31010e43d3a
Octal12415632675610203447572
Binary101010011011101101011011110111000101000011100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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