Color Hex Logo

#618fda Color Hex

#618FDA
(97,143,218)
0 Favorites   0 Comments

Color spaces of #618fda

RGB 97143218
HSL0.600.620.62
HSV217°56°85°
CMYK 0.560.340.00   0.15
XYZ27.407127.248370.1446
Yxy27.24830.21960.2183
Hunter Lab52.19992.3700-43.1321
CIE-Lab59.20356.1748-43.0716

#618fda color RGB value is (97,143,218).

#618fda hex color red value is 97, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #618fda hue: 0.60 , saturation: 0.62 and the lightness value of 618fda is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001111 11011010
Octal 141 217 332
Decimal 97 143 218
Hex 61 8F DA

RGB Percentages of Color #618fda

%21.18
%31.22
%47.60

CMYK Percentages of Color #618fda

%56
%34
%0
%15

Triadic Colors of #618fda

#618fda #da618f #8fda61

Analogous Colors of #618fda

#618fda #7061da #61ccda

Monochromatic Colors of #618fda

#618fda

Complementary Color

#618fda #daac61

#618fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#618fda Color CSS Codes

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

#618fda Text Font Color

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

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


#618fda Background Color

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

This div background color is #618fda


#618fda Border Color

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

This div border color is #618fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618fda

#618fda Color Palettes


Comments

No comments written yet.

Please login to write comment.