Color Hex Logo

#689096 Color Hex

#689096
(104,144,150)
0 Favorites   0 Comments

Color spaces of #689096

RGB 104144150
HSL0.520.180.50
HSV188°31°59°
CMYK 0.310.040.00   0.41
XYZ21.187225.091632.5806
Yxy25.09160.26870.3182
Hunter Lab50.0915-12.1600-3.4994
CIE-Lab57.1646-12.1976-7.6255

#689096 color RGB value is (104,144,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010000 10010110
Octal 150 220 226
Decimal 104 144 150
Hex 68 90 96

RGB Percentages of Color #689096

%26.13
%36.18
%37.69

CMYK Percentages of Color #689096

%31
%4
%0
%41

Triadic Colors of #689096

#689096 #966890 #909668

Analogous Colors of #689096

#689096 #687996 #689685

Monochromatic Colors of #689096

#689096

Complementary Color

#689096 #966e68

#689096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689096 Color CSS Codes

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

#689096 Text Font Color

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

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


#689096 Background Color

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

This div background color is #689096


#689096 Border Color

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

This div border color is #689096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689096


Comments

No comments written yet.

Please login to write comment.