Color Hex Logo

#608399 Color Hex

#608399
(96,131,153)
0 Favorites   0 Comments

Color spaces of #608399

RGB 96131153
HSL0.560.230.49
HSV203°37°60°
CMYK 0.370.140.00   0.40
XYZ18.689921.019333.2091
Yxy21.01930.25630.2883
Hunter Lab45.8468-7.4646-10.8539
CIE-Lab52.9706-6.5328-15.7112

#608399 color RGB value is (96,131,153).

#608399 hex color red value is 96, green value is 131 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #608399 hue: 0.56 , saturation: 0.23 and the lightness value of 608399 is 0.49.

The process color (four color CMYK) of #608399 color hex is 0.37, 0.14, 0.00, 0.40. Web safe color of #608399 is #669999. Color #608399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000011 10011001
Octal 140 203 231
Decimal 96 131 153
Hex 60 83 99

RGB Percentages of Color #608399

%25.26
%34.47
%40.26

CMYK Percentages of Color #608399

%37
%14
%0
%40

Triadic Colors of #608399

#608399 #996083 #839960

Analogous Colors of #608399

#608399 #606799 #609993

Monochromatic Colors of #608399

#608399

Complementary Color

#608399 #997660

#608399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608399 Color CSS Codes

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

#608399 Text Font Color

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

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


#608399 Background Color

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

This div background color is #608399


#608399 Border Color

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

This div border color is #608399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608399


Comments

No comments written yet.

Please login to write comment.