Color Hex Logo

#618ad1 Color Hex

#618AD1
(97,138,209)
0 Favorites   0 Comments

Color spaces of #618ad1

RGB 97138209
HSL0.610.550.60
HSV218°54°82°
CMYK 0.540.340.00   0.18
XYZ25.526925.321863.8638
Yxy25.32180.22250.2207
Hunter Lab50.32082.4888-40.0224
CIE-Lab57.38766.2682-40.8848

#618ad1 color RGB value is (97,138,209).

#618ad1 hex color red value is 97, green value is 138 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #618ad1 hue: 0.61 , saturation: 0.55 and the lightness value of 618ad1 is 0.60.

The process color (four color CMYK) of #618ad1 color hex is 0.54, 0.34, 0.00, 0.18. Web safe color of #618ad1 is #6699cc. Color #618ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001010 11010001
Octal 141 212 321
Decimal 97 138 209
Hex 61 8A D1

RGB Percentages of Color #618ad1

%21.85
%31.08
%47.07

CMYK Percentages of Color #618ad1

%54
%34
%0
%18

Triadic Colors of #618ad1

#618ad1 #d1618a #8ad161

Analogous Colors of #618ad1

#618ad1 #7061d1 #61c2d1

Monochromatic Colors of #618ad1

#618ad1

Complementary Color

#618ad1 #d1a861

#618ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618ad1 Color CSS Codes

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

#618ad1 Text Font Color

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

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


#618ad1 Background Color

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

This div background color is #618ad1


#618ad1 Border Color

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

This div border color is #618ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618ad1


Comments

No comments written yet.

Please login to write comment.