Color Hex Logo

#0668bc Color Hex

#0668BC
(6,104,188)
0 Favorites   0 Comments

Color spaces of #0668bc

RGB 6104188
HSL0.580.940.38
HSV208°97°74°
CMYK 0.970.450.00   0.26
XYZ14.102513.570249.4530
Yxy13.57020.18290.1759
Hunter Lab36.83783.8686-53.8077
CIE-Lab43.61017.7610-50.9594

#0668bc color RGB value is (6,104,188).

#0668bc hex color red value is 6, green value is 104 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0668bc hue: 0.58 , saturation: 0.94 and the lightness value of 0668bc is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101000 10111100
Octal 6 150 274
Decimal 6 104 188
Hex 6 68 BC

RGB Percentages of Color #0668bc

%2.01
%34.90
%63.09

CMYK Percentages of Color #0668bc

%97
%45
%0
%26

Triadic Colors of #0668bc

#0668bc #bc0668 #68bc06

Analogous Colors of #0668bc

#0668bc #060dbc #06bcb5

Monochromatic Colors of #0668bc

#0668bc

Complementary Color

#0668bc #bc5a06

#0668bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0668bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0668bc Color CSS Codes

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

#0668bc Text Font Color

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

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


#0668bc Background Color

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

This div background color is #0668bc


#0668bc Border Color

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

This div border color is #0668bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0668bc


Comments

No comments written yet.

Please login to write comment.