Color Hex Logo

#6f7eef Color Hex

#6F7EEF
(111,126,239)
0 Favorites   0 Comments

Color spaces of #6f7eef

RGB 111126239
HSL0.650.800.69
HSV233°54°94°
CMYK 0.540.470.00   0.06
XYZ29.596424.533284.8368
Yxy24.53320.21300.1765
Hunter Lab49.531019.9804-66.8803
CIE-Lab56.617725.8914-58.8338

#6f7eef color RGB value is (111,126,239).

#6f7eef hex color red value is 111, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6f7eef hue: 0.65 , saturation: 0.80 and the lightness value of 6f7eef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01111110 11101111
Octal 157 176 357
Decimal 111 126 239
Hex 6F 7E EF

RGB Percentages of Color #6f7eef

%23.32
%26.47
%50.21

CMYK Percentages of Color #6f7eef

%54
%47
%0
%6

Triadic Colors of #6f7eef

#6f7eef #ef6f7e #7eef6f

Analogous Colors of #6f7eef

#6f7eef #a06fef #6fbeef

Monochromatic Colors of #6f7eef

#6f7eef

Complementary Color

#6f7eef #efe06f

#6f7eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f7eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f7eef Color CSS Codes

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

#6f7eef Text Font Color

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

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


#6f7eef Background Color

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

This div background color is #6f7eef


#6f7eef Border Color

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

This div border color is #6f7eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,126,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 #6f7eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f7eef


Comments

No comments written yet.

Please login to write comment.