Color Hex Logo

#061bcb Color Hex

#061BCB
(6,27,203)
0 Favorites   0 Comments

Color spaces of #061bcb

RGB 627203
HSL0.650.940.41
HSV234°97°80°
CMYK 0.970.870.00   0.20
XYZ11.24655.134456.8982
Yxy5.13440.15350.0701
Hunter Lab22.659248.9417-133.0181
CIE-Lab27.114359.6314-86.7578

#061bcb color RGB value is (6,27,203).

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

The process color (four color CMYK) of #061bcb color hex is 0.97, 0.87, 0.00, 0.20. Web safe color of #061bcb is #0033cc. Color #061bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011011 11001011
Octal 6 33 313
Decimal 6 27 203
Hex 6 1B CB

RGB Percentages of Color #061bcb

%2.54
%11.44
%86.02

CMYK Percentages of Color #061bcb

%97
%87
%0
%20

Triadic Colors of #061bcb

#061bcb #cb061b #1bcb06

Analogous Colors of #061bcb

#061bcb #5406cb #067ecb

Monochromatic Colors of #061bcb

#061bcb

Complementary Color

#061bcb #cbb606

#061bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#061bcb Color CSS Codes

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

#061bcb Text Font Color

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

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


#061bcb Background Color

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

This div background color is #061bcb


#061bcb Border Color

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

This div border color is #061bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061bcb


Comments

No comments written yet.

Please login to write comment.