Shades of Royal Blue #406ACF
Tints of Royal Blue #406ACF
RGB
CMYK
RGB Variations
Color information
#406ACF (or 0x406ACF) is known color: Royal Blue. HEX triplet: 40, 6A and CF. RGB value is (64,106,207). Sum of RGB (Red+Green+Blue) = 64+106+207=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #406ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ACF is #BF9530. Grayscale: #686868. Windows color (decimal): -12555569 or 13593152. OLE color: 13593152.
HSL color Cylindrical-coordinate representation of color #406ACF: hue angle of 222.38º 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 #406ACF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 106 | 207 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.19 |
| HSL | 222.38º | 0.6% | 0.53% | - |
| HSV(B) | 222.38º | 0.69% | 0.81% | - |
| XYZ | 18.53 | 15.9 | 61.12 | - |
| YUV | 104.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 207 | 0.69 | 0.49 | 0 | 0.19 | 222.38 | 0.6 | 0.53 |
| Hex | 40 | 6A | CF | 45 | 31 | 0 | 13 | DE | 3C | 35 |
| Octal | 100 | 152 | 317 | 105 | 61 | 0 | 23 | 336 | 74 | 65 |
| Binary | 1000000 | 1101010 | 11001111 | 1000101 | 110001 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #406ACF
Complementary color
Monochromatic Colors of #406ACF
Black with #406ACF
Text Example
Text Example
White with #406ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406ACF; }
p { color: rgb(64,106,207); }
H1.HeaderClassName
{
color: #406ACF;
}
.AnyTagClassName
{
color: #406ACF;
}
</style>
background-color css
<style>
a { background-color: #406ACF; }
a { background-color: rgb(64,106,207); }
div.DivClassName
{
background-color: #406ACF;
}
.BgClassName
{
background-color: #406ACF;
}
</style>
border-color css
<style>
span { border-color: #406ACF; }
span { border-color: rgb(64,106,207); }
td.TdClassName
{
border-color: #406ACF;
}
.TagClassName
{
border-color: #406ACF;
}
</style>