Color Hex Logo

#618fdb Color Hex

#618FDB
(97,143,219)
0 Favorites   0 Comments

Color spaces of #618fdb

RGB 97143219
HSL0.600.630.62
HSV217°56°86°
CMYK 0.560.350.00   0.14
XYZ27.538427.300870.8360
Yxy27.30080.21910.2172
Hunter Lab52.25022.6405-43.8048
CIE-Lab59.25176.4934-43.5541

#618fdb color RGB value is (97,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001111 11011011
Octal 141 217 333
Decimal 97 143 219
Hex 61 8F DB

RGB Percentages of Color #618fdb

%21.13
%31.15
%47.71

CMYK Percentages of Color #618fdb

%56
%35
%0
%14

Triadic Colors of #618fdb

#618fdb #db618f #8fdb61

Analogous Colors of #618fdb

#618fdb #7061db #61ccdb

Monochromatic Colors of #618fdb

#618fdb

Complementary Color

#618fdb #dbad61

#618fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#618fdb Color CSS Codes

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

#618fdb Text Font Color

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

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


#618fdb Background Color

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

This div background color is #618fdb


#618fdb Border Color

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

This div border color is #618fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618fdb


Comments

No comments written yet.

Please login to write comment.