Shades of Royal Blue #406BC9
Tints of Royal Blue #406BC9
RGB
CMYK
RGB Variations
Color information
#406BC9 (or 0x406BC9) is known color: Royal Blue. HEX triplet: 40, 6B and C9. RGB value is (64,107,201). Sum of RGB (Red+Green+Blue) = 64+107+201=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #406BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BC9 is #BF9436. Grayscale: #686868. Windows color (decimal): -12555319 or 13200192. OLE color: 13200192.
HSL color Cylindrical-coordinate representation of color #406BC9: hue angle of 221.17º 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 #406BC9 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 107 | 201 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.21 |
| HSL | 221.17º | 0.56% | 0.52% | - |
| HSV(B) | 221.17º | 0.68% | 0.79% | - |
| XYZ | 17.91 | 15.82 | 57.37 | - |
| YUV | 104.86 | 182.25 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 201 | 0.68 | 0.47 | 0 | 0.21 | 221.17 | 0.56 | 0.52 |
| Hex | 40 | 6B | C9 | 44 | 2F | 0 | 15 | DD | 38 | 34 |
| Octal | 100 | 153 | 311 | 104 | 57 | 0 | 25 | 335 | 70 | 64 |
| Binary | 1000000 | 1101011 | 11001001 | 1000100 | 101111 | 0 | 10101 | 11011101 | 111000 | 110100 |
Color Harmonies of #406BC9
Complementary color
Monochromatic Colors of #406BC9
Black with #406BC9
Text Example
Text Example
White with #406BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BC9; }
p { color: rgb(64,107,201); }
H1.HeaderClassName
{
color: #406BC9;
}
.AnyTagClassName
{
color: #406BC9;
}
</style>
background-color css
<style>
a { background-color: #406BC9; }
a { background-color: rgb(64,107,201); }
div.DivClassName
{
background-color: #406BC9;
}
.BgClassName
{
background-color: #406BC9;
}
</style>
border-color css
<style>
span { border-color: #406BC9; }
span { border-color: rgb(64,107,201); }
td.TdClassName
{
border-color: #406BC9;
}
.TagClassName
{
border-color: #406BC9;
}
</style>