Color Hex Logo

#6f66fb Color Hex

#6F66FB
(111,102,251)
0 Favorites   0 Comments

Color spaces of #6f66fb

RGB 111102251
HSL0.680.950.69
HSV244°59°98°
CMYK 0.560.590.00   0.02
XYZ28.719519.847393.5840
Yxy19.84730.20200.1396
Hunter Lab44.550337.1076-93.3615
CIE-Lab51.664143.8625-73.4939

#6f66fb color RGB value is (111,102,251).

#6f66fb hex color red value is 111, green value is 102 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6f66fb hue: 0.68 , saturation: 0.95 and the lightness value of 6f66fb is 0.69.

The process color (four color CMYK) of #6f66fb color hex is 0.56, 0.59, 0.00, 0.02. Web safe color of #6f66fb is #6666ff. Color #6f66fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01100110 11111011
Octal 157 146 373
Decimal 111 102 251
Hex 6F 66 FB

RGB Percentages of Color #6f66fb

%23.92
%21.98
%54.09

CMYK Percentages of Color #6f66fb

%56
%59
%0
%2

Triadic Colors of #6f66fb

#6f66fb #fb6f66 #66fb6f

Analogous Colors of #6f66fb

#6f66fb #ba66fb #66a8fb

Monochromatic Colors of #6f66fb

#6f66fb

Complementary Color

#6f66fb #f2fb66

#6f66fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f66fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f66fb Color CSS Codes

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

#6f66fb Text Font Color

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

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


#6f66fb Background Color

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

This div background color is #6f66fb


#6f66fb Border Color

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

This div border color is #6f66fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f66fb


Comments

No comments written yet.

Please login to write comment.