Shades of Royal Blue #406CCF
Tints of Royal Blue #406CCF
RGB
CMYK
RGB Variations
Color information
#406CCF (or 0x406CCF) is known color: Royal Blue. HEX triplet: 40, 6C and CF. RGB value is (64,108,207). Sum of RGB (Red+Green+Blue) = 64+108+207=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #406CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CCF is #BF9330. Grayscale: #696969. Windows color (decimal): -12555057 or 13593664. OLE color: 13593664.
HSL color Cylindrical-coordinate representation of color #406CCF: hue angle of 221.54º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406CCF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 108 | 207 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.19 |
| HSL | 221.54º | 0.6% | 0.53% | - |
| HSV(B) | 221.54º | 0.69% | 0.81% | - |
| XYZ | 18.74 | 16.32 | 61.19 | - |
| YUV | 106.13 | 184.92 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 207 | 0.69 | 0.48 | 0 | 0.19 | 221.54 | 0.6 | 0.53 |
| Hex | 40 | 6C | CF | 45 | 30 | 0 | 13 | DE | 3C | 35 |
| Octal | 100 | 154 | 317 | 105 | 60 | 0 | 23 | 336 | 74 | 65 |
| Binary | 1000000 | 1101100 | 11001111 | 1000101 | 110000 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #406CCF
Complementary color
Monochromatic Colors of #406CCF
Black with #406CCF
Text Example
Text Example
White with #406CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CCF; }
p { color: rgb(64,108,207); }
H1.HeaderClassName
{
color: #406CCF;
}
.AnyTagClassName
{
color: #406CCF;
}
</style>
background-color css
<style>
a { background-color: #406CCF; }
a { background-color: rgb(64,108,207); }
div.DivClassName
{
background-color: #406CCF;
}
.BgClassName
{
background-color: #406CCF;
}
</style>
border-color css
<style>
span { border-color: #406CCF; }
span { border-color: rgb(64,108,207); }
td.TdClassName
{
border-color: #406CCF;
}
.TagClassName
{
border-color: #406CCF;
}
</style>