Shades of Royal Blue #566DF6
Tints of Royal Blue #566DF6
RGB
CMYK
RGB Variations
Color information
#566DF6 (or 0x566DF6) is known color: Royal Blue. HEX triplet: 56, 6D and F6. RGB value is (86,109,246). Sum of RGB (Red+Green+Blue) = 86+109+246=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #566DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566DF6 is #A99209. Grayscale: #757575. Windows color (decimal): -11112970 or 16149846. OLE color: 16149846.
HSL color Cylindrical-coordinate representation of color #566DF6: hue angle of 231.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #566DF6 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 109 | 246 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.04 |
| HSL | 231.38º | 0.9% | 0.65% | - |
| HSV(B) | 231.38º | 0.65% | 0.96% | - |
| XYZ | 25.94 | 19.57 | 89.6 | - |
| YUV | 117.74 | 200.38 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 246 | 0.65 | 0.56 | 0 | 0.04 | 231.38 | 0.9 | 0.65 |
| Hex | 56 | 6D | F6 | 41 | 38 | 0 | 4 | E7 | 5A | 41 |
| Octal | 126 | 155 | 366 | 101 | 70 | 0 | 4 | 347 | 132 | 101 |
| Binary | 1010110 | 1101101 | 11110110 | 1000001 | 111000 | 0 | 100 | 11100111 | 1011010 | 1000001 |
Color Harmonies of #566DF6
Complementary color
Monochromatic Colors of #566DF6
Black with #566DF6
Text Example
Text Example
White with #566DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DF6; }
p { color: rgb(86,109,246); }
H1.HeaderClassName
{
color: #566DF6;
}
.AnyTagClassName
{
color: #566DF6;
}
</style>
background-color css
<style>
a { background-color: #566DF6; }
a { background-color: rgb(86,109,246); }
div.DivClassName
{
background-color: #566DF6;
}
.BgClassName
{
background-color: #566DF6;
}
</style>
border-color css
<style>
span { border-color: #566DF6; }
span { border-color: rgb(86,109,246); }
td.TdClassName
{
border-color: #566DF6;
}
.TagClassName
{
border-color: #566DF6;
}
</style>