Color Hex Logo

#688993 Color Hex

#688993
(104,137,147)
0 Favorites   0 Comments

Color spaces of #688993

RGB 104137147
HSL0.540.170.49
HSV194°29°58°
CMYK 0.290.070.00   0.42
XYZ19.921022.941030.9819
Yxy22.94100.26980.3107
Hunter Lab47.8968-9.5784-4.8239
CIE-Lab55.0115-9.0811-9.1129

#688993 color RGB value is (104,137,147).

#688993 hex color red value is 104, green value is 137 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #688993 hue: 0.54 , saturation: 0.17 and the lightness value of 688993 is 0.49.

The process color (four color CMYK) of #688993 color hex is 0.29, 0.07, 0.00, 0.42. Web safe color of #688993 is #669999. Color #688993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001001 10010011
Octal 150 211 223
Decimal 104 137 147
Hex 68 89 93

RGB Percentages of Color #688993

%26.80
%35.31
%37.89

CMYK Percentages of Color #688993

%29
%7
%0
%42

Triadic Colors of #688993

#688993 #936889 #899368

Analogous Colors of #688993

#688993 #687493 #689388

Monochromatic Colors of #688993

#688993

Complementary Color

#688993 #937268

#688993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688993 Color CSS Codes

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

#688993 Text Font Color

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

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


#688993 Background Color

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

This div background color is #688993


#688993 Border Color

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

This div border color is #688993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,137,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688993;
  -webkit-box-shadow: 1px 1px 3px 2px #688993;
  box-shadow:         1px 1px 3px 2px #688993; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688993


Comments

No comments written yet.

Please login to write comment.