Color Hex Logo

#061deb Color Hex

#061DEB
(6,29,235)
0 Favorites   0 Comments

Color spaces of #061deb

RGB 629235
HSL0.650.950.47
HSV234°97°92°
CMYK 0.970.880.00   0.08
XYZ15.50996.915679.1146
Yxy6.91560.15270.0681
Hunter Lab26.297559.2560-159.9623
CIE-Lab31.614067.9963-97.7093

#061deb color RGB value is (6,29,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011101 11101011
Octal 6 35 353
Decimal 6 29 235
Hex 6 1D EB

RGB Percentages of Color #061deb

%2.22
%10.74
%87.04

CMYK Percentages of Color #061deb

%97
%88
%0
%8

Triadic Colors of #061deb

#061deb #eb061d #1deb06

Analogous Colors of #061deb

#061deb #6106eb #0690eb

Monochromatic Colors of #061deb

#061deb

Complementary Color

#061deb #ebd406

#061deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#061deb Color CSS Codes

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

#061deb Text Font Color

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

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


#061deb Background Color

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

This div background color is #061deb


#061deb Border Color

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

This div border color is #061deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061deb


Comments

No comments written yet.

Please login to write comment.