Color Hex Logo

#6d01cc Color Hex

#6D01CC
(109,1,204)
0 Favorites   0 Comments

Color spaces of #6d01cc

RGB 1091204
HSL0.760.990.40
HSV272°100°80°
CMYK 0.471.000.00   0.20
XYZ17.21667.632657.6926
Yxy7.63260.20860.0925
Hunter Lab27.627262.8895-104.4737
CIE-Lab33.205770.8108-77.0016

#6d01cc color RGB value is (109,1,204).

#6d01cc hex color red value is 109, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6d01cc hue: 0.76 , saturation: 0.99 and the lightness value of 6d01cc is 0.40.

The process color (four color CMYK) of #6d01cc color hex is 0.47, 1.00, 0.00, 0.20. Web safe color of #6d01cc is #6600cc. Color #6d01cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00000001 11001100
Octal 155 1 314
Decimal 109 1 204
Hex 6D 1 CC

RGB Percentages of Color #6d01cc

%34.71
%0.32
%64.97

CMYK Percentages of Color #6d01cc

%47
%100
%0
%20

Triadic Colors of #6d01cc

#6d01cc #cc6d01 #01cc6d

Analogous Colors of #6d01cc

#6d01cc #cc01c6 #0701cc

Monochromatic Colors of #6d01cc

#6d01cc

Complementary Color

#6d01cc #60cc01

#6d01cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d01cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d01cc Color CSS Codes

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

#6d01cc Text Font Color

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

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


#6d01cc Background Color

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

This div background color is #6d01cc


#6d01cc Border Color

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

This div border color is #6d01cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,1,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d01cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d01cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6d01cc;
  box-shadow:         1px 1px 3px 2px #6d01cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,1,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d01cc


Comments

No comments written yet.

Please login to write comment.