Color Hex Logo

#061cbb Color Hex

#061CBB
(6,28,187)
0 Favorites   0 Comments

Color spaces of #061cbb

RGB 628187
HSL0.650.940.38
HSV233°97°73°
CMYK 0.970.850.00   0.27
XYZ9.46004.457147.3754
Yxy4.45710.15430.0727
Hunter Lab21.111843.0383-118.2696
CIE-Lab25.128454.4373-80.6407

#061cbb color RGB value is (6,28,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011100 10111011
Octal 6 34 273
Decimal 6 28 187
Hex 6 1C BB

RGB Percentages of Color #061cbb

%2.71
%12.67
%84.62

CMYK Percentages of Color #061cbb

%97
%85
%0
%27

Triadic Colors of #061cbb

#061cbb #bb061c #1cbb06

Analogous Colors of #061cbb

#061cbb #4a06bb #0677bb

Monochromatic Colors of #061cbb

#061cbb

Complementary Color

#061cbb #bba506

#061cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#061cbb Color CSS Codes

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

#061cbb Text Font Color

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

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


#061cbb Background Color

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

This div background color is #061cbb


#061cbb Border Color

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

This div border color is #061cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061cbb


Comments

No comments written yet.

Please login to write comment.