Shades of Blue #0601FF
Tints of Blue #0601FF
RGB
CMYK
RGB Variations
Color information
#0601FF (or 0x0601FF) is known color: Blue. HEX triplet: 06, 01 and FF. RGB value is (6,1,255). Sum of RGB (Red+Green+Blue) = 6+1+255=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 255 (100% from 255 or 97.33% from 262); Max value from RGB is 255 - color contains mainly: blue. Hex color #0601FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0601FF is #F9FE00. Grayscale: #1E1E1E. Windows color (decimal): -16383489 or 16711942. OLE color: 16711942.
HSL color Cylindrical-coordinate representation of color #0601FF: hue angle of 241.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0601FF is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 1 | 255 | - |
| CMYK | 0.98 | 1.00 | 0 | 0 |
| HSL | 241.18º | 1% | 0.5% | - |
| HSV(B) | 241.18º | 1% | 1% | - |
| XYZ | 18.14 | 7.28 | 95.06 | - |
| YUV | 31.45 | 254.16 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 255 | 0.98 | 1.00 | 0 | 0 | 241.18 | 1 | 0.5 |
| Hex | 6 | 1 | FF | 62 | 64 | 0 | 0 | F1 | 64 | 32 |
| Octal | 6 | 1 | 377 | 142 | 144 | 0 | 0 | 361 | 144 | 62 |
| Binary | 110 | 1 | 11111111 | 1100010 | 1100100 | 0 | 0 | 11110001 | 1100100 | 110010 |
Color Harmonies of #0601FF
Complementary color
Monochromatic Colors of #0601FF
Black with #0601FF
Text Example
Text Example
White with #0601FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0601FF; }
p { color: rgb(6,1,255); }
H1.HeaderClassName
{
color: #0601FF;
}
.AnyTagClassName
{
color: #0601FF;
}
</style>
background-color css
<style>
a { background-color: #0601FF; }
a { background-color: rgb(6,1,255); }
div.DivClassName
{
background-color: #0601FF;
}
.BgClassName
{
background-color: #0601FF;
}
</style>
border-color css
<style>
span { border-color: #0601FF; }
span { border-color: rgb(6,1,255); }
td.TdClassName
{
border-color: #0601FF;
}
.TagClassName
{
border-color: #0601FF;
}
</style>