Color Hex Logo

#6c6efb Color Hex

#6C6EFB
(108,110,251)
0 Favorites   0 Comments

Color spaces of #6c6efb

RGB 108110251
HSL0.660.950.70
HSV239°57°98°
CMYK 0.570.560.00   0.02
XYZ29.172921.305093.8415
Yxy21.30500.20210.1476
Hunter Lab46.157332.0423-88.2311
CIE-Lab53.281738.6467-70.8793

#6c6efb color RGB value is (108,110,251).

#6c6efb hex color red value is 108, green value is 110 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6c6efb hue: 0.66 , saturation: 0.95 and the lightness value of 6c6efb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01101110 11111011
Octal 154 156 373
Decimal 108 110 251
Hex 6C 6E FB

RGB Percentages of Color #6c6efb

%23.03
%23.45
%53.52

CMYK Percentages of Color #6c6efb

%57
%56
%0
%2

Triadic Colors of #6c6efb

#6c6efb #fb6c6e #6efb6c

Analogous Colors of #6c6efb

#6c6efb #b26cfb #6cb6fb

Monochromatic Colors of #6c6efb

#6c6efb

Complementary Color

#6c6efb #fbf96c

#6c6efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c6efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c6efb Color CSS Codes

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

#6c6efb Text Font Color

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

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


#6c6efb Background Color

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

This div background color is #6c6efb


#6c6efb Border Color

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

This div border color is #6c6efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,110,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c6efb


Comments

No comments written yet.

Please login to write comment.