Color Hex Logo

#688cce Color Hex

#688CCE
(104,140,206)
0 Favorites   0 Comments

Color spaces of #688cce

RGB 104140206
HSL0.610.510.61
HSV219°50°81°
CMYK 0.500.320.00   0.19
XYZ26.227626.155562.0587
Yxy26.15550.22920.2285
Hunter Lab51.14242.0416-36.1456
CIE-Lab58.18445.7591-37.9187

#688cce color RGB value is (104,140,206).

#688cce hex color red value is 104, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #688cce hue: 0.61 , saturation: 0.51 and the lightness value of 688cce is 0.61.

The process color (four color CMYK) of #688cce color hex is 0.50, 0.32, 0.00, 0.19. Web safe color of #688cce is #6699cc. Color #688cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001100 11001110
Octal 150 214 316
Decimal 104 140 206
Hex 68 8C CE

RGB Percentages of Color #688cce

%23.11
%31.11
%45.78

CMYK Percentages of Color #688cce

%50
%32
%0
%19

Triadic Colors of #688cce

#688cce #ce688c #8cce68

Analogous Colors of #688cce

#688cce #7768ce #68bfce

Monochromatic Colors of #688cce

#688cce

Complementary Color

#688cce #ceaa68

#688cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#688cce Color CSS Codes

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

#688cce Text Font Color

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

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


#688cce Background Color

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

This div background color is #688cce


#688cce Border Color

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

This div border color is #688cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688cce


Comments

No comments written yet.

Please login to write comment.