Shades of Royal Blue #3F6AF6
Tints of Royal Blue #3F6AF6
RGB
CMYK
RGB Variations
Color information
#3F6AF6 (or 0x3F6AF6) is known color: Royal Blue. HEX triplet: 3F, 6A and F6. RGB value is (63,106,246). Sum of RGB (Red+Green+Blue) = 63+106+246=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F6AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6AF6 is #C09509. Grayscale: #6C6C6C. Windows color (decimal): -12621066 or 16149055. OLE color: 16149055.
HSL color Cylindrical-coordinate representation of color #3F6AF6: hue angle of 225.9º 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 #3F6AF6 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 106 | 246 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.04 |
| HSL | 225.9º | 0.91% | 0.61% | - |
| HSV(B) | 225.9º | 0.74% | 0.96% | - |
| XYZ | 23.84 | 18.02 | 89.41 | - |
| YUV | 109.1 | 205.25 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 106 | 246 | 0.74 | 0.57 | 0 | 0.04 | 225.9 | 0.91 | 0.61 |
| Hex | 3F | 6A | F6 | 4A | 39 | 0 | 4 | E2 | 5B | 3D |
| Octal | 77 | 152 | 366 | 112 | 71 | 0 | 4 | 342 | 133 | 75 |
| Binary | 111111 | 1101010 | 11110110 | 1001010 | 111001 | 0 | 100 | 11100010 | 1011011 | 111101 |
Color Harmonies of #3F6AF6
Complementary color
Monochromatic Colors of #3F6AF6
Black with #3F6AF6
Text Example
Text Example
White with #3F6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6AF6; }
p { color: rgb(63,106,246); }
H1.HeaderClassName
{
color: #3F6AF6;
}
.AnyTagClassName
{
color: #3F6AF6;
}
</style>
background-color css
<style>
a { background-color: #3F6AF6; }
a { background-color: rgb(63,106,246); }
div.DivClassName
{
background-color: #3F6AF6;
}
.BgClassName
{
background-color: #3F6AF6;
}
</style>
border-color css
<style>
span { border-color: #3F6AF6; }
span { border-color: rgb(63,106,246); }
td.TdClassName
{
border-color: #3F6AF6;
}
.TagClassName
{
border-color: #3F6AF6;
}
</style>