Color Hex Logo

#6f68ef Color Hex

#6F68EF
(111,104,239)
0 Favorites   0 Comments

Color spaces of #6f68ef

RGB 111104239
HSL0.680.810.67
HSV243°56°94°
CMYK 0.540.560.00   0.06
XYZ27.085819.512184.0000
Yxy19.51210.20740.1494
Hunter Lab44.172532.1512-81.8272
CIE-Lab51.281039.0273-67.4279

#6f68ef color RGB value is (111,104,239).

#6f68ef hex color red value is 111, green value is 104 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6f68ef hue: 0.68 , saturation: 0.81 and the lightness value of 6f68ef is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01101000 11101111
Octal 157 150 357
Decimal 111 104 239
Hex 6F 68 EF

RGB Percentages of Color #6f68ef

%24.45
%22.91
%52.64

CMYK Percentages of Color #6f68ef

%54
%56
%0
%6

Triadic Colors of #6f68ef

#6f68ef #ef6f68 #68ef6f

Analogous Colors of #6f68ef

#6f68ef #b368ef #68a5ef

Monochromatic Colors of #6f68ef

#6f68ef

Complementary Color

#6f68ef #e8ef68

#6f68ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f68ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f68ef Color CSS Codes

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

#6f68ef Text Font Color

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

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


#6f68ef Background Color

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

This div background color is #6f68ef


#6f68ef Border Color

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

This div border color is #6f68ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f68ef


Comments

No comments written yet.

Please login to write comment.