Shades of Blue #063FFE
Tints of Blue #063FFE
RGB
CMYK
RGB Variations
Color information
#063FFE (or 0x063FFE) is known color: Blue. HEX triplet: 06, 3F and FE. RGB value is (6,63,254). Sum of RGB (Red+Green+Blue) = 6+63+254=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #063FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FFE is #F9C001. Grayscale: #424242. Windows color (decimal): -16367618 or 16662278. OLE color: 16662278.
HSL color Cylindrical-coordinate representation of color #063FFE: hue angle of 226.21º 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 #063FFE is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 63 | 254 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.00 |
| HSL | 226.21º | 0.99% | 0.51% | - |
| HSV(B) | 226.21º | 0.98% | 1% | - |
| XYZ | 19.74 | 10.75 | 94.8 | - |
| YUV | 67.73 | 233.12 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 254 | 0.98 | 0.75 | 0 | 0.00 | 226.21 | 0.99 | 0.51 |
| Hex | 6 | 3F | FE | 62 | 4B | 0 | 0 | E2 | 63 | 33 |
| Octal | 6 | 77 | 376 | 142 | 113 | 0 | 0 | 342 | 143 | 63 |
| Binary | 110 | 111111 | 11111110 | 1100010 | 1001011 | 0 | 0 | 11100010 | 1100011 | 110011 |
Color Harmonies of #063FFE
Complementary color
Monochromatic Colors of #063FFE
Black with #063FFE
Text Example
Text Example
White with #063FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FFE; }
p { color: rgb(6,63,254); }
H1.HeaderClassName
{
color: #063FFE;
}
.AnyTagClassName
{
color: #063FFE;
}
</style>
background-color css
<style>
a { background-color: #063FFE; }
a { background-color: rgb(6,63,254); }
div.DivClassName
{
background-color: #063FFE;
}
.BgClassName
{
background-color: #063FFE;
}
</style>
border-color css
<style>
span { border-color: #063FFE; }
span { border-color: rgb(6,63,254); }
td.TdClassName
{
border-color: #063FFE;
}
.TagClassName
{
border-color: #063FFE;
}
</style>