Color Hex Logo

#611f6b Color Hex

#611F6B
(97,31,107)
0 Favorites   0 Comments

Color spaces of #611f6b

RGB 9731107
HSL0.810.550.27
HSV292°71°42°
CMYK 0.090.710.00   0.58
XYZ8.07364.582914.3690
Yxy4.58290.29870.1696
Hunter Lab21.407729.8551-24.8105
CIE-Lab25.511840.8624-30.2524

#611f6b color RGB value is (97,31,107).

#611f6b hex color red value is 97, green value is 31 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #611f6b hue: 0.81 , saturation: 0.55 and the lightness value of 611f6b is 0.27.

The process color (four color CMYK) of #611f6b color hex is 0.09, 0.71, 0.00, 0.58. Web safe color of #611f6b is #663366. Color #611f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011111 01101011
Octal 141 37 153
Decimal 97 31 107
Hex 61 1F 6B

RGB Percentages of Color #611f6b

%41.28
%13.19
%45.53

CMYK Percentages of Color #611f6b

%9
%71
%0
%58

Triadic Colors of #611f6b

#611f6b #6b611f #1f6b61

Analogous Colors of #611f6b

#611f6b #6b1f4f #3b1f6b

Monochromatic Colors of #611f6b

#611f6b

Complementary Color

#611f6b #296b1f

#611f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#611f6b Color CSS Codes

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

#611f6b Text Font Color

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

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


#611f6b Background Color

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

This div background color is #611f6b


#611f6b Border Color

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

This div border color is #611f6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611f6b


Comments

No comments written yet.

Please login to write comment.