Color Hex Logo

#0600fb Color Hex

#0600FB
(6,0,251)
0 Favorites   0 Comments

Color spaces of #0600fb

RGB 60251
HSL0.671.000.49
HSV241°100°98°
CMYK 0.981.000.00   0.02
XYZ17.48777.003891.6969
Yxy7.00380.15050.0603
Hunter Lab26.464771.6384-186.9073
CIE-Lab31.815678.2800-106.4287

#0600fb color RGB value is (6,0,251).

#0600fb hex color red value is 6, green value is 0 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0600fb hue: 0.67 , saturation: 1.00 and the lightness value of 0600fb is 0.49.

The process color (four color CMYK) of #0600fb color hex is 0.98, 1.00, 0.00, 0.02. Web safe color of #0600fb is #0000ff. Color #0600fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000000 11111011
Octal 6 0 373
Decimal 6 0 251
Hex 6 0 FB

RGB Percentages of Color #0600fb

%2.33
%0.00
%97.67

CMYK Percentages of Color #0600fb

%98
%100
%0
%2

Triadic Colors of #0600fb

#0600fb #fb0600 #00fb06

Analogous Colors of #0600fb

#0600fb #8400fb #0078fb

Monochromatic Colors of #0600fb

#0600fb

Complementary Color

#0600fb #f5fb00

#0600fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0600fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0600fb Color CSS Codes

.mybgcolor {background-color:#0600fb; } 
.myforecolor {color:#0600fb; }
.mybordercolor {border:3px solid #0600fb; }

#0600fb Text Font Color

<p style="color:#0600fb">Text here</p>

This sample text font color is #0600fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0600fb Background Color

<div style="background-color:#0600fb">
Div content here</div>

This div background color is #0600fb


#0600fb Border Color

<div style="border:3px solid #0600fb">
Div here</div>

This div border color is #0600fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,0,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0600fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0600fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0600fb;
  box-shadow:         1px 1px 3px 2px #0600fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,0,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0600fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0600fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0600fb;
  box-shadow:         1px 1px 3px 2px #0600fb;">
Div content here</div>

This div box has shadow with color #0600fb


Comments

No comments written yet.

Please login to write comment.