Shades of Royal Blue #406FC6
Tints of Royal Blue #406FC6
RGB
CMYK
RGB Variations
Color information
#406FC6 (or 0x406FC6) is known color: Royal Blue. HEX triplet: 40, 6F and C6. RGB value is (64,111,198). Sum of RGB (Red+Green+Blue) = 64+111+198=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #406FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FC6 is #BF9039. Grayscale: #6A6A6A. Windows color (decimal): -12554298 or 13004608. OLE color: 13004608.
HSL color Cylindrical-coordinate representation of color #406FC6: hue angle of 218.96º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406FC6 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 111 | 198 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.22 |
| HSL | 218.96º | 0.54% | 0.51% | - |
| HSV(B) | 218.96º | 0.68% | 0.78% | - |
| XYZ | 17.99 | 16.54 | 55.67 | - |
| YUV | 106.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 198 | 0.68 | 0.44 | 0 | 0.22 | 218.96 | 0.54 | 0.51 |
| Hex | 40 | 6F | C6 | 44 | 2C | 0 | 16 | DB | 36 | 33 |
| Octal | 100 | 157 | 306 | 104 | 54 | 0 | 26 | 333 | 66 | 63 |
| Binary | 1000000 | 1101111 | 11000110 | 1000100 | 101100 | 0 | 10110 | 11011011 | 110110 | 110011 |
Color Harmonies of #406FC6
Complementary color
Monochromatic Colors of #406FC6
Black with #406FC6
Text Example
Text Example
White with #406FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FC6; }
p { color: rgb(64,111,198); }
H1.HeaderClassName
{
color: #406FC6;
}
.AnyTagClassName
{
color: #406FC6;
}
</style>
background-color css
<style>
a { background-color: #406FC6; }
a { background-color: rgb(64,111,198); }
div.DivClassName
{
background-color: #406FC6;
}
.BgClassName
{
background-color: #406FC6;
}
</style>
border-color css
<style>
span { border-color: #406FC6; }
span { border-color: rgb(64,111,198); }
td.TdClassName
{
border-color: #406FC6;
}
.TagClassName
{
border-color: #406FC6;
}
</style>