Color Hex Logo

#6c40cf Color Hex

#6C40CF
(108,64,207)
0 Favorites   0 Comments

Color spaces of #6c40cf

RGB 10864207
HSL0.720.600.53
HSV258°69°81°
CMYK 0.480.690.00   0.19
XYZ19.280211.359960.2080
Yxy11.35990.21220.1250
Hunter Lab33.704543.1259-82.3197
CIE-Lab40.180151.6279-67.2954

#6c40cf color RGB value is (108,64,207).

#6c40cf hex color red value is 108, green value is 64 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6c40cf hue: 0.72 , saturation: 0.60 and the lightness value of 6c40cf is 0.53.

The process color (four color CMYK) of #6c40cf color hex is 0.48, 0.69, 0.00, 0.19. Web safe color of #6c40cf is #6633cc. Color #6c40cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01000000 11001111
Octal 154 100 317
Decimal 108 64 207
Hex 6C 40 CF

RGB Percentages of Color #6c40cf

%28.50
%16.89
%54.62

CMYK Percentages of Color #6c40cf

%48
%69
%0
%19

Triadic Colors of #6c40cf

#6c40cf #cf6c40 #40cf6c

Analogous Colors of #6c40cf

#6c40cf #b440cf #405ccf

Monochromatic Colors of #6c40cf

#6c40cf

Complementary Color

#6c40cf #a3cf40

#6c40cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c40cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c40cf Color CSS Codes

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

#6c40cf Text Font Color

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

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


#6c40cf Background Color

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

This div background color is #6c40cf


#6c40cf Border Color

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

This div border color is #6c40cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c40cf


Comments

No comments written yet.

Please login to write comment.