Color Hex Logo

#618586 Color Hex

#618586
(97,133,134)
0 Favorites   0 Comments

Color spaces of #618586

RGB 97133134
HSL0.500.160.45
HSV182°28°53°
CMYK 0.280.010.00   0.47
XYZ17.620421.037725.6862
Yxy21.03770.27380.3270
Hunter Lab45.8669-11.6938-1.0966
CIE-Lab52.9907-12.2748-4.6291

#618586 color RGB value is (97,133,134).

#618586 hex color red value is 97, green value is 133 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #618586 hue: 0.50 , saturation: 0.16 and the lightness value of 618586 is 0.45.

The process color (four color CMYK) of #618586 color hex is 0.28, 0.01, 0.00, 0.47. Web safe color of #618586 is #669999. Color #618586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000101 10000110
Octal 141 205 206
Decimal 97 133 134
Hex 61 85 86

RGB Percentages of Color #618586

%26.65
%36.54
%36.81

CMYK Percentages of Color #618586

%28
%1
%0
%47

Triadic Colors of #618586

#618586 #866185 #858661

Analogous Colors of #618586

#618586 #617386 #618675

Monochromatic Colors of #618586

#618586

Complementary Color

#618586 #866261

#618586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618586 Color CSS Codes

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

#618586 Text Font Color

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

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


#618586 Background Color

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

This div background color is #618586


#618586 Border Color

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

This div border color is #618586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618586


Comments

No comments written yet.

Please login to write comment.