Color Hex Logo

#688cbf Color Hex

#688CBF
(104,140,191)
0 Favorites   0 Comments

Color spaces of #688cbf

RGB 104140191
HSL0.600.400.58
HSV215°46°75°
CMYK 0.460.270.00   0.25
XYZ24.491025.460852.9138
Yxy25.46080.23810.2475
Hunter Lab50.4587-1.6647-26.8537
CIE-Lab57.52171.2664-30.4797

#688cbf color RGB value is (104,140,191).

#688cbf hex color red value is 104, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #688cbf hue: 0.60 , saturation: 0.40 and the lightness value of 688cbf is 0.58.

The process color (four color CMYK) of #688cbf color hex is 0.46, 0.27, 0.00, 0.25. Web safe color of #688cbf is #6699cc. Color #688cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001100 10111111
Octal 150 214 277
Decimal 104 140 191
Hex 68 8C BF

RGB Percentages of Color #688cbf

%23.91
%32.18
%43.91

CMYK Percentages of Color #688cbf

%46
%27
%0
%25

Triadic Colors of #688cbf

#688cbf #bf688c #8cbf68

Analogous Colors of #688cbf

#688cbf #7068bf #68b8bf

Monochromatic Colors of #688cbf

#688cbf

Complementary Color

#688cbf #bf9b68

#688cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#688cbf Color CSS Codes

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

#688cbf Text Font Color

<p style="color:#688cbf">Text here</p>

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


#688cbf Background Color

<div style="background-color:#688cbf">
Div content here</div>

This div background color is #688cbf


#688cbf Border Color

<div style="border:3px solid #688cbf">
Div here</div>

This div border color is #688cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,140,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #688cbf;
  box-shadow:         1px 1px 3px 2px #688cbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688cbf


Comments

No comments written yet.

Please login to write comment.