Shades of Royal Blue #406BCC
Tints of Royal Blue #406BCC
RGB
CMYK
RGB Variations
Color information
#406BCC (or 0x406BCC) is known color: Royal Blue. HEX triplet: 40, 6B and CC. RGB value is (64,107,204). Sum of RGB (Red+Green+Blue) = 64+107+204=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #406BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BCC is #BF9433. Grayscale: #686868. Windows color (decimal): -12555316 or 13396800. OLE color: 13396800.
HSL color Cylindrical-coordinate representation of color #406BCC: hue angle of 221.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406BCC is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 107 | 204 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.2 |
| HSL | 221.57º | 0.58% | 0.53% | - |
| HSV(B) | 221.57º | 0.69% | 0.8% | - |
| XYZ | 18.27 | 15.97 | 59.25 | - |
| YUV | 105.2 | 183.75 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 204 | 0.69 | 0.48 | 0 | 0.2 | 221.57 | 0.58 | 0.53 |
| Hex | 40 | 6B | CC | 45 | 30 | 0 | 14 | DE | 3A | 35 |
| Octal | 100 | 153 | 314 | 105 | 60 | 0 | 24 | 336 | 72 | 65 |
| Binary | 1000000 | 1101011 | 11001100 | 1000101 | 110000 | 0 | 10100 | 11011110 | 111010 | 110101 |
Color Harmonies of #406BCC
Complementary color
Monochromatic Colors of #406BCC
Black with #406BCC
Text Example
Text Example
White with #406BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BCC; }
p { color: rgb(64,107,204); }
H1.HeaderClassName
{
color: #406BCC;
}
.AnyTagClassName
{
color: #406BCC;
}
</style>
background-color css
<style>
a { background-color: #406BCC; }
a { background-color: rgb(64,107,204); }
div.DivClassName
{
background-color: #406BCC;
}
.BgClassName
{
background-color: #406BCC;
}
</style>
border-color css
<style>
span { border-color: #406BCC; }
span { border-color: rgb(64,107,204); }
td.TdClassName
{
border-color: #406BCC;
}
.TagClassName
{
border-color: #406BCC;
}
</style>