Shades of Blue #063BFC
Tints of Blue #063BFC
RGB
CMYK
RGB Variations
Color information
#063BFC (or 0x063BFC) is known color: Blue. HEX triplet: 06, 3B and FC. RGB value is (6,59,252). Sum of RGB (Red+Green+Blue) = 6+59+252=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #063BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BFC is #F9C403. Grayscale: #404040. Windows color (decimal): -16368644 or 16530182. OLE color: 16530182.
HSL color Cylindrical-coordinate representation of color #063BFC: hue angle of 227.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063BFC is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 59 | 252 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.01 |
| HSL | 227.07º | 0.98% | 0.51% | - |
| HSV(B) | 227.07º | 0.98% | 0.99% | - |
| XYZ | 19.21 | 10.19 | 93.05 | - |
| YUV | 65.16 | 233.44 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 252 | 0.98 | 0.77 | 0 | 0.01 | 227.07 | 0.98 | 0.51 |
| Hex | 6 | 3B | FC | 62 | 4D | 0 | 1 | E3 | 62 | 33 |
| Octal | 6 | 73 | 374 | 142 | 115 | 0 | 1 | 343 | 142 | 63 |
| Binary | 110 | 111011 | 11111100 | 1100010 | 1001101 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #063BFC
Complementary color
Monochromatic Colors of #063BFC
Black with #063BFC
Text Example
Text Example
White with #063BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BFC; }
p { color: rgb(6,59,252); }
H1.HeaderClassName
{
color: #063BFC;
}
.AnyTagClassName
{
color: #063BFC;
}
</style>
background-color css
<style>
a { background-color: #063BFC; }
a { background-color: rgb(6,59,252); }
div.DivClassName
{
background-color: #063BFC;
}
.BgClassName
{
background-color: #063BFC;
}
</style>
border-color css
<style>
span { border-color: #063BFC; }
span { border-color: rgb(6,59,252); }
td.TdClassName
{
border-color: #063BFC;
}
.TagClassName
{
border-color: #063BFC;
}
</style>