Shades of Royal Blue #406BCE
Tints of Royal Blue #406BCE
RGB
CMYK
RGB Variations
Color information
#406BCE (or 0x406BCE) is known color: Royal Blue. HEX triplet: 40, 6B and CE. RGB value is (64,107,206). Sum of RGB (Red+Green+Blue) = 64+107+206=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #406BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BCE is #BF9431. Grayscale: #686868. Windows color (decimal): -12555314 or 13527872. OLE color: 13527872.
HSL color Cylindrical-coordinate representation of color #406BCE: hue angle of 221.83º degrees, saturation: 0.59, 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 #406BCE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 107 | 206 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.19 |
| HSL | 221.83º | 0.59% | 0.53% | - |
| HSV(B) | 221.83º | 0.69% | 0.81% | - |
| XYZ | 18.51 | 16.06 | 60.52 | - |
| YUV | 105.43 | 184.75 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 206 | 0.69 | 0.48 | 0 | 0.19 | 221.83 | 0.59 | 0.53 |
| Hex | 40 | 6B | CE | 45 | 30 | 0 | 13 | DE | 3B | 35 |
| Octal | 100 | 153 | 316 | 105 | 60 | 0 | 23 | 336 | 73 | 65 |
| Binary | 1000000 | 1101011 | 11001110 | 1000101 | 110000 | 0 | 10011 | 11011110 | 111011 | 110101 |
Color Harmonies of #406BCE
Complementary color
Monochromatic Colors of #406BCE
Black with #406BCE
Text Example
Text Example
White with #406BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BCE; }
p { color: rgb(64,107,206); }
H1.HeaderClassName
{
color: #406BCE;
}
.AnyTagClassName
{
color: #406BCE;
}
</style>
background-color css
<style>
a { background-color: #406BCE; }
a { background-color: rgb(64,107,206); }
div.DivClassName
{
background-color: #406BCE;
}
.BgClassName
{
background-color: #406BCE;
}
</style>
border-color css
<style>
span { border-color: #406BCE; }
span { border-color: rgb(64,107,206); }
td.TdClassName
{
border-color: #406BCE;
}
.TagClassName
{
border-color: #406BCE;
}
</style>