Color Hex Logo

#688bba Color Hex

#688BBA
(104,139,186)
0 Favorites   0 Comments

Color spaces of #688bba

RGB 104139186
HSL0.600.370.57
HSV214°44°73°
CMYK 0.440.250.00   0.27
XYZ23.804524.953550.0162
Yxy24.95350.24100.2526
Hunter Lab49.9535-2.3574-24.3970
CIE-Lab57.03010.3842-28.4030

#688bba color RGB value is (104,139,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001011 10111010
Octal 150 213 272
Decimal 104 139 186
Hex 68 8B BA

RGB Percentages of Color #688bba

%24.24
%32.40
%43.36

CMYK Percentages of Color #688bba

%44
%25
%0
%27

Triadic Colors of #688bba

#688bba #ba688b #8bba68

Analogous Colors of #688bba

#688bba #6e68ba #68b4ba

Monochromatic Colors of #688bba

#688bba

Complementary Color

#688bba #ba9768

#688bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#688bba Color CSS Codes

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

#688bba Text Font Color

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

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


#688bba Background Color

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

This div background color is #688bba


#688bba Border Color

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

This div border color is #688bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688bba


Comments

No comments written yet.

Please login to write comment.