Color Hex Logo

#608684 Color Hex

#608684
(96,134,132)
0 Favorites   0 Comments

Color spaces of #608684

RGB 96134132
HSL0.490.170.45
HSV177°28°53°
CMYK 0.280.000.01   0.47
XYZ17.513821.202924.9993
Yxy21.20290.27490.3328
Hunter Lab46.0466-12.68920.0433
CIE-Lab53.1708-13.6272-3.2070

#608684 color RGB value is (96,134,132).

#608684 hex color red value is 96, green value is 134 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #608684 hue: 0.49 , saturation: 0.17 and the lightness value of 608684 is 0.45.

The process color (four color CMYK) of #608684 color hex is 0.28, 0.00, 0.01, 0.47. Web safe color of #608684 is #669999. Color #608684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 10000100
Octal 140 206 204
Decimal 96 134 132
Hex 60 86 84

RGB Percentages of Color #608684

%26.52
%37.02
%36.46

CMYK Percentages of Color #608684

%28
%0
%1
%47

Triadic Colors of #608684

#608684 #846086 #868460

Analogous Colors of #608684

#608684 #607586 #608671

Monochromatic Colors of #608684

#608684

Complementary Color

#608684 #866062

#608684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608684 Color CSS Codes

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

#608684 Text Font Color

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

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


#608684 Background Color

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

This div background color is #608684


#608684 Border Color

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

This div border color is #608684


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,134,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608684; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608684;
  -webkit-box-shadow: 1px 1px 3px 2px #608684;
  box-shadow:         1px 1px 3px 2px #608684; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,134,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608684


Comments

No comments written yet.

Please login to write comment.