#0604FF

Color #0604FF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0604FF

Tints of Blue #0604FF

Color information

#0604FF (or 0x0604FF) is unknown color: approx 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

RGB64255-
CMYK0.980.9800
HSL240.48º100%50.78%-
HSV(B)240.48º98.43%100%-
XYZ18.177.3595.07-
YUV33.21253.16108.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 255 (100% from 255) = 96.23%
R=2.26%
G=1.51%
B=96.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642550.980.9800240.4810050.78
Hex64FF626200f06433
Octal643771421420036014463
Binary110100111111111100010110001000111100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0604FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>