Shades of Blue #0631FC
Tints of Blue #0631FC
RGB
CMYK
RGB Variations
Color information
#0631FC (or 0x0631FC) is known color: Blue. HEX triplet: 06, 31 and FC. RGB value is (6,49,252). Sum of RGB (Red+Green+Blue) = 6+49+252=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 252 (98.83% from 255 or 82.08% from 307); Max value from RGB is 252 - color contains mainly: blue. Hex color #0631FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0631FC is #F9CE03. Grayscale: #3A3A3A. Windows color (decimal): -16371204 or 16527622. OLE color: 16527622.
HSL color Cylindrical-coordinate representation of color #0631FC: hue angle of 229.51º 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 #0631FC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 49 | 252 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.01 |
| HSL | 229.51º | 0.98% | 0.51% | - |
| HSV(B) | 229.51º | 0.98% | 0.99% | - |
| XYZ | 18.74 | 9.26 | 92.9 | - |
| YUV | 59.29 | 236.75 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 252 | 0.98 | 0.81 | 0 | 0.01 | 229.51 | 0.98 | 0.51 |
| Hex | 6 | 31 | FC | 62 | 51 | 0 | 1 | E6 | 62 | 33 |
| Octal | 6 | 61 | 374 | 142 | 121 | 0 | 1 | 346 | 142 | 63 |
| Binary | 110 | 110001 | 11111100 | 1100010 | 1010001 | 0 | 1 | 11100110 | 1100010 | 110011 |
Color Harmonies of #0631FC
Complementary color
Monochromatic Colors of #0631FC
Black with #0631FC
Text Example
Text Example
White with #0631FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0631FC; }
p { color: rgb(6,49,252); }
H1.HeaderClassName
{
color: #0631FC;
}
.AnyTagClassName
{
color: #0631FC;
}
</style>
background-color css
<style>
a { background-color: #0631FC; }
a { background-color: rgb(6,49,252); }
div.DivClassName
{
background-color: #0631FC;
}
.BgClassName
{
background-color: #0631FC;
}
</style>
border-color css
<style>
span { border-color: #0631FC; }
span { border-color: rgb(6,49,252); }
td.TdClassName
{
border-color: #0631FC;
}
.TagClassName
{
border-color: #0631FC;
}
</style>