Color Hex Logo

#618ddb Color Hex

#618DDB
(97,141,219)
0 Favorites   0 Comments

Color spaces of #618ddb

RGB 97141219
HSL0.610.630.62
HSV218°56°86°
CMYK 0.560.360.00   0.14
XYZ27.240826.705670.7368
Yxy26.70560.21850.2142
Hunter Lab51.67753.6574-44.9827
CIE-Lab58.70087.6718-44.4230

#618ddb color RGB value is (97,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001101 11011011
Octal 141 215 333
Decimal 97 141 219
Hex 61 8D DB

RGB Percentages of Color #618ddb

%21.23
%30.85
%47.92

CMYK Percentages of Color #618ddb

%56
%36
%0
%14

Triadic Colors of #618ddb

#618ddb #db618d #8ddb61

Analogous Colors of #618ddb

#618ddb #7261db #61cadb

Monochromatic Colors of #618ddb

#618ddb

Complementary Color

#618ddb #dbaf61

#618ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#618ddb Color CSS Codes

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

#618ddb Text Font Color

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

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


#618ddb Background Color

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

This div background color is #618ddb


#618ddb Border Color

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

This div border color is #618ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,141,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 #618ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618ddb


Comments

No comments written yet.

Please login to write comment.