Color Hex Logo

#061edb Color Hex

#061EDB
(6,30,219)
0 Favorites   0 Comments

Color spaces of #061edb

RGB 630219
HSL0.650.950.44
HSV233°97°86°
CMYK 0.970.860.00   0.14
XYZ13.32566.081767.4894
Yxy6.08170.15330.0700
Hunter Lab24.661153.2953-144.9946
CIE-Lab29.617763.1205-91.8740

#061edb color RGB value is (6,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 11011011
Octal 6 36 333
Decimal 6 30 219
Hex 6 1E DB

RGB Percentages of Color #061edb

%2.35
%11.76
%85.88

CMYK Percentages of Color #061edb

%97
%86
%0
%14

Triadic Colors of #061edb

#061edb #db061e #1edb06

Analogous Colors of #061edb

#061edb #5806db #0689db

Monochromatic Colors of #061edb

#061edb

Complementary Color

#061edb #dbc306

#061edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#061edb Color CSS Codes

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

#061edb Text Font Color

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

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


#061edb Background Color

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

This div background color is #061edb


#061edb Border Color

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

This div border color is #061edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061edb


Comments

No comments written yet.

Please login to write comment.