Shades of Royal Blue #416FF6
Tints of Royal Blue #416FF6
RGB
CMYK
RGB Variations
Color information
#416FF6 (or 0x416FF6) is known color: Royal Blue. HEX triplet: 41, 6F and F6. RGB value is (65,111,246). Sum of RGB (Red+Green+Blue) = 65+111+246=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #416FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FF6 is #BE9009. Grayscale: #707070. Windows color (decimal): -12488714 or 16150337. OLE color: 16150337.
HSL color Cylindrical-coordinate representation of color #416FF6: hue angle of 224.75º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416FF6 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 111 | 246 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.04 |
| HSL | 224.75º | 0.91% | 0.61% | - |
| HSV(B) | 224.75º | 0.74% | 0.96% | - |
| XYZ | 24.5 | 19.15 | 89.59 | - |
| YUV | 112.64 | 203.26 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 246 | 0.74 | 0.55 | 0 | 0.04 | 224.75 | 0.91 | 0.61 |
| Hex | 41 | 6F | F6 | 4A | 37 | 0 | 4 | E1 | 5B | 3D |
| Octal | 101 | 157 | 366 | 112 | 67 | 0 | 4 | 341 | 133 | 75 |
| Binary | 1000001 | 1101111 | 11110110 | 1001010 | 110111 | 0 | 100 | 11100001 | 1011011 | 111101 |
Color Harmonies of #416FF6
Complementary color
Monochromatic Colors of #416FF6
Black with #416FF6
Text Example
Text Example
White with #416FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FF6; }
p { color: rgb(65,111,246); }
H1.HeaderClassName
{
color: #416FF6;
}
.AnyTagClassName
{
color: #416FF6;
}
</style>
background-color css
<style>
a { background-color: #416FF6; }
a { background-color: rgb(65,111,246); }
div.DivClassName
{
background-color: #416FF6;
}
.BgClassName
{
background-color: #416FF6;
}
</style>
border-color css
<style>
span { border-color: #416FF6; }
span { border-color: rgb(65,111,246); }
td.TdClassName
{
border-color: #416FF6;
}
.TagClassName
{
border-color: #416FF6;
}
</style>