Color Hex Logo

#611df6 Color Hex

#611DF6
(97,29,246)
0 Favorites   0 Comments

Color spaces of #611df6

RGB 9729246
HSL0.720.920.54
HSV259°88°96°
CMYK 0.610.880.00   0.04
XYZ22.003710.073987.9735
Yxy10.07390.18330.0839
Hunter Lab31.739468.2032-142.1191
CIE-Lab37.974774.3626-93.2177

#611df6 color RGB value is (97,29,246).

#611df6 hex color red value is 97, green value is 29 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #611df6 hue: 0.72 , saturation: 0.92 and the lightness value of 611df6 is 0.54.

The process color (four color CMYK) of #611df6 color hex is 0.61, 0.88, 0.00, 0.04. Web safe color of #611df6 is #6633ff. Color #611df6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011101 11110110
Octal 141 35 366
Decimal 97 29 246
Hex 61 1D F6

RGB Percentages of Color #611df6

%26.08
%7.80
%66.13

CMYK Percentages of Color #611df6

%61
%88
%0
%4

Triadic Colors of #611df6

#611df6 #f6611d #1df661

Analogous Colors of #611df6

#611df6 #ce1df6 #1d46f6

Monochromatic Colors of #611df6

#611df6

Complementary Color

#611df6 #b2f61d

#611df6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611df6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611df6 Color CSS Codes

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

#611df6 Text Font Color

<p style="color:#611df6">Text here</p>

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


#611df6 Background Color

<div style="background-color:#611df6">
Div content here</div>

This div background color is #611df6


#611df6 Border Color

<div style="border:3px solid #611df6">
Div here</div>

This div border color is #611df6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,29,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #611df6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #611df6;
  -webkit-box-shadow: 1px 1px 3px 2px #611df6;
  box-shadow:         1px 1px 3px 2px #611df6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611df6


Comments

No comments written yet.

Please login to write comment.