Color Hex Logo

#061bfb Color Hex

#061BFB
(6,27,251)
0 Favorites   0 Comments

Color spaces of #061bfb

RGB 627251
HSL0.650.970.50
HSV235°98°98°
CMYK 0.980.890.00   0.02
XYZ17.87967.787691.8276
Yxy7.78760.15220.0663
Hunter Lab27.906365.5293-175.5636
CIE-Lab33.536672.9706-103.5512

#061bfb color RGB value is (6,27,251).

#061bfb hex color red value is 6, green value is 27 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #061bfb hue: 0.65 , saturation: 0.97 and the lightness value of 061bfb is 0.50.

The process color (four color CMYK) of #061bfb color hex is 0.98, 0.89, 0.00, 0.02. Web safe color of #061bfb is #0033ff. Color #061bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011011 11111011
Octal 6 33 373
Decimal 6 27 251
Hex 6 1B FB

RGB Percentages of Color #061bfb

%2.11
%9.51
%88.38

CMYK Percentages of Color #061bfb

%98
%89
%0
%2

Triadic Colors of #061bfb

#061bfb #fb061b #1bfb06

Analogous Colors of #061bfb

#061bfb #6c06fb #0696fb

Monochromatic Colors of #061bfb

#061bfb

Complementary Color

#061bfb #fbe606

#061bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#061bfb Color CSS Codes

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

#061bfb Text Font Color

<p style="color:#061bfb">Text here</p>

This sample text font color is #061bfb
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.


#061bfb Background Color

<div style="background-color:#061bfb">
Div content here</div>

This div background color is #061bfb


#061bfb Border Color

<div style="border:3px solid #061bfb">
Div here</div>

This div border color is #061bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,27,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 #061bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061bfb


Comments

No comments written yet.

Please login to write comment.