Color Hex Logo

#689298 Color Hex

#689298
(104,146,152)
0 Favorites   0 Comments

Color spaces of #689298

RGB 104146152
HSL0.520.190.50
HSV188°32°60°
CMYK 0.320.040.00   0.40
XYZ21.655325.767833.5381
Yxy25.76780.26750.3183
Hunter Lab50.7620-12.6846-3.6391
CIE-Lab57.8160-12.7891-7.8002

#689298 color RGB value is (104,146,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010010 10011000
Octal 150 222 230
Decimal 104 146 152
Hex 68 92 98

RGB Percentages of Color #689298

%25.87
%36.32
%37.81

CMYK Percentages of Color #689298

%32
%4
%0
%40

Triadic Colors of #689298

#689298 #986892 #929868

Analogous Colors of #689298

#689298 #687a98 #689886

Monochromatic Colors of #689298

#689298

Complementary Color

#689298 #986e68

#689298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689298 Color CSS Codes

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

#689298 Text Font Color

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

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


#689298 Background Color

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

This div background color is #689298


#689298 Border Color

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

This div border color is #689298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689298


Comments

No comments written yet.

Please login to write comment.