Shades of Royal Blue #546CDE
Tints of Royal Blue #546CDE
RGB
CMYK
RGB Variations
Color information
#546CDE (or 0x546CDE) is known color: Royal Blue. HEX triplet: 54, 6C and DE. RGB value is (84,108,222). Sum of RGB (Red+Green+Blue) = 84+108+222=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #546CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CDE is #AB9321. Grayscale: #717171. Windows color (decimal): -11244322 or 14576724. OLE color: 14576724.
HSL color Cylindrical-coordinate representation of color #546CDE: hue angle of 229.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546CDE is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 108 | 222 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.13 |
| HSL | 229.57º | 0.68% | 0.6% | - |
| HSV(B) | 229.57º | 0.62% | 0.87% | - |
| XYZ | 22.2 | 17.88 | 71.39 | - |
| YUV | 113.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 222 | 0.62 | 0.51 | 0 | 0.13 | 229.57 | 0.68 | 0.6 |
| Hex | 54 | 6C | DE | 3E | 33 | 0 | D | E6 | 44 | 3C |
| Octal | 124 | 154 | 336 | 76 | 63 | 0 | 15 | 346 | 104 | 74 |
| Binary | 1010100 | 1101100 | 11011110 | 111110 | 110011 | 0 | 1101 | 11100110 | 1000100 | 111100 |
Color Harmonies of #546CDE
Complementary color
Monochromatic Colors of #546CDE
Black with #546CDE
Text Example
Text Example
White with #546CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CDE; }
p { color: rgb(84,108,222); }
H1.HeaderClassName
{
color: #546CDE;
}
.AnyTagClassName
{
color: #546CDE;
}
</style>
background-color css
<style>
a { background-color: #546CDE; }
a { background-color: rgb(84,108,222); }
div.DivClassName
{
background-color: #546CDE;
}
.BgClassName
{
background-color: #546CDE;
}
</style>
border-color css
<style>
span { border-color: #546CDE; }
span { border-color: rgb(84,108,222); }
td.TdClassName
{
border-color: #546CDE;
}
.TagClassName
{
border-color: #546CDE;
}
</style>