Color Hex Logo

#618088 Color Hex

#618088
(97,128,136)
0 Favorites   0 Comments

Color spaces of #618088

RGB 97128136
HSL0.530.170.46
HSV192°29°53°
CMYK 0.290.060.00   0.47
XYZ17.092919.757326.2052
Yxy19.75730.27110.3133
Hunter Lab44.4492-9.1440-3.8402
CIE-Lab51.5617-8.9890-7.9197

#618088 color RGB value is (97,128,136).

#618088 hex color red value is 97, green value is 128 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #618088 hue: 0.53 , saturation: 0.17 and the lightness value of 618088 is 0.46.

The process color (four color CMYK) of #618088 color hex is 0.29, 0.06, 0.00, 0.47. Web safe color of #618088 is #669999. Color #618088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000000 10001000
Octal 141 200 210
Decimal 97 128 136
Hex 61 80 88

RGB Percentages of Color #618088

%26.87
%35.46
%37.67

CMYK Percentages of Color #618088

%29
%6
%0
%47

Triadic Colors of #618088

#618088 #886180 #808861

Analogous Colors of #618088

#618088 #616d88 #61887d

Monochromatic Colors of #618088

#618088

Complementary Color

#618088 #886961

#618088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618088 Color CSS Codes

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

#618088 Text Font Color

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

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


#618088 Background Color

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

This div background color is #618088


#618088 Border Color

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

This div border color is #618088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618088


Comments

No comments written yet.

Please login to write comment.