Color Hex Logo

#688196 Color Hex

#688196
(104,129,150)
0 Favorites   0 Comments

Color spaces of #688196

RGB 104129150
HSL0.580.180.50
HSV207°31°59°
CMYK 0.310.140.00   0.41
XYZ19.064220.845631.8730
Yxy20.84560.26560.2904
Hunter Lab45.6570-5.3665-9.4303
CIE-Lab52.7801-3.7835-14.2094

#688196 color RGB value is (104,129,150).

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

The process color (four color CMYK) of #688196 color hex is 0.31, 0.14, 0.00, 0.41. Web safe color of #688196 is #669999. Color #688196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000001 10010110
Octal 150 201 226
Decimal 104 129 150
Hex 68 81 96

RGB Percentages of Color #688196

%27.15
%33.68
%39.16

CMYK Percentages of Color #688196

%31
%14
%0
%41

Triadic Colors of #688196

#688196 #966881 #819668

Analogous Colors of #688196

#688196 #686a96 #689694

Monochromatic Colors of #688196

#688196

Complementary Color

#688196 #967d68

#688196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688196 Color CSS Codes

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

#688196 Text Font Color

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

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


#688196 Background Color

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

This div background color is #688196


#688196 Border Color

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

This div border color is #688196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688196


Comments

No comments written yet.

Please login to write comment.