Color Hex Logo

#6f7cfe Color Hex

#6F7CFE
(111,124,254)
0 Favorites   0 Comments

Color spaces of #6f7cfe

RGB 111124254
HSL0.650.990.72
HSV235°56°100°
CMYK 0.560.510.00   0.00
XYZ31.652624.950696.9136
Yxy24.95060.20620.1625
Hunter Lab49.950625.6981-80.0685
CIE-Lab57.027331.7995-66.4761

#6f7cfe color RGB value is (111,124,254).

#6f7cfe hex color red value is 111, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6f7cfe hue: 0.65 , saturation: 0.99 and the lightness value of 6f7cfe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01111100 11111110
Octal 157 174 376
Decimal 111 124 254
Hex 6F 7C FE

RGB Percentages of Color #6f7cfe

%22.70
%25.36
%51.94

CMYK Percentages of Color #6f7cfe

%56
%51
%0
%0

Triadic Colors of #6f7cfe

#6f7cfe #fe6f7c #7cfe6f

Analogous Colors of #6f7cfe

#6f7cfe #aa6ffe #6fc4fe

Monochromatic Colors of #6f7cfe

#6f7cfe

Complementary Color

#6f7cfe #fef16f

#6f7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f7cfe Color CSS Codes

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

#6f7cfe Text Font Color

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

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


#6f7cfe Background Color

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

This div background color is #6f7cfe


#6f7cfe Border Color

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

This div border color is #6f7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f7cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.