Shades of Royal Blue #406ED6
Tints of Royal Blue #406ED6
RGB
CMYK
RGB Variations
Color information
#406ED6 (or 0x406ED6) is known color: Royal Blue. HEX triplet: 40, 6E and D6. RGB value is (64,110,214). Sum of RGB (Red+Green+Blue) = 64+110+214=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #406ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ED6 is #BF9129. Grayscale: #6B6B6B. Windows color (decimal): -12554538 or 14052928. OLE color: 14052928.
HSL color Cylindrical-coordinate representation of color #406ED6: hue angle of 221.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406ED6 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 110 | 214 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.16 |
| HSL | 221.6º | 0.65% | 0.55% | - |
| HSV(B) | 221.6º | 0.7% | 0.84% | - |
| XYZ | 19.83 | 17.1 | 65.87 | - |
| YUV | 108.1 | 187.76 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 214 | 0.70 | 0.49 | 0 | 0.16 | 221.6 | 0.65 | 0.55 |
| Hex | 40 | 6E | D6 | 46 | 31 | 0 | 10 | DE | 41 | 37 |
| Octal | 100 | 156 | 326 | 106 | 61 | 0 | 20 | 336 | 101 | 67 |
| Binary | 1000000 | 1101110 | 11010110 | 1000110 | 110001 | 0 | 10000 | 11011110 | 1000001 | 110111 |
Color Harmonies of #406ED6
Complementary color
Monochromatic Colors of #406ED6
Black with #406ED6
Text Example
Text Example
White with #406ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406ED6; }
p { color: rgb(64,110,214); }
H1.HeaderClassName
{
color: #406ED6;
}
.AnyTagClassName
{
color: #406ED6;
}
</style>
background-color css
<style>
a { background-color: #406ED6; }
a { background-color: rgb(64,110,214); }
div.DivClassName
{
background-color: #406ED6;
}
.BgClassName
{
background-color: #406ED6;
}
</style>
border-color css
<style>
span { border-color: #406ED6; }
span { border-color: rgb(64,110,214); }
td.TdClassName
{
border-color: #406ED6;
}
.TagClassName
{
border-color: #406ED6;
}
</style>