Shades of Royal Blue #406FF6
Tints of Royal Blue #406FF6
RGB
CMYK
RGB Variations
Color information
#406FF6 (or 0x406FF6) is known color: Royal Blue. HEX triplet: 40, 6F and F6. RGB value is (64,111,246). Sum of RGB (Red+Green+Blue) = 64+111+246=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 246 (96.48% from 255 or 58.43% from 421); Max value from RGB is 246 - color contains mainly: blue. Hex color #406FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406FF6 is #BF9009. Grayscale: #6F6F6F. Windows color (decimal): -12554250 or 16150336. OLE color: 16150336.
HSL color Cylindrical-coordinate representation of color #406FF6: hue angle of 224.51º 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 #406FF6 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 111 | 246 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.04 |
| HSL | 224.51º | 0.91% | 0.61% | - |
| HSV(B) | 224.51º | 0.74% | 0.96% | - |
| XYZ | 24.43 | 19.11 | 89.59 | - |
| YUV | 112.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 246 | 0.74 | 0.55 | 0 | 0.04 | 224.51 | 0.91 | 0.61 |
| Hex | 40 | 6F | F6 | 4A | 37 | 0 | 4 | E1 | 5B | 3D |
| Octal | 100 | 157 | 366 | 112 | 67 | 0 | 4 | 341 | 133 | 75 |
| Binary | 1000000 | 1101111 | 11110110 | 1001010 | 110111 | 0 | 100 | 11100001 | 1011011 | 111101 |
Color Harmonies of #406FF6
Complementary color
Monochromatic Colors of #406FF6
Black with #406FF6
Text Example
Text Example
White with #406FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FF6; }
p { color: rgb(64,111,246); }
H1.HeaderClassName
{
color: #406FF6;
}
.AnyTagClassName
{
color: #406FF6;
}
</style>
background-color css
<style>
a { background-color: #406FF6; }
a { background-color: rgb(64,111,246); }
div.DivClassName
{
background-color: #406FF6;
}
.BgClassName
{
background-color: #406FF6;
}
</style>
border-color css
<style>
span { border-color: #406FF6; }
span { border-color: rgb(64,111,246); }
td.TdClassName
{
border-color: #406FF6;
}
.TagClassName
{
border-color: #406FF6;
}
</style>