Color Hex Logo

#0668fb Color Hex

#0668FB
(6,104,251)
0 Favorites   0 Comments

Color spaces of #0668fb

RGB 6104251
HSL0.600.970.50
HSV216°98°98°
CMYK 0.980.590.00   0.02
XYZ22.438016.904493.3470
Yxy16.90440.16910.1274
Hunter Lab41.115025.4631-105.8310
CIE-Lab48.139432.5563-79.4105

#0668fb color RGB value is (6,104,251).

#0668fb hex color red value is 6, green value is 104 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0668fb hue: 0.60 , saturation: 0.97 and the lightness value of 0668fb is 0.50.

The process color (four color CMYK) of #0668fb color hex is 0.98, 0.59, 0.00, 0.02. Web safe color of #0668fb is #0066ff. Color #0668fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101000 11111011
Octal 6 150 373
Decimal 6 104 251
Hex 6 68 FB

RGB Percentages of Color #0668fb

%1.66
%28.81
%69.53

CMYK Percentages of Color #0668fb

%98
%59
%0
%2

Triadic Colors of #0668fb

#0668fb #fb0668 #68fb06

Analogous Colors of #0668fb

#0668fb #1e06fb #06e3fb

Monochromatic Colors of #0668fb

#0668fb

Complementary Color

#0668fb #fb9906

#0668fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0668fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0668fb Color CSS Codes

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

#0668fb Text Font Color

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

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


#0668fb Background Color

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

This div background color is #0668fb


#0668fb Border Color

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

This div border color is #0668fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0668fb

Related Colors


Comments

No comments written yet.

Please login to write comment.