Color Hex Logo

#618ddd Color Hex

#618DDD
(97,141,221)
0 Favorites   0 Comments

Color spaces of #618ddd

RGB 97141221
HSL0.610.650.62
HSV219°56°87°
CMYK 0.560.360.00   0.13
XYZ27.505826.811672.1321
Yxy26.81160.21750.2120
Hunter Lab51.77994.2054-46.3481
CIE-Lab58.79958.3119-45.3843

#618ddd color RGB value is (97,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001101 11011101
Octal 141 215 335
Decimal 97 141 221
Hex 61 8D DD

RGB Percentages of Color #618ddd

%21.13
%30.72
%48.15

CMYK Percentages of Color #618ddd

%56
%36
%0
%13

Triadic Colors of #618ddd

#618ddd #dd618d #8ddd61

Analogous Colors of #618ddd

#618ddd #7361dd #61cbdd

Monochromatic Colors of #618ddd

#618ddd

Complementary Color

#618ddd #ddb161

#618ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#618ddd Color CSS Codes

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

#618ddd Text Font Color

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

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


#618ddd Background Color

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

This div background color is #618ddd


#618ddd Border Color

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

This div border color is #618ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618ddd


Comments

No comments written yet.

Please login to write comment.