Shades of Blue #0604FF
Tints of Blue #0604FF
RGB
CMYK
RGB Variations
Color information
#0604FF (or 0x0604FF) is known color: Blue. HEX triplet: 06, 04 and FF. RGB value is (6,4,255). Sum of RGB (Red+Green+Blue) = 6+4+255=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 255 (100% from 255 or 96.23% from 265); Max value from RGB is 255 - color contains mainly: blue. Hex color #0604FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0604FF is #F9FB00. Grayscale: #202020. Windows color (decimal): -16382721 or 16712710. OLE color: 16712710.
HSL color Cylindrical-coordinate representation of color #0604FF: hue angle of 240.48º 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 #0604FF is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 4 | 255 | - |
| CMYK | 0.98 | 0.98 | 0 | 0 |
| HSL | 240.48º | 1% | 0.51% | - |
| HSV(B) | 240.48º | 0.98% | 1% | - |
| XYZ | 18.17 | 7.35 | 95.07 | - |
| YUV | 33.21 | 253.16 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 255 | 0.98 | 0.98 | 0 | 0 | 240.48 | 1 | 0.51 |
| Hex | 6 | 4 | FF | 62 | 62 | 0 | 0 | F0 | 64 | 33 |
| Octal | 6 | 4 | 377 | 142 | 142 | 0 | 0 | 360 | 144 | 63 |
| Binary | 110 | 100 | 11111111 | 1100010 | 1100010 | 0 | 0 | 11110000 | 1100100 | 110011 |
Color Harmonies of #0604FF
Complementary color
Monochromatic Colors of #0604FF
Black with #0604FF
Text Example
Text Example
White with #0604FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0604FF; }
p { color: rgb(6,4,255); }
H1.HeaderClassName
{
color: #0604FF;
}
.AnyTagClassName
{
color: #0604FF;
}
</style>
background-color css
<style>
a { background-color: #0604FF; }
a { background-color: rgb(6,4,255); }
div.DivClassName
{
background-color: #0604FF;
}
.BgClassName
{
background-color: #0604FF;
}
</style>
border-color css
<style>
span { border-color: #0604FF; }
span { border-color: rgb(6,4,255); }
td.TdClassName
{
border-color: #0604FF;
}
.TagClassName
{
border-color: #0604FF;
}
</style>