Color Hex Logo

#608893 Color Hex

#608893
(96,136,147)
0 Favorites   0 Comments

Color spaces of #608893

RGB 96136147
HSL0.540.210.48
HSV193°35°58°
CMYK 0.350.070.00   0.42
XYZ18.894522.201730.8933
Yxy22.20170.26250.3084
Hunter Lab47.1187-10.8795-5.8903
CIE-Lab54.2404-10.9487-10.3169

#608893 color RGB value is (96,136,147).

#608893 hex color red value is 96, green value is 136 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #608893 hue: 0.54 , saturation: 0.21 and the lightness value of 608893 is 0.48.

The process color (four color CMYK) of #608893 color hex is 0.35, 0.07, 0.00, 0.42. Web safe color of #608893 is #669999. Color #608893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001000 10010011
Octal 140 210 223
Decimal 96 136 147
Hex 60 88 93

RGB Percentages of Color #608893

%25.33
%35.88
%38.79

CMYK Percentages of Color #608893

%35
%7
%0
%42

Triadic Colors of #608893

#608893 #936088 #889360

Analogous Colors of #608893

#608893 #606f93 #609385

Monochromatic Colors of #608893

#608893

Complementary Color

#608893 #936b60

#608893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608893 Color CSS Codes

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

#608893 Text Font Color

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

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


#608893 Background Color

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

This div background color is #608893


#608893 Border Color

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

This div border color is #608893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608893


Comments

No comments written yet.

Please login to write comment.