Color Hex Logo

#689198 Color Hex

#689198
(104,145,152)
0 Favorites   0 Comments

Color spaces of #689198

RGB 104145152
HSL0.520.190.50
HSV189°32°60°
CMYK 0.320.050.00   0.40
XYZ21.501825.460933.4869
Yxy25.46090.26730.3165
Hunter Lab50.4588-12.2394-4.0266
CIE-Lab57.5218-12.2441-8.2387

#689198 color RGB value is (104,145,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010001 10011000
Octal 150 221 230
Decimal 104 145 152
Hex 68 91 98

RGB Percentages of Color #689198

%25.94
%36.16
%37.91

CMYK Percentages of Color #689198

%32
%5
%0
%40

Triadic Colors of #689198

#689198 #986891 #919868

Analogous Colors of #689198

#689198 #687998 #689887

Monochromatic Colors of #689198

#689198

Complementary Color

#689198 #986f68

#689198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689198 Color CSS Codes

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

#689198 Text Font Color

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

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


#689198 Background Color

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

This div background color is #689198


#689198 Border Color

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

This div border color is #689198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689198


Comments

No comments written yet.

Please login to write comment.