Color Hex Logo

#688bbc Color Hex

#688BBC
(104,139,188)
0 Favorites   0 Comments

Color spaces of #688bbc

RGB 104139188
HSL0.600.390.57
HSV215°45°74°
CMYK 0.450.260.00   0.26
XYZ24.018625.039151.1441
Yxy25.03910.23970.2499
Hunter Lab50.0391-1.8890-25.5719
CIE-Lab57.11350.9667-29.4105

#688bbc color RGB value is (104,139,188).

#688bbc hex color red value is 104, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #688bbc hue: 0.60 , saturation: 0.39 and the lightness value of 688bbc is 0.57.

The process color (four color CMYK) of #688bbc color hex is 0.45, 0.26, 0.00, 0.26. Web safe color of #688bbc is #6699cc. Color #688bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001011 10111100
Octal 150 213 274
Decimal 104 139 188
Hex 68 8B BC

RGB Percentages of Color #688bbc

%24.13
%32.25
%43.62

CMYK Percentages of Color #688bbc

%45
%26
%0
%26

Triadic Colors of #688bbc

#688bbc #bc688b #8bbc68

Analogous Colors of #688bbc

#688bbc #6f68bc #68b5bc

Monochromatic Colors of #688bbc

#688bbc

Complementary Color

#688bbc #bc9968

#688bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#688bbc Color CSS Codes

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

#688bbc Text Font Color

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

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


#688bbc Background Color

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

This div background color is #688bbc


#688bbc Border Color

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

This div border color is #688bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688bbc


Comments

No comments written yet.

Please login to write comment.