Color Hex Logo

#6f11cc Color Hex

#6F11CC
(111,17,204)
0 Favorites   0 Comments

Color spaces of #6f11cc

RGB 11117204
HSL0.750.850.43
HSV270°92°80°
CMYK 0.460.920.00   0.20
XYZ17.65518.140057.7674
Yxy8.14000.21130.0974
Hunter Lab28.530760.5291-100.0757
CIE-Lab34.272868.5931-75.2318

#6f11cc color RGB value is (111,17,204).

#6f11cc hex color red value is 111, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6f11cc hue: 0.75 , saturation: 0.85 and the lightness value of 6f11cc is 0.43.

The process color (four color CMYK) of #6f11cc color hex is 0.46, 0.92, 0.00, 0.20. Web safe color of #6f11cc is #6600cc. Color #6f11cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00010001 11001100
Octal 157 21 314
Decimal 111 17 204
Hex 6F 11 CC

RGB Percentages of Color #6f11cc

%33.43
%5.12
%61.45

CMYK Percentages of Color #6f11cc

%46
%92
%0
%20

Triadic Colors of #6f11cc

#6f11cc #cc6f11 #11cc6f

Analogous Colors of #6f11cc

#6f11cc #cc11cc #1111cc

Monochromatic Colors of #6f11cc

#6f11cc

Complementary Color

#6f11cc #6ecc11

#6f11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f11cc Color CSS Codes

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

#6f11cc Text Font Color

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

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


#6f11cc Background Color

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

This div background color is #6f11cc


#6f11cc Border Color

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

This div border color is #6f11cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f11cc


Comments

No comments written yet.

Please login to write comment.