Color Hex Logo

#618ea5 Color Hex

#618EA5
(97,142,165)
0 Favorites   0 Comments

Color spaces of #618ea5

RGB 97142165
HSL0.560.270.51
HSV200°41°65°
CMYK 0.410.140.00   0.35
XYZ21.394324.604039.2188
Yxy24.60400.25110.2887
Hunter Lab49.6024-9.8144-12.1567
CIE-Lab56.6875-9.1569-16.9777

#618ea5 color RGB value is (97,142,165).

#618ea5 hex color red value is 97, green value is 142 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #618ea5 hue: 0.56 , saturation: 0.27 and the lightness value of 618ea5 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001110 10100101
Octal 141 216 245
Decimal 97 142 165
Hex 61 8E A5

RGB Percentages of Color #618ea5

%24.01
%35.15
%40.84

CMYK Percentages of Color #618ea5

%41
%14
%0
%35

Triadic Colors of #618ea5

#618ea5 #a5618e #8ea561

Analogous Colors of #618ea5

#618ea5 #616ca5 #61a59a

Monochromatic Colors of #618ea5

#618ea5

Complementary Color

#618ea5 #a57861

#618ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618ea5 Color CSS Codes

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

#618ea5 Text Font Color

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

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


#618ea5 Background Color

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

This div background color is #618ea5


#618ea5 Border Color

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

This div border color is #618ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618ea5


Comments

No comments written yet.

Please login to write comment.