#546DF6

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

Shades of Royal Blue #546DF6

Tints of Royal Blue #546DF6

Color information

#546DF6 (or 0x546DF6) is unknown color: approx Royal Blue. HEX triplet: 54, 6D and F6. RGB value is (84,109,246). Sum of RGB (Red+Green+Blue) = 84+109+246=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #546DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546DF6 is #AB9209. Grayscale: #747474. Windows color (decimal): -11244042 or 16149844. OLE color: 16149844.

HSL color Cylindrical-coordinate representation of color #546DF6: hue angle of 230.74º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546DF6 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84109246-
CMYK0.660.5600.04
HSL230.74º90%64.71%-
HSV(B)230.74º65.85%96.47%-
XYZ25.7619.4889.59-
YUV117.14200.72104.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.13%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 246 (96.48% from 255) = 56.04%
R=19.13%
G=24.83%
B=56.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841092460.660.5600.04230.749064.71
Hex546DF6423804e75a41
Octal1241553661027004347132101
Binary1010100110110111110110100001011100001001110011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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