Color Hex Logo

#0613be Color Hex

#0613BE
(6,19,190)
0 Favorites   0 Comments

Color spaces of #0613be

RGB 619190
HSL0.650.940.38
HSV236°97°75°
CMYK 0.970.900.00   0.25
XYZ9.60224.222249.0241
Yxy4.22220.15280.0672
Hunter Lab20.548047.4551-127.0725
CIE-Lab24.392858.7633-83.6470

#0613be color RGB value is (6,19,190).

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

The process color (four color CMYK) of #0613be color hex is 0.97, 0.90, 0.00, 0.25. Web safe color of #0613be is #0000cc. Color #0613be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010011 10111110
Octal 6 23 276
Decimal 6 19 190
Hex 6 13 BE

RGB Percentages of Color #0613be

%2.79
%8.84
%88.37

CMYK Percentages of Color #0613be

%97
%90
%0
%25

Triadic Colors of #0613be

#0613be #be0613 #13be06

Analogous Colors of #0613be

#0613be #5506be #066fbe

Monochromatic Colors of #0613be

#0613be

Complementary Color

#0613be #beb106

#0613be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0613be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0613be Color CSS Codes

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

#0613be Text Font Color

<p style="color:#0613be">Text here</p>

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


#0613be Background Color

<div style="background-color:#0613be">
Div content here</div>

This div background color is #0613be


#0613be Border Color

<div style="border:3px solid #0613be">
Div here</div>

This div border color is #0613be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,19,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0613be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0613be;
  -webkit-box-shadow: 1px 1px 3px 2px #0613be;
  box-shadow:         1px 1px 3px 2px #0613be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0613be


Comments

No comments written yet.

Please login to write comment.