Color Hex Logo

#618393 Color Hex

#618393
(97,131,147)
0 Favorites   0 Comments

Color spaces of #618393

RGB 97131147
HSL0.550.200.48
HSV199°34°58°
CMYK 0.340.110.00   0.42
XYZ18.312520.880630.6689
Yxy20.88060.26210.2989
Hunter Lab45.6953-8.4325-7.8064
CIE-Lab52.8186-7.8478-12.4493

#618393 color RGB value is (97,131,147).

#618393 hex color red value is 97, green value is 131 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #618393 hue: 0.55 , saturation: 0.20 and the lightness value of 618393 is 0.48.

The process color (four color CMYK) of #618393 color hex is 0.34, 0.11, 0.00, 0.42. Web safe color of #618393 is #669999. Color #618393 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000011 10010011
Octal 141 203 223
Decimal 97 131 147
Hex 61 83 93

RGB Percentages of Color #618393

%25.87
%34.93
%39.20

CMYK Percentages of Color #618393

%34
%11
%0
%42

Triadic Colors of #618393

#618393 #936183 #839361

Analogous Colors of #618393

#618393 #616a93 #61938a

Monochromatic Colors of #618393

#618393

Complementary Color

#618393 #937161

#618393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618393 Color CSS Codes

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

#618393 Text Font Color

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

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


#618393 Background Color

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

This div background color is #618393


#618393 Border Color

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

This div border color is #618393


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,131,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 #618393">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618393


Comments

No comments written yet.

Please login to write comment.