Color Hex Logo

#0614db Color Hex

#0614DB
(6,20,219)
0 Favorites   0 Comments

Color spaces of #0614db

RGB 620219
HSL0.660.950.44
HSV236°97°86°
CMYK 0.970.910.00   0.14
XYZ13.11145.653567.4180
Yxy5.65350.15210.0656
Hunter Lab23.777156.8203-151.4680
CIE-Lab28.520966.4487-93.7049

#0614db color RGB value is (6,20,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 11011011
Octal 6 24 333
Decimal 6 20 219
Hex 6 14 DB

RGB Percentages of Color #0614db

%2.45
%8.16
%89.39

CMYK Percentages of Color #0614db

%97
%91
%0
%14

Triadic Colors of #0614db

#0614db #db0614 #14db06

Analogous Colors of #0614db

#0614db #6306db #067fdb

Monochromatic Colors of #0614db

#0614db

Complementary Color

#0614db #dbcd06

#0614db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0614db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0614db Color CSS Codes

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

#0614db Text Font Color

<p style="color:#0614db">Text here</p>

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


#0614db Background Color

<div style="background-color:#0614db">
Div content here</div>

This div background color is #0614db


#0614db Border Color

<div style="border:3px solid #0614db">
Div here</div>

This div border color is #0614db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,20,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 #0614db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0614db


Comments

No comments written yet.

Please login to write comment.