Shades of Royal Blue #546CE6
Tints of Royal Blue #546CE6
RGB
CMYK
RGB Variations
Color information
#546CE6 (or 0x546CE6) is known color: Royal Blue. HEX triplet: 54, 6C and E6. RGB value is (84,108,230). Sum of RGB (Red+Green+Blue) = 84+108+230=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #546CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CE6 is #AB9319. Grayscale: #727272. Windows color (decimal): -11244314 or 15101012. OLE color: 15101012.
HSL color Cylindrical-coordinate representation of color #546CE6: hue angle of 230.14º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #546CE6 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 108 | 230 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.10 |
| HSL | 230.14º | 0.74% | 0.62% | - |
| HSV(B) | 230.14º | 0.63% | 0.9% | - |
| XYZ | 23.3 | 18.32 | 77.17 | - |
| YUV | 114.73 | 193.05 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 230 | 0.63 | 0.53 | 0 | 0.10 | 230.14 | 0.74 | 0.62 |
| Hex | 54 | 6C | E6 | 3F | 35 | 0 | A | E6 | 4A | 3E |
| Octal | 124 | 154 | 346 | 77 | 65 | 0 | 12 | 346 | 112 | 76 |
| Binary | 1010100 | 1101100 | 11100110 | 111111 | 110101 | 0 | 1010 | 11100110 | 1001010 | 111110 |
Color Harmonies of #546CE6
Complementary color
Monochromatic Colors of #546CE6
Black with #546CE6
Text Example
Text Example
White with #546CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CE6; }
p { color: rgb(84,108,230); }
H1.HeaderClassName
{
color: #546CE6;
}
.AnyTagClassName
{
color: #546CE6;
}
</style>
background-color css
<style>
a { background-color: #546CE6; }
a { background-color: rgb(84,108,230); }
div.DivClassName
{
background-color: #546CE6;
}
.BgClassName
{
background-color: #546CE6;
}
</style>
border-color css
<style>
span { border-color: #546CE6; }
span { border-color: rgb(84,108,230); }
td.TdClassName
{
border-color: #546CE6;
}
.TagClassName
{
border-color: #546CE6;
}
</style>