Color Hex Logo

#689099 Color Hex

#689099
(104,144,153)
0 Favorites   0 Comments

Color spaces of #689099

RGB 104144153
HSL0.530.190.50
HSV191°32°60°
CMYK 0.320.060.00   0.40
XYZ21.431925.189533.8695
Yxy25.18950.26630.3129
Hunter Lab50.1891-11.6075-4.8787
CIE-Lab57.2596-11.4446-9.2029

#689099 color RGB value is (104,144,153).

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

The process color (four color CMYK) of #689099 color hex is 0.32, 0.06, 0.00, 0.40. Web safe color of #689099 is #669999. Color #689099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010000 10011001
Octal 150 220 231
Decimal 104 144 153
Hex 68 90 99

RGB Percentages of Color #689099

%25.94
%35.91
%38.15

CMYK Percentages of Color #689099

%32
%6
%0
%40

Triadic Colors of #689099

#689099 #996890 #909968

Analogous Colors of #689099

#689099 #687899 #68998a

Monochromatic Colors of #689099

#689099

Complementary Color

#689099 #997168

#689099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689099 Color CSS Codes

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

#689099 Text Font Color

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

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


#689099 Background Color

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

This div background color is #689099


#689099 Border Color

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

This div border color is #689099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689099


Comments

No comments written yet.

Please login to write comment.