Color Hex Logo

#6116af Color Hex

#6116AF
(97,22,175)
0 Favorites   0 Comments

Color spaces of #6116af

RGB 9722175
HSL0.750.780.39
HSV269°87°69°
CMYK 0.450.870.00   0.31
XYZ12.95456.210441.0734
Yxy6.21040.21510.1031
Hunter Lab24.920749.1784-80.2753
CIE-Lab29.937259.3092-65.3076

#6116af color RGB value is (97,22,175).

#6116af hex color red value is 97, green value is 22 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6116af hue: 0.75 , saturation: 0.78 and the lightness value of 6116af is 0.39.

The process color (four color CMYK) of #6116af color hex is 0.45, 0.87, 0.00, 0.31. Web safe color of #6116af is #660099. Color #6116af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010110 10101111
Octal 141 26 257
Decimal 97 22 175
Hex 61 16 AF

RGB Percentages of Color #6116af

%32.99
%7.48
%59.52

CMYK Percentages of Color #6116af

%45
%87
%0
%31

Triadic Colors of #6116af

#6116af #af6116 #16af61

Analogous Colors of #6116af

#6116af #ae16af #1618af

Monochromatic Colors of #6116af

#6116af

Complementary Color

#6116af #64af16

#6116af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6116af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6116af Color CSS Codes

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

#6116af Text Font Color

<p style="color:#6116af">Text here</p>

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


#6116af Background Color

<div style="background-color:#6116af">
Div content here</div>

This div background color is #6116af


#6116af Border Color

<div style="border:3px solid #6116af">
Div here</div>

This div border color is #6116af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,22,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6116af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6116af;
  -webkit-box-shadow: 1px 1px 3px 2px #6116af;
  box-shadow:         1px 1px 3px 2px #6116af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6116af


Comments

No comments written yet.

Please login to write comment.