Shades of Royal Blue #546AF6
Tints of Royal Blue #546AF6
RGB
CMYK
RGB Variations
Color information
#546AF6 (or 0x546AF6) is known color: Royal Blue. HEX triplet: 54, 6A and F6. RGB value is (84,106,246). Sum of RGB (Red+Green+Blue) = 84+106+246=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #546AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546AF6 is #AB9509. Grayscale: #727272. Windows color (decimal): -11244810 or 16149076. OLE color: 16149076.
HSL color Cylindrical-coordinate representation of color #546AF6: hue angle of 231.85º 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 #546AF6 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 106 | 246 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.04 |
| HSL | 231.85º | 0.9% | 0.65% | - |
| HSV(B) | 231.85º | 0.66% | 0.96% | - |
| XYZ | 25.44 | 18.85 | 89.49 | - |
| YUV | 115.38 | 201.71 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 246 | 0.66 | 0.57 | 0 | 0.04 | 231.85 | 0.9 | 0.65 |
| Hex | 54 | 6A | F6 | 42 | 39 | 0 | 4 | E8 | 5A | 41 |
| Octal | 124 | 152 | 366 | 102 | 71 | 0 | 4 | 350 | 132 | 101 |
| Binary | 1010100 | 1101010 | 11110110 | 1000010 | 111001 | 0 | 100 | 11101000 | 1011010 | 1000001 |
Color Harmonies of #546AF6
Complementary color
Monochromatic Colors of #546AF6
Black with #546AF6
Text Example
Text Example
White with #546AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AF6; }
p { color: rgb(84,106,246); }
H1.HeaderClassName
{
color: #546AF6;
}
.AnyTagClassName
{
color: #546AF6;
}
</style>
background-color css
<style>
a { background-color: #546AF6; }
a { background-color: rgb(84,106,246); }
div.DivClassName
{
background-color: #546AF6;
}
.BgClassName
{
background-color: #546AF6;
}
</style>
border-color css
<style>
span { border-color: #546AF6; }
span { border-color: rgb(84,106,246); }
td.TdClassName
{
border-color: #546AF6;
}
.TagClassName
{
border-color: #546AF6;
}
</style>