Color Hex Logo

#618196 Color Hex

#618196
(97,129,150)
0 Favorites   0 Comments

Color spaces of #618196

RGB 97129150
HSL0.570.210.48
HSV204°35°59°
CMYK 0.350.140.00   0.41
XYZ18.285020.443931.8365
Yxy20.44390.25910.2897
Hunter Lab45.2149-6.9404-10.0965
CIE-Lab52.3354-5.9099-14.9254

#618196 color RGB value is (97,129,150).

#618196 hex color red value is 97, green value is 129 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #618196 hue: 0.57 , saturation: 0.21 and the lightness value of 618196 is 0.48.

The process color (four color CMYK) of #618196 color hex is 0.35, 0.14, 0.00, 0.41. Web safe color of #618196 is #669999. Color #618196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000001 10010110
Octal 141 201 226
Decimal 97 129 150
Hex 61 81 96

RGB Percentages of Color #618196

%25.80
%34.31
%39.89

CMYK Percentages of Color #618196

%35
%14
%0
%41

Triadic Colors of #618196

#618196 #966181 #819661

Analogous Colors of #618196

#618196 #616796 #619691

Monochromatic Colors of #618196

#618196

Complementary Color

#618196 #967661

#618196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618196 Color CSS Codes

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

#618196 Text Font Color

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

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


#618196 Background Color

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

This div background color is #618196


#618196 Border Color

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

This div border color is #618196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618196


Comments

No comments written yet.

Please login to write comment.