Color Hex Logo

#061bda Color Hex

#061BDA
(6,27,218)
0 Favorites   0 Comments

Color spaces of #061bda

RGB 627218
HSL0.650.950.44
HSV234°97°85°
CMYK 0.970.880.00   0.15
XYZ13.12195.884566.7739
Yxy5.88450.15300.0686
Hunter Lab24.258054.1047-146.2244
CIE-Lab29.119263.9388-92.1287

#061bda color RGB value is (6,27,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011011 11011010
Octal 6 33 332
Decimal 6 27 218
Hex 6 1B DA

RGB Percentages of Color #061bda

%2.39
%10.76
%86.85

CMYK Percentages of Color #061bda

%97
%88
%0
%15

Triadic Colors of #061bda

#061bda #da061b #1bda06

Analogous Colors of #061bda

#061bda #5b06da #0685da

Monochromatic Colors of #061bda

#061bda

Complementary Color

#061bda #dac506

#061bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#061bda Color CSS Codes

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

#061bda Text Font Color

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

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


#061bda Background Color

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

This div background color is #061bda


#061bda Border Color

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

This div border color is #061bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061bda


Comments

No comments written yet.

Please login to write comment.