Color Hex Logo

#688dbf Color Hex

#688DBF
(104,141,191)
0 Favorites   0 Comments

Color spaces of #688dbf

RGB 104141191
HSL0.600.400.58
HSV214°46°75°
CMYK 0.460.260.00   0.25
XYZ24.637825.754452.9628
Yxy25.75440.23840.2492
Hunter Lab50.7488-2.1512-26.3525
CIE-Lab57.80320.6873-30.0428

#688dbf color RGB value is (104,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001101 10111111
Octal 150 215 277
Decimal 104 141 191
Hex 68 8D BF

RGB Percentages of Color #688dbf

%23.85
%32.34
%43.81

CMYK Percentages of Color #688dbf

%46
%26
%0
%25

Triadic Colors of #688dbf

#688dbf #bf688d #8dbf68

Analogous Colors of #688dbf

#688dbf #6f68bf #68b9bf

Monochromatic Colors of #688dbf

#688dbf

Complementary Color

#688dbf #bf9a68

#688dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#688dbf Color CSS Codes

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

#688dbf Text Font Color

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

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


#688dbf Background Color

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

This div background color is #688dbf


#688dbf Border Color

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

This div border color is #688dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688dbf


Comments

No comments written yet.

Please login to write comment.