Color Hex Logo

#6a11bf Color Hex

#6A11BF
(106,17,191)
0 Favorites   0 Comments

Color spaces of #6a11bf

RGB 10617191
HSL0.750.840.41
HSV271°91°75°
CMYK 0.450.910.00   0.25
XYZ15.54837.226749.8656
Yxy7.22670.21400.0995
Hunter Lab26.882556.1963-91.1619
CIE-Lab32.317565.1892-70.8558

#6a11bf color RGB value is (106,17,191).

#6a11bf hex color red value is 106, green value is 17 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6a11bf hue: 0.75 , saturation: 0.84 and the lightness value of 6a11bf is 0.41.

The process color (four color CMYK) of #6a11bf color hex is 0.45, 0.91, 0.00, 0.25. Web safe color of #6a11bf is #6600cc. Color #6a11bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00010001 10111111
Octal 152 21 277
Decimal 106 17 191
Hex 6A 11 BF

RGB Percentages of Color #6a11bf

%33.76
%5.41
%60.83

CMYK Percentages of Color #6a11bf

%45
%91
%0
%25

Triadic Colors of #6a11bf

#6a11bf #bf6a11 #11bf6a

Analogous Colors of #6a11bf

#6a11bf #bf11bd #1311bf

Monochromatic Colors of #6a11bf

#6a11bf

Complementary Color

#6a11bf #66bf11

#6a11bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a11bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a11bf Color CSS Codes

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

#6a11bf Text Font Color

<p style="color:#6a11bf">Text here</p>

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


#6a11bf Background Color

<div style="background-color:#6a11bf">
Div content here</div>

This div background color is #6a11bf


#6a11bf Border Color

<div style="border:3px solid #6a11bf">
Div here</div>

This div border color is #6a11bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,17,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a11bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a11bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6a11bf;
  box-shadow:         1px 1px 3px 2px #6a11bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,17,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a11bf


Comments

No comments written yet.

Please login to write comment.