Shades of Royal Blue #406CDE
Tints of Royal Blue #406CDE
RGB
CMYK
RGB Variations
Color information
#406CDE (or 0x406CDE) is known color: Royal Blue. HEX triplet: 40, 6C and DE. RGB value is (64,108,222). Sum of RGB (Red+Green+Blue) = 64+108+222=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #406CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CDE is #BF9321. Grayscale: #6B6B6B. Windows color (decimal): -12555042 or 14576704. OLE color: 14576704.
HSL color Cylindrical-coordinate representation of color #406CDE: hue angle of 223.29º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406CDE is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 108 | 222 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.13 |
| HSL | 223.29º | 0.71% | 0.56% | - |
| HSV(B) | 223.29º | 0.71% | 0.87% | - |
| XYZ | 20.66 | 17.09 | 71.32 | - |
| YUV | 107.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 222 | 0.71 | 0.51 | 0 | 0.13 | 223.29 | 0.71 | 0.56 |
| Hex | 40 | 6C | DE | 47 | 33 | 0 | D | DF | 47 | 38 |
| Octal | 100 | 154 | 336 | 107 | 63 | 0 | 15 | 337 | 107 | 70 |
| Binary | 1000000 | 1101100 | 11011110 | 1000111 | 110011 | 0 | 1101 | 11011111 | 1000111 | 111000 |
Color Harmonies of #406CDE
Complementary color
Monochromatic Colors of #406CDE
Black with #406CDE
Text Example
Text Example
White with #406CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CDE; }
p { color: rgb(64,108,222); }
H1.HeaderClassName
{
color: #406CDE;
}
.AnyTagClassName
{
color: #406CDE;
}
</style>
background-color css
<style>
a { background-color: #406CDE; }
a { background-color: rgb(64,108,222); }
div.DivClassName
{
background-color: #406CDE;
}
.BgClassName
{
background-color: #406CDE;
}
</style>
border-color css
<style>
span { border-color: #406CDE; }
span { border-color: rgb(64,108,222); }
td.TdClassName
{
border-color: #406CDE;
}
.TagClassName
{
border-color: #406CDE;
}
</style>