Color Hex Logo

#688695 Color Hex

#688695
(104,134,149)
0 Favorites   0 Comments

Color spaces of #688695

RGB 104134149
HSL0.560.180.50
HSV200°30°58°
CMYK 0.300.100.00   0.42
XYZ19.658822.163231.6756
Yxy22.16320.26750.3015
Hunter Lab47.0778-7.8479-6.9379
CIE-Lab54.1997-6.8908-11.4870

#688695 color RGB value is (104,134,149).

#688695 hex color red value is 104, green value is 134 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #688695 hue: 0.56 , saturation: 0.18 and the lightness value of 688695 is 0.50.

The process color (four color CMYK) of #688695 color hex is 0.30, 0.10, 0.00, 0.42. Web safe color of #688695 is #669999. Color #688695 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000110 10010101
Octal 150 206 225
Decimal 104 134 149
Hex 68 86 95

RGB Percentages of Color #688695

%26.87
%34.63
%38.50

CMYK Percentages of Color #688695

%30
%10
%0
%42

Triadic Colors of #688695

#688695 #956886 #869568

Analogous Colors of #688695

#688695 #687095 #68958e

Monochromatic Colors of #688695

#688695

Complementary Color

#688695 #957768

#688695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688695 Color CSS Codes

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

#688695 Text Font Color

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

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


#688695 Background Color

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

This div background color is #688695


#688695 Border Color

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

This div border color is #688695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688695


Comments

No comments written yet.

Please login to write comment.