Shades of Royal Blue #516DF6
Tints of Royal Blue #516DF6
RGB
CMYK
RGB Variations
Color information
#516DF6 (or 0x516DF6) is known color: Royal Blue. HEX triplet: 51, 6D and F6. RGB value is (81,109,246). Sum of RGB (Red+Green+Blue) = 81+109+246=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 109 (42.97% from 255 or 25% 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 #516DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DF6 is #AE9209. Grayscale: #737373. Windows color (decimal): -11440650 or 16149841. OLE color: 16149841.
HSL color Cylindrical-coordinate representation of color #516DF6: hue angle of 229.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516DF6 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 109 | 246 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.04 |
| HSL | 229.82º | 0.9% | 0.64% | - |
| HSV(B) | 229.82º | 0.67% | 0.96% | - |
| XYZ | 25.5 | 19.34 | 89.58 | - |
| YUV | 116.25 | 201.22 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 246 | 0.67 | 0.56 | 0 | 0.04 | 229.82 | 0.9 | 0.64 |
| Hex | 51 | 6D | F6 | 43 | 38 | 0 | 4 | E6 | 5A | 40 |
| Octal | 121 | 155 | 366 | 103 | 70 | 0 | 4 | 346 | 132 | 100 |
| Binary | 1010001 | 1101101 | 11110110 | 1000011 | 111000 | 0 | 100 | 11100110 | 1011010 | 1000000 |
Color Harmonies of #516DF6
Complementary color
Monochromatic Colors of #516DF6
Black with #516DF6
Text Example
Text Example
White with #516DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DF6; }
p { color: rgb(81,109,246); }
H1.HeaderClassName
{
color: #516DF6;
}
.AnyTagClassName
{
color: #516DF6;
}
</style>
background-color css
<style>
a { background-color: #516DF6; }
a { background-color: rgb(81,109,246); }
div.DivClassName
{
background-color: #516DF6;
}
.BgClassName
{
background-color: #516DF6;
}
</style>
border-color css
<style>
span { border-color: #516DF6; }
span { border-color: rgb(81,109,246); }
td.TdClassName
{
border-color: #516DF6;
}
.TagClassName
{
border-color: #516DF6;
}
</style>