Shades of Royal Blue #406AF6
Tints of Royal Blue #406AF6
RGB
CMYK
RGB Variations
Color information
#406AF6 (or 0x406AF6) is known color: Royal Blue. HEX triplet: 40, 6A and F6. RGB value is (64,106,246). Sum of RGB (Red+Green+Blue) = 64+106+246=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 246 (96.48% from 255 or 59.13% from 416); Max value from RGB is 246 - color contains mainly: blue. Hex color #406AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406AF6 is #BF9509. Grayscale: #6C6C6C. Windows color (decimal): -12555530 or 16149056. OLE color: 16149056.
HSL color Cylindrical-coordinate representation of color #406AF6: hue angle of 226.15º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #406AF6 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 106 | 246 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.04 |
| HSL | 226.15º | 0.91% | 0.61% | - |
| HSV(B) | 226.15º | 0.74% | 0.96% | - |
| XYZ | 23.9 | 18.05 | 89.41 | - |
| YUV | 109.4 | 205.09 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 246 | 0.74 | 0.57 | 0 | 0.04 | 226.15 | 0.91 | 0.61 |
| Hex | 40 | 6A | F6 | 4A | 39 | 0 | 4 | E2 | 5B | 3D |
| Octal | 100 | 152 | 366 | 112 | 71 | 0 | 4 | 342 | 133 | 75 |
| Binary | 1000000 | 1101010 | 11110110 | 1001010 | 111001 | 0 | 100 | 11100010 | 1011011 | 111101 |
Color Harmonies of #406AF6
Complementary color
Monochromatic Colors of #406AF6
Black with #406AF6
Text Example
Text Example
White with #406AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AF6; }
p { color: rgb(64,106,246); }
H1.HeaderClassName
{
color: #406AF6;
}
.AnyTagClassName
{
color: #406AF6;
}
</style>
background-color css
<style>
a { background-color: #406AF6; }
a { background-color: rgb(64,106,246); }
div.DivClassName
{
background-color: #406AF6;
}
.BgClassName
{
background-color: #406AF6;
}
</style>
border-color css
<style>
span { border-color: #406AF6; }
span { border-color: rgb(64,106,246); }
td.TdClassName
{
border-color: #406AF6;
}
.TagClassName
{
border-color: #406AF6;
}
</style>