Color Hex Logo

#618fed Color Hex

#618FED
(97,143,237)
0 Favorites   0 Comments

Color spaces of #618fed

RGB 97143237
HSL0.610.800.65
HSV220°59°93°
CMYK 0.590.400.00   0.07
XYZ30.038328.300784.0002
Yxy28.30070.21100.1988
Hunter Lab53.19847.6922-56.3799
CIE-Lab60.159412.3038-52.1205

#618fed color RGB value is (97,143,237).

#618fed hex color red value is 97, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #618fed hue: 0.61 , saturation: 0.80 and the lightness value of 618fed is 0.65.

The process color (four color CMYK) of #618fed color hex is 0.59, 0.40, 0.00, 0.07. Web safe color of #618fed is #6699ff. Color #618fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001111 11101101
Octal 141 217 355
Decimal 97 143 237
Hex 61 8F ED

RGB Percentages of Color #618fed

%20.34
%29.98
%49.69

CMYK Percentages of Color #618fed

%59
%40
%0
%7

Triadic Colors of #618fed

#618fed #ed618f #8fed61

Analogous Colors of #618fed

#618fed #7961ed #61d5ed

Monochromatic Colors of #618fed

#618fed

Complementary Color

#618fed #edbf61

#618fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#618fed Color CSS Codes

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

#618fed Text Font Color

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

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


#618fed Background Color

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

This div background color is #618fed


#618fed Border Color

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

This div border color is #618fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618fed


Comments

No comments written yet.

Please login to write comment.