Color Hex Logo

#6119af Color Hex

#6119AF
(97,25,175)
0 Favorites   0 Comments

Color spaces of #6119af

RGB 9725175
HSL0.750.750.39
HSV269°86°69°
CMYK 0.450.860.00   0.31
XYZ13.01536.331841.0936
Yxy6.33180.21530.1048
Hunter Lab25.163148.2916-79.2119
CIE-Lab30.234658.4293-64.8185

#6119af color RGB value is (97,25,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011001 10101111
Octal 141 31 257
Decimal 97 25 175
Hex 61 19 AF

RGB Percentages of Color #6119af

%32.66
%8.42
%58.92

CMYK Percentages of Color #6119af

%45
%86
%0
%31

Triadic Colors of #6119af

#6119af #af6119 #19af61

Analogous Colors of #6119af

#6119af #ac19af #191caf

Monochromatic Colors of #6119af

#6119af

Complementary Color

#6119af #67af19

#6119af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6119af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6119af Color CSS Codes

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

#6119af Text Font Color

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

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


#6119af Background Color

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

This div background color is #6119af


#6119af Border Color

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

This div border color is #6119af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6119af


Comments

No comments written yet.

Please login to write comment.