Shades of Blue #0601FA
Tints of Blue #0601FA
RGB
CMYK
RGB Variations
Color information
#0601FA (or 0x0601FA) is known color: Blue. HEX triplet: 06, 01 and FA. RGB value is (6,1,250). Sum of RGB (Red+Green+Blue) = 6+1+250=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 250 (98.05% from 255 or 97.28% from 257); Max value from RGB is 250 - color contains mainly: blue. Hex color #0601FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0601FA is #F9FE05. Grayscale: #1D1D1D. Windows color (decimal): -16383494 or 16384262. OLE color: 16384262.
HSL color Cylindrical-coordinate representation of color #0601FA: hue angle of 241.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0601FA is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 1 | 250 | - |
| CMYK | 0.98 | 1.00 | 0 | 0.02 |
| HSL | 241.2º | 0.99% | 0.49% | - |
| HSV(B) | 241.2º | 1% | 0.98% | - |
| XYZ | 17.34 | 6.96 | 90.87 | - |
| YUV | 30.88 | 251.66 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 250 | 0.98 | 1.00 | 0 | 0.02 | 241.2 | 0.99 | 0.49 |
| Hex | 6 | 1 | FA | 62 | 64 | 0 | 2 | F1 | 63 | 31 |
| Octal | 6 | 1 | 372 | 142 | 144 | 0 | 2 | 361 | 143 | 61 |
| Binary | 110 | 1 | 11111010 | 1100010 | 1100100 | 0 | 10 | 11110001 | 1100011 | 110001 |
Color Harmonies of #0601FA
Complementary color
Monochromatic Colors of #0601FA
Black with #0601FA
Text Example
Text Example
White with #0601FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0601FA; }
p { color: rgb(6,1,250); }
H1.HeaderClassName
{
color: #0601FA;
}
.AnyTagClassName
{
color: #0601FA;
}
</style>
background-color css
<style>
a { background-color: #0601FA; }
a { background-color: rgb(6,1,250); }
div.DivClassName
{
background-color: #0601FA;
}
.BgClassName
{
background-color: #0601FA;
}
</style>
border-color css
<style>
span { border-color: #0601FA; }
span { border-color: rgb(6,1,250); }
td.TdClassName
{
border-color: #0601FA;
}
.TagClassName
{
border-color: #0601FA;
}
</style>