Color Hex Logo

#0668db Color Hex

#0668DB
(6,104,219)
0 Favorites   0 Comments

Color spaces of #0668db

RGB 6104219
HSL0.590.950.44
HSV212°97°86°
CMYK 0.970.530.00   0.14
XYZ17.811615.053868.9847
Yxy15.05380.17490.1478
Hunter Lab38.799214.0455-78.2577
CIE-Lab45.707820.1447-65.3826

#0668db color RGB value is (6,104,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101000 11011011
Octal 6 150 333
Decimal 6 104 219
Hex 6 68 DB

RGB Percentages of Color #0668db

%1.82
%31.61
%66.57

CMYK Percentages of Color #0668db

%97
%53
%0
%14

Triadic Colors of #0668db

#0668db #db0668 #68db06

Analogous Colors of #0668db

#0668db #0e06db #06d3db

Monochromatic Colors of #0668db

#0668db

Complementary Color

#0668db #db7906

#0668db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0668db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0668db Color CSS Codes

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

#0668db Text Font Color

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

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


#0668db Background Color

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

This div background color is #0668db


#0668db Border Color

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

This div border color is #0668db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0668db


Comments

No comments written yet.

Please login to write comment.