Color Hex Logo

#688590 Color Hex

#688590
(104,133,144)
0 Favorites   0 Comments

Color spaces of #688590

RGB 104133144
HSL0.550.160.49
HSV197°28°56°
CMYK 0.280.080.00   0.44
XYZ19.130521.731729.5719
Yxy21.73170.27160.3085
Hunter Lab46.6173-8.3285-4.9788
CIE-Lab53.7412-7.5871-9.2765

#688590 color RGB value is (104,133,144).

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

The process color (four color CMYK) of #688590 color hex is 0.28, 0.08, 0.00, 0.44. Web safe color of #688590 is #669999. Color #688590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000101 10010000
Octal 150 205 220
Decimal 104 133 144
Hex 68 85 90

RGB Percentages of Color #688590

%27.30
%34.91
%37.80

CMYK Percentages of Color #688590

%28
%8
%0
%44

Triadic Colors of #688590

#688590 #906885 #859068

Analogous Colors of #688590

#688590 #687190 #689087

Monochromatic Colors of #688590

#688590

Complementary Color

#688590 #907368

#688590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688590 Color CSS Codes

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

#688590 Text Font Color

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

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


#688590 Background Color

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

This div background color is #688590


#688590 Border Color

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

This div border color is #688590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688590


Comments

No comments written yet.

Please login to write comment.