Shades of Royal Blue #546CF6
Tints of Royal Blue #546CF6
RGB
CMYK
RGB Variations
Color information
#546CF6 (or 0x546CF6) is known color: Royal Blue. HEX triplet: 54, 6C and F6. RGB value is (84,108,246). Sum of RGB (Red+Green+Blue) = 84+108+246=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #546CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546CF6 is #AB9309. Grayscale: #737373. Windows color (decimal): -11244298 or 16149588. OLE color: 16149588.
HSL color Cylindrical-coordinate representation of color #546CF6: hue angle of 231.11º 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 #546CF6 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 108 | 246 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.04 |
| HSL | 231.11º | 0.9% | 0.65% | - |
| HSV(B) | 231.11º | 0.66% | 0.96% | - |
| XYZ | 25.65 | 19.26 | 89.55 | - |
| YUV | 116.56 | 201.05 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 246 | 0.66 | 0.56 | 0 | 0.04 | 231.11 | 0.9 | 0.65 |
| Hex | 54 | 6C | F6 | 42 | 38 | 0 | 4 | E7 | 5A | 41 |
| Octal | 124 | 154 | 366 | 102 | 70 | 0 | 4 | 347 | 132 | 101 |
| Binary | 1010100 | 1101100 | 11110110 | 1000010 | 111000 | 0 | 100 | 11100111 | 1011010 | 1000001 |
Color Harmonies of #546CF6
Complementary color
Monochromatic Colors of #546CF6
Black with #546CF6
Text Example
Text Example
White with #546CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CF6; }
p { color: rgb(84,108,246); }
H1.HeaderClassName
{
color: #546CF6;
}
.AnyTagClassName
{
color: #546CF6;
}
</style>
background-color css
<style>
a { background-color: #546CF6; }
a { background-color: rgb(84,108,246); }
div.DivClassName
{
background-color: #546CF6;
}
.BgClassName
{
background-color: #546CF6;
}
</style>
border-color css
<style>
span { border-color: #546CF6; }
span { border-color: rgb(84,108,246); }
td.TdClassName
{
border-color: #546CF6;
}
.TagClassName
{
border-color: #546CF6;
}
</style>