Shades of Blue #063AF6
Tints of Blue #063AF6
RGB
CMYK
RGB Variations
Color information
#063AF6 (or 0x063AF6) is known color: Blue. HEX triplet: 06, 3A and F6. RGB value is (6,58,246). Sum of RGB (Red+Green+Blue) = 6+58+246=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 246 (96.48% from 255 or 79.35% from 310); Max value from RGB is 246 - color contains mainly: blue. Hex color #063AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063AF6 is #F9C509. Grayscale: #3F3F3F. Windows color (decimal): -16368906 or 16136710. OLE color: 16136710.
HSL color Cylindrical-coordinate representation of color #063AF6: hue angle of 227º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063AF6 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 58 | 246 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.04 |
| HSL | 227º | 0.95% | 0.49% | - |
| HSV(B) | 227º | 0.98% | 0.96% | - |
| XYZ | 18.22 | 9.72 | 88.1 | - |
| YUV | 63.88 | 230.77 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 246 | 0.98 | 0.76 | 0 | 0.04 | 227 | 0.95 | 0.49 |
| Hex | 6 | 3A | F6 | 62 | 4C | 0 | 4 | E3 | 5F | 31 |
| Octal | 6 | 72 | 366 | 142 | 114 | 0 | 4 | 343 | 137 | 61 |
| Binary | 110 | 111010 | 11110110 | 1100010 | 1001100 | 0 | 100 | 11100011 | 1011111 | 110001 |
Color Harmonies of #063AF6
Complementary color
Monochromatic Colors of #063AF6
Black with #063AF6
Text Example
Text Example
White with #063AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063AF6; }
p { color: rgb(6,58,246); }
H1.HeaderClassName
{
color: #063AF6;
}
.AnyTagClassName
{
color: #063AF6;
}
</style>
background-color css
<style>
a { background-color: #063AF6; }
a { background-color: rgb(6,58,246); }
div.DivClassName
{
background-color: #063AF6;
}
.BgClassName
{
background-color: #063AF6;
}
</style>
border-color css
<style>
span { border-color: #063AF6; }
span { border-color: rgb(6,58,246); }
td.TdClassName
{
border-color: #063AF6;
}
.TagClassName
{
border-color: #063AF6;
}
</style>