Color Hex Logo

#689094 Color Hex

#689094
(104,144,148)
0 Favorites   0 Comments

Color spaces of #689094

RGB 104144148
HSL0.520.170.49
HSV185°30°58°
CMYK 0.300.030.00   0.42
XYZ21.027525.027731.7395
Yxy25.02770.27030.3217
Hunter Lab50.0277-12.5218-2.5965
CIE-Lab57.1024-12.6933-6.5715

#689094 color RGB value is (104,144,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010000 10010100
Octal 150 220 224
Decimal 104 144 148
Hex 68 90 94

RGB Percentages of Color #689094

%26.26
%36.36
%37.37

CMYK Percentages of Color #689094

%30
%3
%0
%42

Triadic Colors of #689094

#689094 #946890 #909468

Analogous Colors of #689094

#689094 #687a94 #689482

Monochromatic Colors of #689094

#689094

Complementary Color

#689094 #946c68

#689094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689094 Color CSS Codes

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

#689094 Text Font Color

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

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


#689094 Background Color

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

This div background color is #689094


#689094 Border Color

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

This div border color is #689094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689094


Comments

No comments written yet.

Please login to write comment.