Color Hex Logo

#608491 Color Hex

#608491
(96,132,145)
0 Favorites   0 Comments

Color spaces of #608491

RGB 96132145
HSL0.540.200.47
HSV196°34°57°
CMYK 0.340.090.00   0.43
XYZ18.186021.033729.8895
Yxy21.03370.26310.3044
Hunter Lab45.8625-9.4783-6.5367
CIE-Lab52.9864-9.2375-11.0399

#608491 color RGB value is (96,132,145).

#608491 hex color red value is 96, green value is 132 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #608491 hue: 0.54 , saturation: 0.20 and the lightness value of 608491 is 0.47.

The process color (four color CMYK) of #608491 color hex is 0.34, 0.09, 0.00, 0.43. Web safe color of #608491 is #669999. Color #608491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000100 10010001
Octal 140 204 221
Decimal 96 132 145
Hex 60 84 91

RGB Percentages of Color #608491

%25.74
%35.39
%38.87

CMYK Percentages of Color #608491

%34
%9
%0
%43

Triadic Colors of #608491

#608491 #916084 #849160

Analogous Colors of #608491

#608491 #606c91 #609186

Monochromatic Colors of #608491

#608491

Complementary Color

#608491 #916d60

#608491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608491 Color CSS Codes

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

#608491 Text Font Color

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

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


#608491 Background Color

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

This div background color is #608491


#608491 Border Color

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

This div border color is #608491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608491


Comments

No comments written yet.

Please login to write comment.