Color Hex Logo

#688dbb Color Hex

#688DBB
(104,141,187)
0 Favorites   0 Comments

Color spaces of #688dbb

RGB 104141187
HSL0.590.380.57
HSV213°44°73°
CMYK 0.440.250.00   0.27
XYZ24.203425.580750.6756
Yxy25.58070.24090.2546
Hunter Lab50.5774-3.0906-24.0010
CIE-Lab57.6369-0.4806-28.0320

#688dbb color RGB value is (104,141,187).

#688dbb hex color red value is 104, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #688dbb hue: 0.59 , saturation: 0.38 and the lightness value of 688dbb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001101 10111011
Octal 150 215 273
Decimal 104 141 187
Hex 68 8D BB

RGB Percentages of Color #688dbb

%24.07
%32.64
%43.29

CMYK Percentages of Color #688dbb

%44
%25
%0
%27

Triadic Colors of #688dbb

#688dbb #bb688d #8dbb68

Analogous Colors of #688dbb

#688dbb #6d68bb #68b7bb

Monochromatic Colors of #688dbb

#688dbb

Complementary Color

#688dbb #bb9668

#688dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#688dbb Color CSS Codes

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

#688dbb Text Font Color

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

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


#688dbb Background Color

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

This div background color is #688dbb


#688dbb Border Color

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

This div border color is #688dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688dbb


Comments

No comments written yet.

Please login to write comment.