Shades of Royal Blue #406CC9
Tints of Royal Blue #406CC9
RGB
CMYK
RGB Variations
Color information
#406CC9 (or 0x406CC9) is known color: Royal Blue. HEX triplet: 40, 6C and C9. RGB value is (64,108,201). Sum of RGB (Red+Green+Blue) = 64+108+201=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #406CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CC9 is #BF9336. Grayscale: #696969. Windows color (decimal): -12555063 or 13200448. OLE color: 13200448.
HSL color Cylindrical-coordinate representation of color #406CC9: hue angle of 220.73º 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 #406CC9 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 108 | 201 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.21 |
| HSL | 220.73º | 0.56% | 0.52% | - |
| HSV(B) | 220.73º | 0.68% | 0.79% | - |
| XYZ | 18.02 | 16.03 | 57.4 | - |
| YUV | 105.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 201 | 0.68 | 0.46 | 0 | 0.21 | 220.73 | 0.56 | 0.52 |
| Hex | 40 | 6C | C9 | 44 | 2E | 0 | 15 | DD | 38 | 34 |
| Octal | 100 | 154 | 311 | 104 | 56 | 0 | 25 | 335 | 70 | 64 |
| Binary | 1000000 | 1101100 | 11001001 | 1000100 | 101110 | 0 | 10101 | 11011101 | 111000 | 110100 |
Color Harmonies of #406CC9
Complementary color
Monochromatic Colors of #406CC9
Black with #406CC9
Text Example
Text Example
White with #406CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CC9; }
p { color: rgb(64,108,201); }
H1.HeaderClassName
{
color: #406CC9;
}
.AnyTagClassName
{
color: #406CC9;
}
</style>
background-color css
<style>
a { background-color: #406CC9; }
a { background-color: rgb(64,108,201); }
div.DivClassName
{
background-color: #406CC9;
}
.BgClassName
{
background-color: #406CC9;
}
</style>
border-color css
<style>
span { border-color: #406CC9; }
span { border-color: rgb(64,108,201); }
td.TdClassName
{
border-color: #406CC9;
}
.TagClassName
{
border-color: #406CC9;
}
</style>