Color Hex Logo

#6c8efc Color Hex

#6C8EFC
(108,142,252)
0 Favorites   0 Comments

Color spaces of #6c8efc

RGB 108142252
HSL0.630.960.71
HSV226°57°99°
CMYK 0.570.440.00   0.01
XYZ33.428029.562496.0397
Yxy29.56240.21020.1859
Hunter Lab54.371314.5937-66.6680
CIE-Lab61.274819.8534-58.5727

#6c8efc color RGB value is (108,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10001110 11111100
Octal 154 216 374
Decimal 108 142 252
Hex 6C 8E FC

RGB Percentages of Color #6c8efc

%21.51
%28.29
%50.20

CMYK Percentages of Color #6c8efc

%57
%44
%0
%1

Triadic Colors of #6c8efc

#6c8efc #fc6c8e #8efc6c

Analogous Colors of #6c8efc

#6c8efc #926cfc #6cd6fc

Monochromatic Colors of #6c8efc

#6c8efc

Complementary Color

#6c8efc #fcda6c

#6c8efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c8efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c8efc Color CSS Codes

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

#6c8efc Text Font Color

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

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


#6c8efc Background Color

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

This div background color is #6c8efc


#6c8efc Border Color

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

This div border color is #6c8efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c8efc


Comments

No comments written yet.

Please login to write comment.