Color Hex Logo

#618afe Color Hex

#618AFE
(97,138,254)
0 Favorites   0 Comments

Color spaces of #618afe

RGB 97138254
HSL0.620.990.69
HSV224°62°100°
CMYK 0.620.460.00   0.00
XYZ31.907627.874197.4645
Yxy27.87410.20290.1773
Hunter Lab52.795915.4849-72.4958
CIE-Lab59.774820.8847-62.1027

#618afe color RGB value is (97,138,254).

#618afe hex color red value is 97, green value is 138 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #618afe hue: 0.62 , saturation: 0.99 and the lightness value of 618afe is 0.69.

The process color (four color CMYK) of #618afe color hex is 0.62, 0.46, 0.00, 0.00. Web safe color of #618afe is #6699ff. Color #618afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001010 11111110
Octal 141 212 376
Decimal 97 138 254
Hex 61 8A FE

RGB Percentages of Color #618afe

%19.84
%28.22
%51.94

CMYK Percentages of Color #618afe

%62
%46
%0
%0

Triadic Colors of #618afe

#618afe #fe618a #8afe61

Analogous Colors of #618afe

#618afe #8761fe #61d9fe

Monochromatic Colors of #618afe

#618afe

Complementary Color

#618afe #fed561

#618afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#618afe Color CSS Codes

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

#618afe Text Font Color

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

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


#618afe Background Color

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

This div background color is #618afe


#618afe Border Color

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

This div border color is #618afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618afe


Comments

No comments written yet.

Please login to write comment.