Color Hex Logo

#6f8efc Color Hex

#6F8EFC
(111,142,252)
0 Favorites   0 Comments

Color spaces of #6f8efc

RGB 111142252
HSL0.630.960.71
HSV227°56°99°
CMYK 0.560.440.00   0.01
XYZ33.799229.753896.0571
Yxy29.75380.21180.1864
Hunter Lab54.547015.1473-66.2265
CIE-Lab61.441220.4377-58.2974

#6f8efc color RGB value is (111,142,252).

#6f8efc hex color red value is 111, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6f8efc hue: 0.63 , saturation: 0.96 and the lightness value of 6f8efc is 0.71.

The process color (four color CMYK) of #6f8efc color hex is 0.56, 0.44, 0.00, 0.01. Web safe color of #6f8efc is #6699ff. Color #6f8efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10001110 11111100
Octal 157 216 374
Decimal 111 142 252
Hex 6F 8E FC

RGB Percentages of Color #6f8efc

%21.98
%28.12
%49.90

CMYK Percentages of Color #6f8efc

%56
%44
%0
%1

Triadic Colors of #6f8efc

#6f8efc #fc6f8e #8efc6f

Analogous Colors of #6f8efc

#6f8efc #976ffc #6fd5fc

Monochromatic Colors of #6f8efc

#6f8efc

Complementary Color

#6f8efc #fcdd6f

#6f8efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f8efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f8efc Color CSS Codes

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

#6f8efc Text Font Color

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

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


#6f8efc Background Color

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

This div background color is #6f8efc


#6f8efc Border Color

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

This div border color is #6f8efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f8efc

Related Colors


Comments

No comments written yet.

Please login to write comment.