Color Hex Logo

#6c6eff Color Hex

#6C6EFF
(108,110,255)
0 Favorites   0 Comments

Color spaces of #6c6eff

RGB 108110255
HSL0.661.000.71
HSV239°58°100°
CMYK 0.580.570.00   0.00
XYZ29.810321.560097.1981
Yxy21.56000.20070.1451
Hunter Lab46.432733.3415-91.6094
CIE-Lab53.557039.8987-72.6473

#6c6eff color RGB value is (108,110,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01101110 11111111
Octal 154 156 377
Decimal 108 110 255
Hex 6C 6E FF

RGB Percentages of Color #6c6eff

%22.83
%23.26
%53.91

CMYK Percentages of Color #6c6eff

%58
%57
%0
%0

Triadic Colors of #6c6eff

#6c6eff #ff6c6e #6eff6c

Analogous Colors of #6c6eff

#6c6eff #b46cff #6cb8ff

Monochromatic Colors of #6c6eff

#6c6eff

Complementary Color

#6c6eff #fffd6c

#6c6eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c6eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c6eff Color CSS Codes

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

#6c6eff Text Font Color

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

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


#6c6eff Background Color

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

This div background color is #6c6eff


#6c6eff Border Color

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

This div border color is #6c6eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c6eff

Related Colors


Comments

No comments written yet.

Please login to write comment.