Color Hex Logo

#618ffd Color Hex

#618FFD
(97,143,253)
0 Favorites   0 Comments

Color spaces of #618ffd

RGB 97143253
HSL0.620.980.69
HSV222°62°99°
CMYK 0.620.430.00   0.01
XYZ32.481829.278296.8678
Yxy29.27820.20480.1846
Hunter Lab54.109312.4621-68.2658
CIE-Lab61.026417.5622-59.5507

#618ffd color RGB value is (97,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001111 11111101
Octal 141 217 375
Decimal 97 143 253
Hex 61 8F FD

RGB Percentages of Color #618ffd

%19.68
%29.01
%51.32

CMYK Percentages of Color #618ffd

%62
%43
%0
%1

Triadic Colors of #618ffd

#618ffd #fd618f #8ffd61

Analogous Colors of #618ffd

#618ffd #8161fd #61ddfd

Monochromatic Colors of #618ffd

#618ffd

Complementary Color

#618ffd #fdcf61

#618ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#618ffd Color CSS Codes

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

#618ffd Text Font Color

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

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


#618ffd Background Color

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

This div background color is #618ffd


#618ffd Border Color

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

This div border color is #618ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.