Shades of Royal Blue #406EC9
Tints of Royal Blue #406EC9
RGB
CMYK
RGB Variations
Color information
#406EC9 (or 0x406EC9) is known color: Royal Blue. HEX triplet: 40, 6E and C9. RGB value is (64,110,201). Sum of RGB (Red+Green+Blue) = 64+110+201=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #406EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EC9 is #BF9136. Grayscale: #6A6A6A. Windows color (decimal): -12554551 or 13200960. OLE color: 13200960.
HSL color Cylindrical-coordinate representation of color #406EC9: hue angle of 219.85º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406EC9 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 110 | 201 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.21 |
| HSL | 219.85º | 0.56% | 0.52% | - |
| HSV(B) | 219.85º | 0.68% | 0.79% | - |
| XYZ | 18.23 | 16.46 | 57.47 | - |
| YUV | 106.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 201 | 0.68 | 0.45 | 0 | 0.21 | 219.85 | 0.56 | 0.52 |
| Hex | 40 | 6E | C9 | 44 | 2D | 0 | 15 | DC | 38 | 34 |
| Octal | 100 | 156 | 311 | 104 | 55 | 0 | 25 | 334 | 70 | 64 |
| Binary | 1000000 | 1101110 | 11001001 | 1000100 | 101101 | 0 | 10101 | 11011100 | 111000 | 110100 |
Color Harmonies of #406EC9
Complementary color
Monochromatic Colors of #406EC9
Black with #406EC9
Text Example
Text Example
White with #406EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EC9; }
p { color: rgb(64,110,201); }
H1.HeaderClassName
{
color: #406EC9;
}
.AnyTagClassName
{
color: #406EC9;
}
</style>
background-color css
<style>
a { background-color: #406EC9; }
a { background-color: rgb(64,110,201); }
div.DivClassName
{
background-color: #406EC9;
}
.BgClassName
{
background-color: #406EC9;
}
</style>
border-color css
<style>
span { border-color: #406EC9; }
span { border-color: rgb(64,110,201); }
td.TdClassName
{
border-color: #406EC9;
}
.TagClassName
{
border-color: #406EC9;
}
</style>