Shades of Blue #063CFF
Tints of Blue #063CFF
RGB
CMYK
RGB Variations
Color information
#063CFF (or 0x063CFF) is known color: Blue. HEX triplet: 06, 3C and FF. RGB value is (6,60,255). Sum of RGB (Red+Green+Blue) = 6+60+255=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #063CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CFF is #F9C300. Grayscale: #414141. Windows color (decimal): -16368385 or 16727046. OLE color: 16727046.
HSL color Cylindrical-coordinate representation of color #063CFF: hue angle of 226.99º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063CFF is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 60 | 255 | - |
| CMYK | 0.98 | 0.76 | 0 | 0 |
| HSL | 226.99º | 1% | 0.51% | - |
| HSV(B) | 226.99º | 0.98% | 1% | - |
| XYZ | 19.74 | 10.49 | 95.59 | - |
| YUV | 66.08 | 234.61 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 255 | 0.98 | 0.76 | 0 | 0 | 226.99 | 1 | 0.51 |
| Hex | 6 | 3C | FF | 62 | 4C | 0 | 0 | E3 | 64 | 33 |
| Octal | 6 | 74 | 377 | 142 | 114 | 0 | 0 | 343 | 144 | 63 |
| Binary | 110 | 111100 | 11111111 | 1100010 | 1001100 | 0 | 0 | 11100011 | 1100100 | 110011 |
Color Harmonies of #063CFF
Complementary color
Monochromatic Colors of #063CFF
Black with #063CFF
Text Example
Text Example
White with #063CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CFF; }
p { color: rgb(6,60,255); }
H1.HeaderClassName
{
color: #063CFF;
}
.AnyTagClassName
{
color: #063CFF;
}
</style>
background-color css
<style>
a { background-color: #063CFF; }
a { background-color: rgb(6,60,255); }
div.DivClassName
{
background-color: #063CFF;
}
.BgClassName
{
background-color: #063CFF;
}
</style>
border-color css
<style>
span { border-color: #063CFF; }
span { border-color: rgb(6,60,255); }
td.TdClassName
{
border-color: #063CFF;
}
.TagClassName
{
border-color: #063CFF;
}
</style>