Color Hex Logo

#618bab Color Hex

#618BAB
(97,139,171)
0 Favorites   0 Comments

Color spaces of #618bab

RGB 97139171
HSL0.570.310.53
HSV206°43°67°
CMYK 0.430.190.00   0.33
XYZ21.513123.946942.0164
Yxy23.94690.24590.2738
Hunter Lab48.9356-7.1649-16.6519
CIE-Lab56.0346-5.7805-21.4097

#618bab color RGB value is (97,139,171).

#618bab hex color red value is 97, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #618bab hue: 0.57 , saturation: 0.31 and the lightness value of 618bab is 0.53.

The process color (four color CMYK) of #618bab color hex is 0.43, 0.19, 0.00, 0.33. Web safe color of #618bab is #669999. Color #618bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001011 10101011
Octal 141 213 253
Decimal 97 139 171
Hex 61 8B AB

RGB Percentages of Color #618bab

%23.83
%34.15
%42.01

CMYK Percentages of Color #618bab

%43
%19
%0
%33

Triadic Colors of #618bab

#618bab #ab618b #8bab61

Analogous Colors of #618bab

#618bab #6166ab #61aba6

Monochromatic Colors of #618bab

#618bab

Complementary Color

#618bab #ab8161

#618bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#618bab Color CSS Codes

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

#618bab Text Font Color

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

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


#618bab Background Color

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

This div background color is #618bab


#618bab Border Color

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

This div border color is #618bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,139,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #618bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #618bab;
  -webkit-box-shadow: 1px 1px 3px 2px #618bab;
  box-shadow:         1px 1px 3px 2px #618bab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618bab


Comments

No comments written yet.

Please login to write comment.