Color Hex Logo

#608596 Color Hex

#608596
(96,133,150)
0 Favorites   0 Comments

Color spaces of #608596

RGB 96133150
HSL0.550.220.48
HSV199°36°59°
CMYK 0.360.110.00   0.41
XYZ18.716421.463932.0106
Yxy21.46390.25930.2973
Hunter Lab46.3291-8.9642-8.5353
CIE-Lab53.4535-8.4769-13.2392

#608596 color RGB value is (96,133,150).

#608596 hex color red value is 96, green value is 133 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #608596 hue: 0.55 , saturation: 0.22 and the lightness value of 608596 is 0.48.

The process color (four color CMYK) of #608596 color hex is 0.36, 0.11, 0.00, 0.41. Web safe color of #608596 is #669999. Color #608596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 10010110
Octal 140 205 226
Decimal 96 133 150
Hex 60 85 96

RGB Percentages of Color #608596

%25.33
%35.09
%39.58

CMYK Percentages of Color #608596

%36
%11
%0
%41

Triadic Colors of #608596

#608596 #966085 #859660

Analogous Colors of #608596

#608596 #606a96 #60968c

Monochromatic Colors of #608596

#608596

Complementary Color

#608596 #967160

#608596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608596 Color CSS Codes

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

#608596 Text Font Color

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

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


#608596 Background Color

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

This div background color is #608596


#608596 Border Color

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

This div border color is #608596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608596


Comments

No comments written yet.

Please login to write comment.