Shades of Blue #063AFE
Tints of Blue #063AFE
RGB
CMYK
RGB Variations
Color information
#063AFE (or 0x063AFE) is known color: Blue. HEX triplet: 06, 3A and FE. RGB value is (6,58,254). Sum of RGB (Red+Green+Blue) = 6+58+254=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #063AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063AFE is #F9C501. Grayscale: #3F3F3F. Windows color (decimal): -16368898 or 16660998. OLE color: 16660998.
HSL color Cylindrical-coordinate representation of color #063AFE: hue angle of 227.42º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063AFE is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 58 | 254 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.00 |
| HSL | 227.42º | 0.99% | 0.51% | - |
| HSV(B) | 227.42º | 0.98% | 1% | - |
| XYZ | 19.48 | 10.22 | 94.71 | - |
| YUV | 64.8 | 234.77 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 254 | 0.98 | 0.77 | 0 | 0.00 | 227.42 | 0.99 | 0.51 |
| Hex | 6 | 3A | FE | 62 | 4D | 0 | 0 | E3 | 63 | 33 |
| Octal | 6 | 72 | 376 | 142 | 115 | 0 | 0 | 343 | 143 | 63 |
| Binary | 110 | 111010 | 11111110 | 1100010 | 1001101 | 0 | 0 | 11100011 | 1100011 | 110011 |
Color Harmonies of #063AFE
Complementary color
Monochromatic Colors of #063AFE
Black with #063AFE
Text Example
Text Example
White with #063AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063AFE; }
p { color: rgb(6,58,254); }
H1.HeaderClassName
{
color: #063AFE;
}
.AnyTagClassName
{
color: #063AFE;
}
</style>
background-color css
<style>
a { background-color: #063AFE; }
a { background-color: rgb(6,58,254); }
div.DivClassName
{
background-color: #063AFE;
}
.BgClassName
{
background-color: #063AFE;
}
</style>
border-color css
<style>
span { border-color: #063AFE; }
span { border-color: rgb(6,58,254); }
td.TdClassName
{
border-color: #063AFE;
}
.TagClassName
{
border-color: #063AFE;
}
</style>