Color Hex Logo

#0613cf Color Hex

#0613CF
(6,19,207)
0 Favorites   0 Comments

Color spaces of #0613cf

RGB 619207
HSL0.660.940.42
HSV236°97°81°
CMYK 0.970.910.00   0.19
XYZ11.57055.009559.3886
Yxy5.00950.15230.0659
Hunter Lab22.381953.1086-141.6539
CIE-Lab26.761863.4856-89.6824

#0613cf color RGB value is (6,19,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010011 11001111
Octal 6 23 317
Decimal 6 19 207
Hex 6 13 CF

RGB Percentages of Color #0613cf

%2.59
%8.19
%89.22

CMYK Percentages of Color #0613cf

%97
%91
%0
%19

Triadic Colors of #0613cf

#0613cf #cf0613 #13cf06

Analogous Colors of #0613cf

#0613cf #5d06cf #0678cf

Monochromatic Colors of #0613cf

#0613cf

Complementary Color

#0613cf #cfc206

#0613cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0613cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0613cf Color CSS Codes

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

#0613cf Text Font Color

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

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


#0613cf Background Color

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

This div background color is #0613cf


#0613cf Border Color

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

This div border color is #0613cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0613cf


Comments

No comments written yet.

Please login to write comment.